summaryrefslogtreecommitdiff
path: root/Source/cmFindBase.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'add_find_call_debugging'Kyle Edwards2019-12-201-36/+95
|\
| * find_*: Add debug logging infrastructureRobert Maynard2019-12-191-36/+95
* | 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-1/+4
* Merge branch 'backport-find-no-name' into find-no-nameBrad King2019-08-281-1/+1
|\
| * find_path: Fix crash on empty old-style list of namesBrad King2019-08-281-1/+1
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-9/+3
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* | Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-211-0/+3
|/
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+1
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-6/+3
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-2/+2
* find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-12/+6
* MAINT: Misc. typosluz.paz2018-02-131-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-8/+4
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9Brad King2017-08-081-0/+2
* find_*: Honor PATH_SUFFIXES in PackageName_ROOT pathsBrad King2017-07-111-0/+2
* find_*: Add a new PackageRoot search path groupChuck Atkins2017-05-161-0/+22
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+6
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+1
* Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-211-1/+1
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-1/+2
* Restore find_(library|file|path) search of PATH itselfBrad King2016-07-111-4/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-165/+103
* Drop find_(library|file|path) prefixes from PATH on non-WindowsBrad King2016-05-091-2/+8
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Merge branch 'fix-bad-search-ordering' into test-search-orderingBrad King2015-09-151-2/+4
|\
| * find_*: Fix search order when the environment duplicates some HINTSChuck Atkins2015-09-141-2/+4
* | cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-2/+2
|/
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Port to cmState.Stephen Kelly2015-04-131-4/+5
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-6/+7
* Revert topic 'refactor-cache-api'Brad King2015-04-071-7/+6
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-6/+7
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+2
* Merge topic 'use-algorithms'Brad King2015-02-231-16/+3
|\
| * Convert some raw loops to cmWrap.Stephen Kelly2015-02-201-5/+1
| * Use cmJoin where possible.Stephen Kelly2015-02-201-11/+2
* | Teach find_(library|file|path) to get prefixes from PATH (#15370)Brad King2015-02-191-0/+1
|/