summaryrefslogtreecommitdiffstats
path: root/Source/cmFindProgramCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+3
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+2
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-2/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-114/+77
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* find_program: Fix regression in finding an already-known pathBrad King2015-10-301-0/+13
* find_program: Optionally consider all names in each directoryBrad King2015-09-021-0/+41
* cmFindProgramCommand: Re-implement search using more flexible approachBrad King2015-09-021-1/+96
* cmFindProgramCommand: Use Names member instead of passing itBrad King2015-09-021-9/+8
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-4/+3
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Drop builtin command documentationBrad King2013-10-161-31/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-20/+20
* Fix crash if app bundle executeable couldn't be foundBjoern Ricks2012-02-251-1/+2
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-0/+2
* Speedup find_* commands (#11412)Brad King2010-11-121-5/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Refactor find_* command framework/appbundle search order impl.Brad King2008-06-091-2/+5
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-0/+6
* ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.Alexander Neundorf2007-10-261-0/+2
* ENH: make commands lower case by defaultKen Martin2007-10-101-1/+1
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-0/+3
* BUG: If the user specifies a cache entry on the command line without a type, ...Brad King2006-07-181-0/+9
* STYLE: fix line lengthKen Martin2006-05-101-7/+14
* ENH: fix warningBill Hoffman2006-04-141-1/+1
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-2/+94
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* ENH: make sure system path is not added unless asked forBill Hoffman2006-03-081-1/+1
* ENH: check in new find stuffBill Hoffman2006-03-021-112/+33
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-2/+2
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-5/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Rename variables to remove warningsAndy Cedilnik2002-10-171-3/+3
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-4/+5
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+1
* ENH/FIX: add NO_SYSTEM_PATH option + fix command usageSebastien Barre2002-05-121-1/+8
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+6
* ENH: remove several compiler warningsBill Hoffman2002-03-131-1/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* FIX: Entry doc. should never be overwritten. This may cause cmake to be re-ru...Berk Geveci2002-01-151-0/+9
* ENH: add possibility to add doc strings to varibles created by find type comm...Bill Hoffman2001-11-261-3/+20