summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and ↵Brad King2004-08-041-0/+16
| | | | CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012.
* ENH: make it run much fasterBill Hoffman2004-05-191-44/+55
|
* ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵Andy Cedilnik2004-04-291-0/+39
| | | | arguments and ARGN is the list of all nonexpected arguments
* WRN: remove warningsBill Hoffman2004-04-271-5/+4
|
* macros now support varargsKen Martin2004-04-261-2/+31
|
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+9
|
* performance improvementsKen Martin2003-06-241-12/+13
|
* perf improvementKen Martin2003-06-231-3/+7
|
* better error reportingKen Martin2003-04-281-2/+8
|
* 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