summaryrefslogtreecommitdiffstats
path: root/Source/cmFindFileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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