Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Fix warnings and memory leak | Andy Cedilnik | 2004-08-04 | 1 | -23/+30 |
| | |||||
* | BUG: When regular expression failes to compile, produce error: Fixes part of ↵ | Andy Cedilnik | 2004-08-03 | 1 | -10/+22 |
| | | | | Bug #1025 - CMake silently ignores regular expression failure | ||||
* | added strequal | Ken Martin | 2004-06-14 | 1 | -19/+21 |
| | |||||
* | BUG: fix crash for if statment due to bad microsoft docs on deque BUG id 917 | Bill Hoffman | 2004-06-11 | 1 | -51/+110 |
| | |||||
* | horrible hack | Ken Martin | 2004-05-06 | 1 | -0/+16 |
| | |||||
* | fix warning | Ken Martin | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | minor backwards fix | Ken Martin | 2004-05-03 | 1 | -0/+7 |
| | |||||
* | better if expression support | Ken Martin | 2004-05-01 | 1 | -119/+273 |
| | |||||
* | BUG: fix logic in EQUAL if test | Bill Hoffman | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | ENH: add a numeric EQUAL to the IF statment, very useful for variable ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+11 |
| | | | | arguments in MACROS | ||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -1/+3 |
| | | | | cmRegularExpression. | ||||
* | ENH: add stdlib.h for portability to borland 6 | Bill Hoffman | 2003-05-24 | 1 | -0/+1 |
| | |||||
* | made more strict | Ken Martin | 2002-12-13 | 1 | -8/+1 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -23/+28 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | minor fix | Ken Martin | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | fixed compiler warning | Ken Martin | 2002-11-15 | 1 | -1/+2 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+16 |
| | |||||
* | 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. | ||||
* | minor fix to allow if with no arguments | Ken Martin | 2002-10-07 | 1 | -0/+1 |
| | |||||
* | BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings. | Brad King | 2002-10-02 | 1 | -21/+20 |
| | |||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Brad King | 2002-09-24 | 1 | -0/+7 |
| | |||||
* | hopefull another fix to if statements | Ken Martin | 2002-09-23 | 1 | -0/+7 |
| | |||||
* | better error checking on If statements | Ken Martin | 2002-09-10 | 1 | -2/+5 |
| | |||||
* | better IF ELSE handling | Ken Martin | 2002-08-09 | 1 | -0/+7 |
| | |||||
* | fix warning | Ken Martin | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | better error handling with if statements | Ken Martin | 2002-07-10 | 1 | -12/+17 |
| | |||||
* | consolidated IF handling and added checks for bad arguments | Ken Martin | 2002-07-01 | 1 | -44/+70 |
| | |||||
* | modified MATCHES to handle non variables | Bill Hoffman | 2002-06-20 | 1 | -1/+5 |
| | |||||
* | adde less greater | Ken Martin | 2002-05-23 | 1 | -0/+56 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -4/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | fix if logic for null defs | Bill Hoffman | 2002-01-18 | 1 | -1/+1 |
| | |||||
* | BUG: fix null pointer read if def is not defined | Bill Hoffman | 2002-01-18 | 1 | -1/+1 |
| | |||||
* | expand vars nwo for exists test | Ken Martin | 2002-01-03 | 1 | -1/+3 |
| | |||||
* | added exists option for if statement | Ken Martin | 2002-01-02 | 1 | -0/+8 |
| | |||||
* | remove warning | Bill Hoffman | 2001-12-27 | 1 | -1/+1 |
| | |||||
* | ENH: Added error reporting for missing arguments to ENDIF. | Brad King | 2001-12-18 | 1 | -1/+17 |
| | |||||
* | ENH: Added option to IF command to test if a command exists. Syntax is ↵ | Brad King | 2001-12-18 | 1 | -0/+8 |
| | | | | IF(COMMAND name-of-command). | ||||
* | fix warning for Borland build | Sebastien Barre | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | better error messages | Ken Martin | 2001-11-26 | 1 | -2/+10 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | backwards MATCHES in if and else statements | Ken Martin | 2001-08-17 | 1 | -1/+1 |
| | |||||
* | BUG: or and and were inverted. | Berk Geveci | 2001-08-09 | 1 | -2/+2 |
| | |||||
* | added new if commands | Ken Martin | 2001-08-06 | 1 | -26/+52 |
| | |||||
* | 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 | -0/+9 |
| | |||||
* | slight bug in If command I think | Ken Martin | 2001-05-01 | 1 | -18/+9 |
| | |||||
* | new set command and IF NOT | Ken Martin | 2001-05-01 | 1 | -10/+44 |
| |