1. e68cfb5 cmake: allow binary directory to be specified by Rafał Kuźnia · 4 years ago
  2. ffff212 cmake: zephyr_file() now accepts BOARD and BOARD_REVISION as argument by Torsten Rasmussen · 4 years, 1 month ago
  3. b3bb1d6 cmake: make WATCH an optional argument to zephyr_check_cache() by Torsten Rasmussen · 4 years, 1 month ago
  4. 3a58b45 cmake: board_check_revision() also accepts a list of valid revisions by Torsten Rasmussen · 4 years, 1 month ago
  5. 0629e69 cmake: warn if it's too late to set a boilerplate variable by Martí Bolívar · 4 years, 1 month ago
  6. c4c79f5 cmake: improved handling of output and byproducts in CMake by Torsten Rasmussen · 4 years, 2 months ago
  7. 3d88083 cmake: zephyr modules: sanitize all module name when used as variable by Torsten Rasmussen · 4 years, 2 months ago
  8. 0d5e6c1 boards/shields: re-work handling in cmake and west by Martí Bolívar · 4 years, 3 months ago
  9. 16d66b0 cmake: additional board revision comments addressed for #29990 by Torsten Rasmussen · 4 years, 4 months ago
  10. 77ecd68 cmake: support versioning of board by Torsten Rasmussen · 4 years, 4 months ago
  11. bbaf00b cmake: extend zephyr_file(<mode>) to support searching of config files by Torsten Rasmussen · 4 years, 4 months ago
  12. 7247412 cmake: cleanup board and shield cmake code by Torsten Rasmussen · 4 years, 4 months ago
  13. 217186f twister: rename in cmake/ by Anas Nashif · 4 years, 4 months ago
  14. 94288bd cmake: zephyr_get_<flags>_for_lang_as_string() uses space as delimiter by Torsten Rasmussen · 4 years, 4 months ago
  15. 8275d39 cmake: adding $<SEMICOLON> instead of space on zephyr_get_compile_<type> by Torsten Rasmussen · 4 years, 4 months ago
  16. 90f56db cmake: extend target_ld_options() to support grouping of flags by Torsten Rasmussen · 4 years, 5 months ago
  17. 5d473dc cmake: fix zephyr_get_system_include_directories_for_lang() function by Torsten Rasmussen · 4 years, 6 months ago
  18. 2d2fea8 cmake: create zephyr_get_targets() functions by Torsten Rasmussen · 4 years, 7 months ago
  19. eb2a705 cmake: support absolute path in zephyr_code_relocate() function by Torsten Rasmussen · 4 years, 7 months ago
  20. 3083205 cmake: introduce zephyr_file() extension command by Torsten Rasmussen · 4 years, 7 months ago
  21. b94ce67 cmake: get Zephyr settings for language extension by Torsten Rasmussen · 4 years, 7 months ago
  22. 9d501f4 cmake: Remove SHELL: tag in process_flags function by Torsten Rasmussen · 4 years, 7 months ago
  23. 3c761e8 cmake: fixed regex handling in process_flags function extensions.cmake by Torsten Rasmussen · 4 years, 7 months ago
  24. c55c64e toolchain: improved toolchain abstraction for compilers and linker by Torsten Rasmussen · 4 years, 7 months ago
  25. 244f826 cmake: remove _if_kconfig() functions by Carles Cufi · 4 years, 8 months ago
  26. 0b4b3ae cmake, samples, tests: Use semi-accurate project names by Reto Schneider · 4 years, 10 months ago
  27. 6656214 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 by Carles Cufi · 5 years ago
  28. ad1fecc cmake: ninja usage build target by Torsten Rasmussen · 5 years ago
  29. 4253eae boards: nrf52840_pca10056: Rename board to nrf52840dk_nrf52840 by Andrzej Głąbek · 5 years ago
  30. 05f0d85 extensions.cmake: Replace TEXT_START with ROM_START by Øyvind Rønningstad · 5 years ago
  31. 0039fb8 doc: cmake: fixed 'strip_prefix' inconsistency by Timor Gruber · 5 years ago
  32. 1a2ff6de cmake: Add sorting of linker snippets by key by Øyvind Rønningstad · 5 years ago
  33. d1c2a4e cmake: Add the TEXT_START location to zephyr_linker_sources() by Øyvind Rønningstad · 5 years ago
  34. 60ca233 cmake: toolchain: generalize exclusion of CXX options by Peter A. Bigot · 5 years ago
  35. 5f75c0f cmake: Fix cache directory detection by Sebastian Bøe · 5 years ago
  36. 01d8dc0 cmake: toolchain: Don't add -Werror=implicit-int to CXX builds by Sebastian Bøe · 5 years ago
  37. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  38. 1f9723a cmake: app mem partion flexibility by Torsten Rasmussen · 5 years ago
  39. c5dd84a cmake: Added function for parsing gcc dependency metadata by Sebastian Bøe · 5 years ago
  40. f0fa7b8 cmake: zephyr_library_amend feature by Torsten Rasmussen · 5 years ago
  41. c898c15 cmake: Fix bug where -Wno- flags could not be compatbility-checked by Sebastian Bøe · 6 years ago
  42. 11f9acb cmake: Drop old deprecation warning by Sebastian Bøe · 6 years ago
  43. e217c1b cmake: remove spurious IS_ABSOLUTE logic in zephyr_sources() by Marc Herbert · 6 years ago
  44. f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
  45. 1717332 cmake: add helpers for setting board runners by Marti Bolivar · 6 years ago
  46. 9f851cc cmake: delete obsolete deprecation checks by Marti Bolivar · 6 years ago
  47. 28bb975 cmake: Allow import_kconfig() to return a list of the variables it sets by Øyvind Rønningstad · 6 years ago
  48. d1b4da9 extensions.cmake: don't leak absolute paths in snippets-*.ld comment by Marc Herbert · 6 years ago
  49. f2a1572 cmake: Add function for adding snippets to the linker file by Øyvind Rønningstad · 6 years ago
  50. 66431d2 cmake: helper function for importing library by Håkon Øye Amundsen · 6 years ago
  51. 7411c01 cmake: remove incorrect statement from doc by Håkon Øye Amundsen · 6 years ago
  52. 3ad96bf extensions.cmake: add two cc/compile_options callgraph comments by Marc Herbert · 6 years ago
  53. f098b44 cmake: atomic rename to fix toolchain cache creation race by Marc Herbert · 6 years ago
  54. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  55. 4635343 zephyr_library_compile_options(): silently de-duplicate by Marc Herbert · 6 years ago
  56. 915a353 extensions.cmake: need unique strings, not random ones by Marc Herbert · 6 years ago
  57. 0d744c9 cmake: dtc: silence output from check_dtc_flag by Kumar Gala · 6 years ago
  58. 1718b07a cmake: dtc: Add ability to check of dtc flag is valid by Kumar Gala · 6 years ago
  59. 0115c47 cmake: dts: move to specifying shield on the command line by Erwan Gouriou · 6 years ago
  60. 0efad5f cmake: Whitespace and commentary fixes by Mark Ruvald Pedersen · 6 years ago
  61. 94a9d80 cmake: boilerplate: move compiler-flag checks into boilerplate by Mark Ruvald Pedersen · 6 years ago
  62. c842fb8 cmake: import_kconfig: Generalize 'import_kconfig' to support DT by Sebastian Bøe · 6 years ago
  63. 667d6c9 cmake: Minor refactoring of 'import_kconfig' by Sebastian Bøe · 6 years ago
  64. 62e152a cmake: Added rule and helper functions for code relocation. by Adithya Baglody · 6 years ago
  65. 84fe1ec cmake: Don't remember misnamed boards by Sebastian Bøe · 6 years ago
  66. 0d412ab cmake: fix code section ordering by Henrik Brix Andersen · 6 years ago
  67. 0f1b6ff cmake: Make the target name generation code re-usable by Sebastian Bøe · 6 years ago
  68. e7dcc9d cmake: Re-write the capability database to avoid file appends by Sebastian Bøe · 6 years ago
  69. d6de4c7 cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT by Sebastian Bøe · 7 years ago
  70. 83d2a47 cmake: Don't propagate zephyr_library_compile_options by Sebastian Bøe · 7 years ago
  71. b9e8cd1 cmake: Refactor usage of target_link_libraries on Zephyr libraries by Sebastian Bøe · 7 years ago
  72. 5d22834 cmake: extensions: Remove macro zephyr_library_ifdef. by Adithya Baglody · 7 years ago
  73. 9e7d16a scripts: make runner a west subpackage by Marti Bolivar · 7 years ago
  74. 64badd9 cmake: flash: save runner configuration to CMake cache by Marti Bolivar · 7 years ago
  75. cc8b726 cmake: Add new generate_inc_file_for_gen_target function by Kumar Gala · 7 years ago
  76. c674167f cmake: extensions: Added a new macro zephyr_library_ifdef by Adithya Baglody · 7 years ago
  77. aa90d72 cmake: Introduce a key version to invalidate corrupted caches by Sebastian Bøe · 7 years ago
  78. 5f08b10 cmake: Suppress messages about compiler checks by Sebastian Bøe · 7 years ago
  79. 632fe1d cmake: check_compiler_flag: Fix bug where checks were aliased by Sebastian Bøe · 7 years ago
  80. 71b849f cmake: Port Zephyr to use zephyr_check_compiler_flag by Sebastian Bøe · 7 years ago
  81. 8447581 cmake: Introduce zephyr_check_compiler_flag() by Sebastian Bøe · 7 years ago
  82. c95c6be cmake: check_compiler_flag: Support empty-string options by Sebastian Bøe · 7 years ago
  83. 709daa2 cmake: Find a directory that could be used to cache files by Sebastian Bøe · 7 years ago
  84. 6c3a94c cmake: Add function for checking if a directory is write-able by Sebastian Bøe · 7 years ago
  85. 6779d3f cmake: Fix printed list of supported boards. by Håkon Øye Amundsen · 7 years ago
  86. 777e0a1 cmake: Support UTF-8 characters in Kconfig values by Sebastian Bøe · 7 years ago
  87. 7ee8bb9 build: deprecate ZEPHYR_GCC_VARIANT by Anas Nashif · 7 years ago
  88. d187da4 cmake: Fix missing braces around interface by Ding Tao · 7 years ago
  89. 70a4081 cmake: add optional app_set_runner_args() by Marti Bolivar · 7 years ago
  90. 7d764b3 cmake: Use path-corrected version of ZEPHYR_BASE by Carles Cufi · 7 years ago
  91. 5d25497 cmake: zephyr_get_*: Add support for SKIP_PREFIX by Sebastian Bøe · 7 years ago
  92. 3c8331d3 cmake: Introduce Zephyr interface libraries by Sebastian Bøe · 7 years ago
  93. c14013c cmake: generate_inc: Change how the target name is constructed by Sebastian Bøe · 7 years ago
  94. 5fb5adb cmake: Fix target_ld_options() by Sebastian Bøe · 7 years ago
  95. 2bbe6af cmake: add zephyr_link_libraries_ifdef by Anas Nashif · 7 years ago
  96. 2e9064b cmake: replace @ in path with _ by Anas Nashif · 7 years ago
  97. 7a3462d scripts: runner: use arguments, not environment vars by Marti Bolivar · 7 years ago
  98. 94290ee cmake: extensions: support list arguments to set_ifndef() by Marti Bolivar · 7 years ago
  99. f8e0a0c cmake: extensions: add assert_not() by Marti Bolivar · 7 years ago
  100. 6c8ebab cmake: Added assert that will show usage by Sebastian Bøe · 7 years ago