summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: reduce string construct delete opsKen Martin2006-05-311-5/+5
* COMP: fix warningKen Martin2006-05-191-2/+0
* ENH: allow loose loop constructsKen Martin2006-05-181-32/+13
* STYLE: fix line lengthKen Martin2006-05-111-4/+8
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-1/+1
* ENH: added some new functionalityKen Martin2006-03-221-6/+22
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-20/+20
* ENH: Allow IF(DEFINED ENV{somevar}) to work.Brad King2006-02-101-1/+11
* BUG: clean up scopingKen Martin2005-11-171-9/+12
* BUG: fix incrementing past endKen Martin2005-11-171-3/+1
* BUG: fix incrementing past endKen Martin2005-11-171-39/+29
* ENH: converted macro to use variables and fixed some case issues with some fu...Ken Martin2005-06-231-4/+5
* ERR: Fix warnings and memory leakAndy Cedilnik2004-08-041-23/+30
* BUG: When regular expression failes to compile, produce error: Fixes part of ...Andy Cedilnik2004-08-031-10/+22
* added strequalKen Martin2004-06-141-19/+21
* BUG: fix crash for if statment due to bad microsoft docs on deque BUG id 917Bill Hoffman2004-06-111-51/+110
* 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 argumen...Bill Hoffman2004-04-281-0/+11
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-1/+3
* 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 evaluati...Brad King2002-12-111-23/+28
* 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 copyrigh...Brad King2002-10-231-3/+3
* 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