Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: When regular expression failes to compile, produce error: Fixes part of ↵ | Andy Cedilnik | 2004-08-03 | 1 | -2/+3 |
| | | | | Bug #1025 - CMake silently ignores regular expression failure | ||||
* | added strequal | Ken Martin | 2004-06-14 | 1 | -4/+6 |
| | |||||
* | better if expression support | Ken Martin | 2004-05-01 | 1 | -3/+13 |
| | |||||
* | ENH: add a numeric EQUAL to the IF statment, very useful for variable ↵ | Bill Hoffman | 2004-04-28 | 1 | -1/+3 |
| | | | | arguments in MACROS | ||||
* | ENH: Make IF command scriptable | Andy Cedilnik | 2004-02-19 | 1 | -0/+5 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -9/+48 |
| | |||||
* | ERR: Fixed unused parameter warning. | Brad King | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -6/+10 |
| | | | | 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. | ||||
* | BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings. | Brad King | 2002-10-02 | 1 | -0/+5 |
| | |||||
* | better error handling with if statements | Ken Martin | 2002-07-10 | 1 | -0/+1 |
| | |||||
* | consolidated IF handling and added checks for bad arguments | Ken Martin | 2002-07-01 | 1 | -0/+5 |
| | |||||
* | adde less greater | Ken Martin | 2002-05-23 | 1 | -1/+4 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | added exists option for if statement | Ken Martin | 2002-01-02 | 1 | -1/+3 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
| | | | | avoid changes to the file cache | ||||
* | added new if commands | Ken Martin | 2001-08-06 | 1 | -5/+5 |
| | |||||
* | added for each command | Ken Martin | 2001-07-25 | 1 | -3/+3 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | better If checks | Ken Martin | 2001-05-04 | 1 | -2/+6 |
| | |||||
* | new set command and IF NOT | Ken Martin | 2001-05-01 | 1 | -1/+4 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | rules were not inherited when they should be | Ken Martin | 2001-04-25 | 1 | -0/+6 |
| | |||||
* | ERR: Added virtual destructor to complement virtual functions in ↵ | Brad King | 2001-04-23 | 1 | -0/+1 |
| | | | | cmIfFunctionBlocker. | ||||
* | added if else endif add definition | Ken Martin | 2001-04-19 | 1 | -0/+86 |