summaryrefslogtreecommitdiffstats
path: root/Source/cmFindFileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brad King2006-01-271-8/+6
| | | | CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH.
* ENH: move framework stuff from FindFile to FindPathBill Hoffman2005-12-311-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 ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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 ↵Bill Hoffman2001-11-261-5/+21
| | | | commands
* 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
| | | | avoid changes to the file cache
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵Brad King2001-09-201-1/+2
| | | | (like /foo/bar/*).
* 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 ↵Bill Hoffman2001-08-081-12/+5
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* 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