summaryrefslogtreecommitdiff
path: root/Source/cmSearchPath.h
Commit message (Expand)AuthorAgeFilesLines
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-021-1/+2
* Refactor: Keep track of prefixes in cmSearchPathKyle Edwards2022-02-021-3/+15
* Source: Fix Clang -Wdeprecated warningsSean McBride2021-10-151-0/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* find_*: Add debug logging infrastructureRobert Maynard2019-12-191-0/+2
* find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* cmSearchPath: Fix typo in commentTobias Hunger2016-06-011-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+3
* Teach find_(library|file|path) to get prefixes from PATH (#15370)Brad King2015-02-191-1/+1
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-9/+6
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-0/+60