summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
Commit message (Expand)AuthorAgeFilesLines
* STYLE: improve IF documentation to cover elseifKen Martin2007-01-261-2/+8
* ENH: fix a warning and a nice fix to the IF commandKen Martin2006-12-121-1/+2
* ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.Brad King2006-10-231-1/+0
* ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name I...Brad King2006-10-231-0/+1
* ENH: added elseifKen Martin2006-09-221-1/+2
* ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.Brad King2006-08-251-0/+4
* ENH: Clarified documentation of EXISTS and IS_DIRECTORY modes.Brad King2006-06-261-2/+4
* BUG: Patch from Miguel A. Figueroa-Villanueva for fixing documentation.Brad King2006-06-121-3/+3
* STYLE: fix line lengthKen Martin2006-05-111-3/+3
* BUG: Fixed missing false values in documentation of IF command.Brad King2006-04-181-2/+4
* ENH: added some new functionalityKen Martin2006-03-221-1/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* STYLE: fix docsKen Martin2005-11-161-1/+1
* STYLE: fix the docsKen Martin2005-05-241-4/+2
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-6/+0
* BUG: When regular expression failes to compile, produce error: Fixes part of ...Andy Cedilnik2004-08-031-2/+3
* added strequalKen Martin2004-06-141-4/+6
* better if expression supportKen Martin2004-05-011-3/+13
* ENH: add a numeric EQUAL to the IF statment, very useful for variable argumen...Bill Hoffman2004-04-281-1/+3
* ENH: Make IF command scriptableAndy Cedilnik2004-02-191-0/+5
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-9/+48
* ERR: Fixed unused parameter warning.Brad King2002-12-131-1/+1
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-6/+10
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings.Brad King2002-10-021-0/+5
* better error handling with if statementsKen Martin2002-07-101-0/+1
* consolidated IF handling and added checks for bad argumentsKen Martin2002-07-011-0/+5
* adde less greaterKen Martin2002-05-231-1/+4
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* added exists option for if statementKen Martin2002-01-021-1/+3
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* added new if commandsKen Martin2001-08-061-5/+5
* 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-2/+6
* new set command and IF NOTKen Martin2001-05-011-1/+4
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* rules were not inherited when they should beKen Martin2001-04-251-0/+6
* ERR: Added virtual destructor to complement virtual functions in cmIfFunction...Brad King2001-04-231-0/+1
* added if else endif add definitionKen Martin2001-04-191-0/+86