summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* BUG: Must return false after an error of incorrect arguments.Brad King2002-10-021-0/+1
|
* Reformatted the error printed by cmMakefile.Berk Geveci2002-05-011-1/+1
|
* ENH: speed improvementsBill Hoffman2002-04-111-8/+10
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-4/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-3/+3
| | | | avoid changes to the file cache
* BUG: remove iostream.h includesBill Hoffman2001-07-101-1/+0
|
* BUG: Added missing newline in error message.Brad King2001-06-221-1/+1
|
* ENH: add optional include and only allow one file per INCLUDEBill Hoffman2001-06-211-7/+15
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* New command: INCLUDE(somefile.txt)Anonymous2001-04-301-0/+38