Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+3 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
| | |||||
* | compiler warning | Ken Martin | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | better IF ELSE handling | Ken Martin | 2002-08-09 | 1 | -24/+2 |
| | |||||
* | better error handling with if statements | Ken Martin | 2002-07-10 | 1 | -14/+10 |
| | |||||
* | consolidated IF handling and added checks for bad arguments | Ken Martin | 2002-07-01 | 1 | -137/+8 |
| | |||||
* | modified MATCHES to handle non variables | Bill Hoffman | 2002-06-20 | 1 | -1/+5 |
| | |||||
* | adde less greater | Ken Martin | 2002-05-23 | 1 | -0/+56 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -3/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | BUG: GetDefiniton can return null | Bill Hoffman | 2002-01-18 | 1 | -1/+1 |
| | |||||
* | expand vars nwo for exists test | Ken Martin | 2002-01-03 | 1 | -1/+3 |
| | |||||
* | added exists option for if statement | Ken Martin | 2002-01-02 | 1 | -0/+8 |
| | |||||
* | ENH: Added option to IF command to test if a command exists. Syntax is ↵ | Brad King | 2001-12-18 | 1 | -0/+8 |
| | | | | IF(COMMAND name-of-command). | ||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | backwards MATCHES in if and else statements | Ken Martin | 2001-08-17 | 1 | -1/+1 |
| | |||||
* | BUG: or and and were inverted. | Berk Geveci | 2001-08-09 | 1 | -2/+2 |
| | |||||
* | added new if commands | Ken Martin | 2001-08-06 | 1 | -19/+56 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | new set command and IF NOT | Ken Martin | 2001-05-01 | 1 | -9/+30 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-30 | 1 | -1/+1 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | some fixes for If commands | Ken Martin | 2001-04-26 | 1 | -2/+1 |
| | |||||
* | added if else endif add definition | Ken Martin | 2001-04-19 | 1 | -0/+45 |