summaryrefslogtreecommitdiff
path: root/Source/cmSearchPath.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-26/+19
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+3
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-97/+64
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-13/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-3/+5
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Teach find_(library|file|path) to get prefixes from PATH (#15370)Brad King2015-02-191-1/+21
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-16/+24
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-0/+243