Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -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: 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 |