summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ken Martin2005-03-181-6/+0
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* BUG: When regular expression failes to compile, produce error: Fixes part of ↵Andy Cedilnik2004-08-031-2/+3
| | | | Bug #1025 - CMake silently ignores regular expression failure
* 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 ↵Bill Hoffman2004-04-281-1/+3
| | | | arguments in MACROS
* 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 ↵Brad King2002-12-111-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 King2002-10-231-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 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
| | | | avoid changes to the file cache
* 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 ↵Brad King2001-04-231-0/+1
| | | | cmIfFunctionBlocker.
* added if else endif add definitionKen Martin2001-04-191-0/+86