summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* horrible hackKen Martin2004-05-061-0/+16
|
* fix warningKen Martin2004-05-041-1/+1
|
* minor backwards fixKen Martin2004-05-031-0/+7
|
* better if expression supportKen Martin2004-05-011-119/+273
|
* BUG: fix logic in EQUAL if testBill Hoffman2004-04-281-1/+1
|
* ENH: add a numeric EQUAL to the IF statment, very useful for variable ↵Bill Hoffman2004-04-281-0/+11
| | | | arguments in MACROS
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-1/+3
| | | | cmRegularExpression.
* ENH: add stdlib.h for portability to borland 6Bill Hoffman2003-05-241-0/+1
|
* made more strictKen Martin2002-12-131-8/+1
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-23/+28
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* minor fixKen Martin2002-12-021-1/+1
|
* fixed compiler warningKen Martin2002-11-151-1/+2
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+16
|
* 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.
* minor fix to allow if with no argumentsKen Martin2002-10-071-0/+1
|
* BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings.Brad King2002-10-021-21/+20
|
* removed some includesKen Martin2002-09-271-1/+0
|
* *** empty log message ***Brad King2002-09-241-0/+7
|
* hopefull another fix to if statementsKen Martin2002-09-231-0/+7
|
* better error checking on If statementsKen Martin2002-09-101-2/+5
|
* better IF ELSE handlingKen Martin2002-08-091-0/+7
|
* fix warningKen Martin2002-07-111-1/+1
|
* better error handling with if statementsKen Martin2002-07-101-12/+17
|
* consolidated IF handling and added checks for bad argumentsKen Martin2002-07-011-44/+70
|
* modified MATCHES to handle non variablesBill Hoffman2002-06-201-1/+5
|
* adde less greaterKen Martin2002-05-231-0/+56
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* fix if logic for null defsBill Hoffman2002-01-181-1/+1
|
* BUG: fix null pointer read if def is not definedBill Hoffman2002-01-181-1/+1
|
* expand vars nwo for exists testKen Martin2002-01-031-1/+3
|
* added exists option for if statementKen Martin2002-01-021-0/+8
|
* remove warningBill Hoffman2001-12-271-1/+1
|
* ENH: Added error reporting for missing arguments to ENDIF.Brad King2001-12-181-1/+17
|
* ENH: Added option to IF command to test if a command exists. Syntax is ↵Brad King2001-12-181-0/+8
| | | | IF(COMMAND name-of-command).
* fix warning for Borland buildSebastien Barre2001-11-301-1/+1
|
* better error messagesKen Martin2001-11-261-2/+10
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* backwards MATCHES in if and else statementsKen Martin2001-08-171-1/+1
|
* BUG: or and and were inverted.Berk Geveci2001-08-091-2/+2
|
* added new if commandsKen Martin2001-08-061-26/+52
|
* added for each commandKen Martin2001-07-251-3/+3
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* better If checksKen Martin2001-05-041-0/+9
|
* slight bug in If command I thinkKen Martin2001-05-011-18/+9
|
* new set command and IF NOTKen Martin2001-05-011-10/+44
|
* bug fixesKen Martin2001-04-301-1/+1
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* some fixes for If commandsKen Martin2001-04-261-2/+1
|
* added if else endif add definitionKen Martin2001-04-191-0/+66