summaryrefslogtreecommitdiff
path: root/Source/cmSearchPath.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-151-1/+1
* find_library: Construct paths by removing 'unknown' from library archNemanja Ivanovic2022-12-011-0/+15
* find_* commands: add control over Windows registry viewsMarc Chevrier2022-04-291-20/+10
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-021-2/+4
* Refactor: Keep track of prefixes in cmSearchPathKyle Edwards2022-02-021-22/+37
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-7/+8
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
* QNX: Add support for CMAKE_SYSROOTStephen Kelly2020-01-271-1/+7
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-2/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-5/+6
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+2
* 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