summaryrefslogtreecommitdiffstats
path: root/Source/cmElseCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* STYLE: fix line lengthKen Martin2006-05-101-1/+3
|
* 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.
* removed some includesKen Martin2002-09-271-1/+0
|
* compiler warningKen Martin2002-08-121-1/+1
|
* better IF ELSE handlingKen Martin2002-08-091-24/+2
|
* better error handling with if statementsKen Martin2002-07-101-14/+10
|
* consolidated IF handling and added checks for bad argumentsKen Martin2002-07-011-137/+8
|
* 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-3/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* BUG: GetDefiniton can return nullBill 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
|
* 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).
* 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-19/+56
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* new set command and IF NOTKen Martin2001-05-011-9/+30
|
* 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/+45