summaryrefslogtreecommitdiff
path: root/Source/cmFindFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* find_*: refactor cache variable handlingMarc Chevrier2021-05-111-1/+4
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-1/+10
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Drop builtin command documentationBrad King2013-10-161-12/+0
* Speedup find_* commands (#11412)Brad King2010-11-121-2/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: fix docs: it must replace "find_path" instead of "FIND_PATH" withAlexander Neundorf2009-05-181-1/+1
* ENH: make commands lower case by defaultKen Martin2007-10-101-1/+1
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
* ENH: check in new find stuffBill Hoffman2006-03-021-77/+9
* ENH: Improved support for user-configured search paths. Paths given in the C...Brad King2006-01-271-8/+6
* ENH: move framework stuff from FindFile to FindPathBill Hoffman2005-12-301-79/+0
* COMP: Remove shadow variable warningAndy Cedilnik2005-12-301-6/+7
* COMP: Remove warningsAndy Cedilnik2005-12-301-0/+3
* ENH: make sure -F is not duplicatedBill Hoffman2005-12-271-5/+8
* ENH: add framework support to FIND_FILEBill Hoffman2005-12-271-0/+75
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-2/+3
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
* ENH: remove several compiler warningsBill Hoffman2002-03-131-1/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: add possibility to add doc strings to varibles created by find type comm...Bill Hoffman2001-11-261-5/+21
* This command should always set the cahce variabel to a filepath not a pathIan Scott2001-10-181-1/+1
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like...Brad King2001-09-201-1/+2
* BUG: fix return when file is not foundBill Hoffman2001-09-171-1/+5
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-12/+5
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* bug fixesKen Martin2001-04-301-4/+1
* better help stringsKen Martin2001-04-271-3/+10
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* ENH: add help for cache entriesBill Hoffman2001-04-261-0/+1
* bug fixesKen Martin2001-04-261-1/+4
* new commandKen Martin2001-02-261-0/+75