summaryrefslogtreecommitdiffstats
path: root/Source/cmFindBase.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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
|/
* cmFindBase: Replace loop with cmJoin on range.Stephen Kelly2015-02-111-5/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-4/+2
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-24/+34
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-143/+34
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-122/+133
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-3/+3
* Drop compatibility with CMake < 2.4Brad King2013-10-231-18/+0
* Drop builtin command documentationBrad King2013-10-161-100/+0
* Teach find_(path|file) about Linux multiarch (#13742)Brad King2012-11-261-2/+2
* find_library: Optionally consider all names in each directoryBrad King2012-09-251-0/+15
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-11/+11
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-2/+2
* Refactor find_* command final path list computationBrad King2011-09-231-5/+1
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-0/+12
* Fix find_* argument parsing crash (#11513)Brad King2010-11-301-0/+5
* Speedup find_* commands (#11412)Brad King2010-11-121-4/+21
* Teach find_* commands to ignore some pathsTodd Gamblin2010-08-131-0/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Clarify PATH_SUFFIXES documentationBrad King2008-10-141-2/+4
* BUG: Fix find_* search order with path suffixesBrad King2008-10-131-7/+1
* BUG: In find_* commands support NO_* options in short-handBrad King2008-06-101-4/+8
* ENH: Make find_* command search order more intuitive.Brad King2008-06-091-10/+7