summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputRequiredFilesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix testBill Hoffman2005-10-181-1/+0
|
* ENH: add .txx files and put the start directory in the search pathBill Hoffman2005-10-181-3/+23
|
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-4/+3
|
* updated for changes in Depend CalcsKen Martin2002-12-101-12/+32
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-26/+26
| | | | 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-1/+1
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* ENH: Hacked together a new implementation of the dependency generator code. ↵Brad King2001-07-171-12/+11
| | | | This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
* ERR: Removed unused variable.Brad King2001-06-191-1/+0
|
* added new commandKen Martin2001-06-121-0/+238