summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: ParseFile should return false if there was a parse error.Brad King2007-11-191-0/+4
|
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+4
|
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-14/+14
|
* BUG: Remove some old legacy code and remove memory leakAndy Cedilnik2006-03-081-18/+2
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-87/+8
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* BUG: project command should also work with lower caseKen Martin2005-07-061-1/+1
|
* ENH: Improve handling of escaped charactersAndy Cedilnik2005-06-171-2/+2
|
* BUG: Fixed line number of end of file error message.Brad King2004-08-311-1/+3
|
* BUG#1049: Added error message when file ends in an unterminated string.Brad King2004-08-311-6/+12
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-1/+0
| | | | to enable a language without modifing cmake source code
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and ↵Brad King2004-08-041-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 King2003-12-081-211/+116
| | | | place of the old hand-coded parser for CMake listfiles.
* ENH: Added support for # characters inside quoted arguments and for escaping ↵Brad King2003-07-091-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 King2003-06-231-7/+8
| | | | cmRegularExpression.
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-19/+13
|
* ENH: Improved filename/line number reporting in error message. Macro ↵Brad King2002-12-121-18/+18
| | | | invocations now chain up the error message.
* BUG: Multi-line functions must also increment line number, not the pointer.Brad King2002-12-111-1/+1
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-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 projectBill Hoffman2002-12-021-1/+1
|
* ENH: remove cerr callsBill Hoffman2002-12-021-1/+0
|
* ENH: add PROJECT command if there is not oneBill Hoffman2002-12-021-4/+29
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-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 cacheAndy Cedilnik2002-09-191-0/+10
|
* remove unused variablesKen Martin2002-09-151-2/+0
|
* ENH: speed improvementsBill Hoffman2002-04-111-1/+6
|
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* Improvements to the curses interface.Berk Geveci2001-11-291-1/+6
|
* ENH: add better error reports in parsing cmake files, like what file has the ↵Bill Hoffman2001-10-021-1/+2
| | | | error
* ENH: add caching for the input CMakeList.txt files, 2X speed upBill Hoffman2001-08-281-0/+86