1. 2413041 CMake code rely on cmList class for CMake lists management (part. 2) by Marc Chevrier · 2 years ago
  2. 8d7e80c find_* commands: add control over Windows registry views by Marc Chevrier · 3 years ago
  3. 42f7e39 Find: Support per call disabling of CMAKE_INSTALL_PREFIX by Robert Maynard · 3 years ago
  4. 38de1be find_package: Improve --debug-find-pkg= when using a find module by Brad King · 3 years, 2 months ago
  5. 201d8c4 find_*(): Add CMAKE_IGNORE_PREFIX_PATH variable by Kyle Edwards · 3 years, 2 months ago
  6. 11f97d1 find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATH by Kyle Edwards · 3 years, 2 months ago
  7. d7b1889 cmake: Add filtered debug-find options by John Parent · 3 years, 4 months ago
  8. 1cf14f8 Source: fix many -Wmissing-prototypes warnings by marking functions static by Sean McBride · 3 years, 6 months ago
  9. 91ec6ee find_package: Don't reroot prefix that is equal to a root path by Alexandru Croitor · 3 years, 6 months ago
  10. cc56dc7 Rename cmProp in cmValue by Marc Chevrier · 3 years, 7 months ago
  11. 209daa2 Code style: add missed explicit 'this->' by Oleksandr Koval · 4 years, 3 months ago
  12. bd70578 Constify some code as suggested by clang-tidy by Cengizhan Pasaoglu · 4 years, 6 months ago
  13. 1142504 cmMakefile::GetDefinition: return cmProp by Vitaly Stakhovsky · 4 years, 7 months ago
  14. f37c14e Source: use cmNonempty() by Vitaly Stakhovsky · 4 years, 9 months ago
  15. 7ed8c9e cmMakefile: add GetDefExpandList() that splits value into std::vector by Vitaly Stakhovsky · 4 years, 10 months ago
  16. 61960fa Merge topic 'add_find_call_debugging' by Kyle Edwards · 5 years ago
  17. a7ea206 find_*: Add debug logging infrastructure by Robert Maynard · 5 years ago
  18. f7d1260 Refactoring: use append functions from cmext/algorithm by Marc Chevrier · 5 years ago
  19. f30523d clang-tidy: modernize-deprecated-headers by Regina Pfeifer · 6 years ago
  20. 8a18bb7 cmFind*: Port away from cmCommand by Regina Pfeifer · 6 years ago
  21. 9b33439 Source sweep: Use cmStrCat for string concatenation by Sebastian Holtermann · 6 years ago
  22. 20e580b Source sweep: Use cmIsOn instead of cmSystemTools::IsOn by Sebastian Holtermann · 6 years ago
  23. f4f3c68 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument by Sebastian Holtermann · 6 years ago
  24. 704e3a2 Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs by Robert Maynard · 6 years ago
  25. 02f527c Find: Provide global controls for the `NO_[]_PATH` call options by Robert Maynard · 6 years ago
  26. 0062292 Use cmAppend to append ranges to std::vector instances by Sebastian Holtermann · 6 years ago
  27. f353438 Prefer front/back/data over dereferencing begin/rbegin iter by Artur Ryt · 6 years ago
  28. 55671b4 clang-tidy: Use `= default` by Regina Pfeifer · 6 years ago
  29. ef61997 clang-tidy: Use emplace by Regina Pfeifer · 6 years ago
  30. c67ab22 Using front() and back() instead of calculations by Cengizhan Pasaoglu · 6 years ago
  31. be28106 Fix misc. typos by luz.paz · 7 years ago
  32. eb35d88 find_package: Use PackageName_ROOT variables as search prefixes by Brad King · 7 years ago
  33. c85bb00 Reduce allocation of temporary values on heap. by Pavel Solodovnikov · 7 years ago
  34. 777e87a Fix trivial typos in text by luzpaz · 7 years ago
  35. 7d50957 Meta: modernize old-fashioned loops to range-based `for`. by Pavel Solodovnikov · 8 years ago
  36. 5962db4 Use C++11 nullptr by Daniel Pfeifer · 8 years ago
  37. 578d95f find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9 by Brad King · 8 years ago
  38. 1ae1b88 cmFindCommon: Drop unused FilterPaths method by Brad King · 8 years ago
  39. cca8454 cmFindCommon: Fix typo in PackageName_ROOT path label by Brad King · 8 years ago
  40. db2d46e Remove second arg: npos in substr usages by Pavel Solodovnikov · 8 years ago
  41. 8b6f439 Access string npos without instance by Pavel Solodovnikov · 8 years ago
  42. ef3d360 find_*: Add a new PackageRoot search path group by Chuck Atkins · 8 years ago
  43. 8e2f358 Merge topic 'split-sysroot' by Brad King · 8 years ago
  44. fdd341e cmFindCommon: remove unused function SetMakefile by Daniel Pfeifer · 8 years ago
  45. 53e89b6 Add options for separate compile and link sysroots by Brad King · 8 years ago
  46. 2e620f0 Fix several include-what-you-use findings by Daniel Pfeifer · 8 years ago
  47. e81c323 Include necessary headers in commands by Daniel Pfeifer · 8 years ago
  48. 64f9c28 Separate compilation for commands included in cmBootstrapCommands1 by Daniel Pfeifer · 8 years ago
  49. 86578ec Simplify CMake per-source license notices by Brad King · 9 years ago
  50. 1d6909a use CM_NULLPTR by Daniel Pfeifer · 9 years ago
  51. d9fd2f5 Revise C++ coding style using clang-format by Kitware Robot · 9 years ago
  52. 0ac18d4 Remove `//------...` horizontal separator comments by Brad King · 9 years ago
  53. e1c7747 Format include directive blocks and ordering with clang-format by Brad King · 9 years ago
  54. 180538c Source: Stabilize include order by Brad King · 9 years ago
  55. 1abd7cd Use containers of labeled search paths instead of individual members by Chuck Atkins · 10 years ago
  56. 2a9ac4b Encapsulate search path manipulation functions into a seperate class. by Chuck Atkins · 10 years ago
  57. 3292284 Refactor and seperate search path construction for find commands by Chuck Atkins · 10 years ago
  58. cc1139c strings: Remove redundant calls to std::string::c_str() by Nils Gladitz · 10 years ago
  59. 21c573f Remove some c_str() calls. by Stephen Kelly · 11 years ago
  60. 3742bb0 stringapi: Use strings for variable names by Ben Boeckel · 11 years ago
  61. 7521da2 Introduce CMAKE_STAGING_PREFIX variable. by Stephen Kelly · 11 years ago
  62. 7cd65c9 Add CMAKE_SYSROOT variable to set --sysroot when cross compiling. by Stephen Kelly · 11 years ago
  63. 13aea6d cmFindCommon: Revert accidental change by Brad King · 11 years ago
  64. c4373b3 cmTarget: Make GetProperty() const. by Stephen Kelly · 11 years ago
  65. e33d8d2 Drop builtin command documentation by Brad King · 11 years ago
  66. 0416c94 Revert "Use --sysroot when cross compiling." by Stephen Kelly · 12 years ago
  67. de4da66 Use --sysroot when cross compiling. by Stephen Kelly · 12 years ago
  68. b0cd630 Refactor find_* command final path list computation by Brad King · 14 years ago
  69. 5303fbf Speedup find_* commands (#11412) by Brad King · 14 years ago
  70. 1221581 Teach find_* commands to ignore some paths by Todd Gamblin · 15 years ago
  71. 3901e04 -improve crosscompiling from Linux to iphone (#10526) by Alex Neundorf · 15 years ago
  72. 56d1a17 Create cmMakefile::PlatformIs64Bit helper method by Brad King · 16 years ago
  73. 96afb12 Convert CMake to OSI-approved BSD License by Brad King · 16 years ago
  74. f686dbe some white space fixes for the book by Ken Martin · 16 years ago
  75. adc880d ENH: undo bad checkin by Bill Hoffman · 17 years ago
  76. 71fee85 STYLE: fix line length issues by Bill Hoffman · 17 years ago
  77. 5b406c9 ENH: Add HINTS option to find_* commands. by Brad King · 17 years ago
  78. d53e5de ENH: In find_* implementation centralize addition of trailing slashes by Brad King · 17 years ago
  79. 789c167 ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand by Brad King · 17 years ago
  80. b424df9 ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. by Brad King · 17 years ago