1. e31ad0e package-cmake: remove now-redundant target ccache support by Arnout Vandecappelle · 9 years ago
  2. d90b1d7 pkg-cmake: change sed expression delimiter by Gustavo Zacarias · 9 years ago
  3. 7a6b83a skeleton: New package by Maxime Hadjinlian · 9 years ago
  4. dfcc18f pkg-cmake: Skip compilation in installation step by Cédric Marie · 9 years ago
  5. 604c920 pkg-cmake: allow to build package in a subdirectory by Gwenhael Goavec-Merou · 10 years ago
  6. 7403ea7 Merge branch 'next' by Peter Korsgaard · 10 years ago
  7. 0645153 pkg-cmake.mk: Fix ARM variant typo by Assaf Inbal · 10 years ago
  8. 96e7bca pkg-cmake: reduce output when being silent by Fabio Porcedda · 10 years ago
  9. 3852a3e pkg-cmake: fix host-cmake-package type by Ryan Barnett · 10 years ago
  10. 45ed984 package/pkg-cmake.mk: add ccache support for host packages by Samuel Martin · 10 years ago
  11. 665e13c Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS by Thomas Petazzoni · 10 years ago
  12. c1e4115 pkg-cmake.mk: Set CMAKE_SYSTEM_PROCESSOR. by Volker Krause · 10 years ago
  13. b8773d6 package/pkg-cmake.mk: disable colouring the output by Samuel Martin · 10 years ago
  14. c99a1ab package/pkg-cmake.mk: globally disable doc, examples and tests by Samuel Martin · 10 years ago
  15. 6a25cec package/pkg-cmake.mk: rename _INSTALL_HOST_OPTS -> _INSTALL_OPTS by Samuel Martin · 10 years ago
  16. aaffd20 packages: rename FOO_CONF_OPT into FOO_CONF_OPTS by Thomas De Schampheleire · 10 years ago
  17. 4a6bfe8 packages: rename FOO_INSTALL_HOST_OPT into FOO_INSTALL_HOST_OPTS by Thomas De Schampheleire · 10 years ago
  18. d6c32da packages: rename FOO_INSTALL_STAGING_OPT into FOO_INSTALL_STAGING_OPTS by Thomas De Schampheleire · 10 years ago
  19. 57f2b8d packages: rename FOO_INSTALL_TARGET_OPT into FOO_INSTALL_TARGET_OPTS by Thomas De Schampheleire · 10 years ago
  20. 0518a98 packages: rename FOO_MAKE_OPT into FOO_MAKE_OPTS by Thomas De Schampheleire · 10 years ago
  21. 474a0e1 toolchainfile.cmake.in: set linker flags by Samuel Martin · 10 years ago
  22. 0b10e0c package/pkg-cmake.mk: set the {C, CXX, LD}FLAGS for host packages by Samuel Martin · 10 years ago
  23. 8f6f214 package/pkg-cmake.mk: remove the USE_CCACHE CMake flag for host-package by Samuel Martin · 10 years ago
  24. 60714bb trivial: fix typo 'informations' by Thomas De Schampheleire · 10 years ago
  25. 5bd9ed6 trivial: fix typo 'an host' by Thomas De Schampheleire · 10 years ago
  26. 54456cc infra: consistently use double dollar signs inside inner-xxx-targets by Thomas De Schampheleire · 10 years ago
  27. 642e44e pkg-cmake.mk: globally drive the CMAKE_BUILD_TYPE flag using BR2_ENABLE_DEBUG by Samuel Martin · 10 years ago
  28. 257a820 pkg-cmake.mk: globally disable BUILD_TESTING flag by Samuel Martin · 10 years ago
  29. c8f2d24 pkg-cmake.mk: enable ccache for cmake packages by Samuel Martin · 10 years ago
  30. 9033d90 pkg-cmake.mk: do not hardcode absolute path in toolchainfile.cmake by Samuel Martin · 10 years ago
  31. 85fea5d pkg-cmake.mk: refactor the toolchainfile.cmake generation by Samuel Martin · 10 years ago
  32. ea01826 pkg-cmake.mk: replace "echo -en" with printf by Samuel Martin · 10 years ago
  33. aa0b88a pkg-cmake.mk: add PATH in the configure command environment by Samuel Martin · 10 years ago
  34. b2fd9f9 package: add toolchain dependency to every target package by Fabio Porcedda · 11 years ago
  35. 26aef88 infra: remove unused 4th parameter to package infrastructures (pkgparentdir) by Thomas De Schampheleire · 11 years ago
  36. 3880a6a infra: remove redundant $(call) on pkgdir, pkgname, pkgparentdir by Thomas De Schampheleire · 11 years ago
  37. 5d46789 package/pkg-cmake: disable colouring the output by Yann E. MORIN · 11 years ago
  38. 9fa7f2b pkg-cmake.mk: build shared library when !BR2_PREFER_STATIC_LIB by Samuel Martin · 11 years ago
  39. 47e8282 infra: remove package clean commands by Thomas De Schampheleire · 11 years ago
  40. b64273d infra: remove uninstall commands by Thomas De Schampheleire · 11 years ago
  41. cd2ff4f package: remove the empty trailing lines by Jerzy Grzegorek · 11 years ago
  42. 9ba9bfb pkg-*targets.mk: factorize and fix $(PKG)_SRCDIR and $(PKG)_BUILDDIR declaration by Samuel Martin · 12 years ago
  43. 2359e12 Clean up naming of old GENTARGETS infrastructure by Arnout Vandecappelle (Essensium/Mind) · 12 years ago[Renamed from package/pkg-cmaketargets.mk]
  44. 46fa5cb Rename XXXTARGETS to xxx-package by Arnout Vandecappelle (Essensium/Mind) · 12 years ago
  45. c983379 pkg-infra: add host-xxx-package macro by Arnout Vandecappelle (Essensium/Mind) · 12 years ago
  46. cbf1691 pkg-infra: remove self-dependency from host packages by Arnout Vandecappelle (Essensium/Mind) · 12 years ago
  47. 486253d cmake: move creation of toolchain file to package/pkg-cmaketargets.mk by Thomas Petazzoni · 12 years ago
  48. e834da0 Rename Makefile.cmake.in to pkg-cmaketargets.mk by Thomas Petazzoni · 12 years ago[Renamed from package/Makefile.cmake.in]
  49. 7a58ed7 Merge branch 'next' by Peter Korsgaard · 13 years ago
  50. 261cb20 Makefile.cmake.in: fix automatic host deps calculation by Peter Korsgaard · 13 years ago
  51. ed7791e Makefile: move cmake toolchain file to $HOST_DIR/usr/share/buildroot by Peter Korsgaard · 13 years ago
  52. 9e4aeb3 package: remove useless arguments from CMAKETARGETS by Thomas Petazzoni · 13 years ago
  53. bc1acec Add CMAKETARGETS infrastructure for CMake packages by Bjørn Forsman · 14 years ago