Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed line number of end of file error message. | Brad King | 2004-08-31 | 1 | -1/+3 |
| | |||||
* | BUG#1049: Added error message when file ends in an unterminated string. | Brad King | 2004-08-31 | 1 | -6/+12 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -1/+0 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and ↵ | Brad King | 2004-08-04 | 1 | -11/+37 |
| | | | | 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 | -211/+116 |
| | | | | place of the old hand-coded parser for CMake listfiles. | ||||
* | ENH: Added support for # characters inside quoted arguments and for escaping ↵ | Brad King | 2003-07-09 | 1 | -16/+68 |
| | | | | # in a non-quoted argument. Improved parsing speed by not compiling regular expressions on blank lines. | ||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -7/+8 |
| | | | | cmRegularExpression. | ||||
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -19/+13 |
| | |||||
* | ENH: Improved filename/line number reporting in error message. Macro ↵ | Brad King | 2002-12-12 | 1 | -18/+18 |
| | | | | invocations now chain up the error message. | ||||
* | BUG: Multi-line functions must also increment line number, not the pointer. | Brad King | 2002-12-11 | 1 | -1/+1 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -6/+183 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: put the project command at the front of the project | Bill Hoffman | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | ENH: remove cerr calls | Bill Hoffman | 2002-12-02 | 1 | -1/+0 |
| | |||||
* | ENH: add PROJECT command if there is not one | Bill Hoffman | 2002-12-02 | 1 | -4/+29 |
| | |||||
* | 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/+10 |
| | |||||
* | remove unused variables | Ken Martin | 2002-09-15 | 1 | -2/+0 |
| | |||||
* | ENH: speed improvements | Bill Hoffman | 2002-04-11 | 1 | -1/+6 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 1 | -1/+6 |
| | |||||
* | ENH: add better error reports in parsing cmake files, like what file has the ↵ | Bill Hoffman | 2001-10-02 | 1 | -1/+2 |
| | | | | error | ||||
* | ENH: add caching for the input CMakeList.txt files, 2X speed up | Bill Hoffman | 2001-08-28 | 1 | -0/+86 |