Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in changes to CMake-2-8 RC 2 | Bill Hoffman | 2009-10-01 | 1 | -14/+9 |
| | |||||
* | ENH: Better error message for unclosed blocks | Brad King | 2009-01-21 | 1 | -7/+9 |
| | | | | | | This centralizes construction of the error message for an unclosed logical block (if, foreach, etc.). We record the line at which each block is opened so it can be reported in the error message. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+3 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ERR: Fixed unused parameter warning. | Brad King | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -5/+2 |
| | | | | 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 King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ERR: Fixed compiler warnings. | Brad King | 2002-06-18 | 1 | -5/+5 |
| | |||||
* | FIX: foreach function-blockers were using expanded args. Add virtual func to ↵ | Sebastien Barre | 2002-03-26 | 1 | -0/+2 |
| | | | | specify if function blocker needs them expanded or not. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | added for each command | Ken Martin | 2001-07-25 | 1 | -3/+3 |
| | |||||
* | BUG: clean up memory leaks. | Bill Hoffman | 2001-06-04 | 1 | -0/+2 |
| | |||||
* | better If checks | Ken Martin | 2001-05-04 | 1 | -3/+11 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | added if else endif add definition | Ken Martin | 2001-04-19 | 1 | -0/+44 |