Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and ↵ | Brad King | 2004-08-04 | 1 | -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 faster | Bill Hoffman | 2004-05-19 | 1 | -44/+55 |
| | |||||
* | ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵ | Andy Cedilnik | 2004-04-29 | 1 | -0/+39 |
| | | | | arguments and ARGN is the list of all nonexpected arguments | ||||
* | WRN: remove warnings | Bill Hoffman | 2004-04-27 | 1 | -5/+4 |
| | |||||
* | macros now support varargs | Ken Martin | 2004-04-26 | 1 | -2/+31 |
| | |||||
* | ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES | Andy Cedilnik | 2003-08-06 | 1 | -0/+9 |
| | |||||
* | performance improvements | Ken Martin | 2003-06-24 | 1 | -12/+13 |
| | |||||
* | perf improvement | Ken Martin | 2003-06-23 | 1 | -3/+7 |
| | |||||
* | better error reporting | Ken Martin | 2003-04-28 | 1 | -2/+8 |
| | |||||
* | ENH: Improved error message for macro invoked with incorrect number of ↵ | Brad King | 2002-12-17 | 1 | -1/+7 |
| | | | | arguments. | ||||
* | ENH: Improved filename/line number reporting in error message. Macro ↵ | Brad King | 2002-12-12 | 1 | -3/+11 |
| | | | | invocations now chain up the error message. | ||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -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 King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
| | |||||
* | minor fix | Ken Martin | 2002-08-16 | 1 | -5/+1 |
| | |||||
* | added new command | Ken Martin | 2002-08-13 | 1 | -0/+128 |