summaryrefslogtreecommitdiffstats
path: root/Source/cmFindBase.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Add HINTS option to find_* commands.Brad King2008-06-091-42/+53
* ENH: Refactor find_* command framework/appbundle search order impl.Brad King2008-06-091-72/+35
* ENH: In find_* implementation centralize addition of trailing slashesBrad King2008-06-091-0/+4
* BUG: Fix find_* command calls with no PATHS but new-style options.Brad King2008-06-081-0/+1
* BUG: Fix cmFindBase::AddMacPath to actually use its arguments after previous ...Brad King2008-06-061-3/+3
* ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommandBrad King2008-06-051-147/+123
* BUG: Fix 64-bit build of CMake so it can find 32-bit VS install.Brad King2008-06-051-16/+6
* BUG: Fix previous registry lookup change for executables.Brad King2008-05-271-4/+20
* BUG: Fix registry lookups for FIND commands to use view of target platform.Brad King2008-05-271-1/+16
* ENH: better fix for not adding /Bill Hoffman2008-05-231-6/+3
* BUG: 7011 findqt hangs because of glob with find_path and framework header se...Bill Hoffman2008-05-231-2/+9
* BUG: fix network path by mistake in searchBill Hoffman2008-04-071-1/+9
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-13/+1