summaryrefslogtreecommitdiff
path: root/Source/cmFindCommon.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'add_find_call_debugging'Kyle Edwards2019-12-201-0/+17
|\
| * find_*: Add debug logging infrastructureRobert Maynard2019-12-191-0/+17
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
|/
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-2/+8
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+3
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+3
* Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docsRobert Maynard2019-07-091-1/+1
* Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-211-0/+21
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-3/+3
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-2/+2
* Fix misc. typosluz.paz2018-06-041-2/+2
* find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-7/+0
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-22/+16
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9Brad King2017-08-081-0/+7
* cmFindCommon: Drop unused FilterPaths methodBrad King2017-07-111-12/+0
* cmFindCommon: Fix typo in PackageName_ROOT path labelBrad King2017-07-111-1/+1
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* find_*: Add a new PackageRoot search path groupChuck Atkins2017-05-161-2/+10
* Merge topic 'split-sysroot'Brad King2017-05-111-1/+13
|\
| * Add options for separate compile and link sysrootsBrad King2017-05-091-1/+13
* | cmFindCommon: remove unused function SetMakefileDaniel Pfeifer2017-05-101-12/+0
|/
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-3/+4
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+1
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-162/+98
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-20/+56
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-122/+23
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-54/+75
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-211-1/+6
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-2/+13
* cmFindCommon: Revert accidental changeBrad King2013-11-021-13/+2
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-2/+13
* Drop builtin command documentationBrad King2013-10-161-49/+0