Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+2 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2006-12-01 | 1 | -1/+0 |
| | |||||
* | BUG: fix for 3815 seg fault | Bill Hoffman | 2006-12-01 | 1 | -4/+10 |
| | |||||
* | ENH: fix compile error | Bill Hoffman | 2006-10-03 | 1 | -3/+4 |
| | |||||
* | BUG: fix for seg fault bug #3815 | Bill Hoffman | 2006-10-03 | 1 | -0/+4 |
| | |||||
* | ENH: reduce string construct delete ops | Ken Martin | 2006-05-31 | 1 | -3/+3 |
| | |||||
* | ENH: always compile progress | Ken Martin | 2006-05-23 | 1 | -5/+16 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+2 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -48/+46 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -40/+43 |
| | |||||
* | ENH: revert back to string replacement version | Ken Martin | 2005-07-05 | 1 | -84/+119 |
| | |||||
* | COMP: fix compiler warnings | Ken Martin | 2005-06-23 | 1 | -2/+1 |
| | |||||
* | ENH: converted macro to use variables and fixed some case issues with some ↵ | Ken Martin | 2005-06-23 | 1 | -120/+86 |
| | | | | function blockers | ||||
* | ENH: Save command that macro overwrites | Andy Cedilnik | 2005-06-14 | 1 | -0/+9 |
| | |||||
* | ENH: performance improvements | Bill Hoffman | 2005-04-12 | 1 | -3/+9 |
| | |||||
* | COMP: fix warning | Ken Martin | 2005-03-18 | 1 | -2/+1 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -165/+238 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | 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 |