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