Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and ↵ | Brad King | 2004-08-04 | 1 | -4/+15 |
| | | | | CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. | ||||
* | ENH: Using lex-based tokenizer and a simple recursive-descent parser in ↵ | Brad King | 2003-12-08 | 1 | -19/+0 |
| | | | | place of the old hand-coded parser for CMake listfiles. | ||||
* | ERR: Added operator != for SGI. | Brad King | 2002-12-17 | 1 | -0/+4 |
| | |||||
* | ENH: Improved filename/line number reporting in error message. Macro ↵ | Brad King | 2002-12-12 | 1 | -1/+1 |
| | | | | invocations now chain up the error message. | ||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -1/+34 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: add PROJECT command if there is not one | Bill Hoffman | 2002-12-02 | 1 | -3/+5 |
| | |||||
* | 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. | ||||
* | Add a way to remove files from cache | Andy Cedilnik | 2002-09-19 | 1 | -0/+4 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -2/+2 |
| | |||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 1 | -2/+2 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | initialize class | Bill Hoffman | 2001-09-14 | 1 | -0/+4 |
| | |||||
* | remove warning | Bill Hoffman | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | ENH: add caching for the input CMakeList.txt files, 2X speed up | Bill Hoffman | 2001-08-28 | 1 | -0/+88 |