summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Improved error message for macro invoked with incorrect number of ↵Brad King2002-12-171-1/+7
| | | | arguments.
* ENH: Improved filename/line number reporting in error message. Macro ↵Brad King2002-12-121-3/+11
| | | | invocations now chain up the error message.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-36/+33
| | | | 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.
* removed some includesKen Martin2002-09-271-1/+0
|
* minor fixKen Martin2002-08-161-5/+1
|
* added new commandKen Martin2002-08-131-0/+128