summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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 prop...Andy Cedilnik2006-02-071-87/+8
* 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
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...Brad King2004-08-041-11/+37
* ENH: Using lex-based tokenizer and a simple recursive-descent parser in place...Brad King2003-12-081-211/+116
* ENH: Added support for # characters inside quoted arguments and for escaping ...Brad King2003-07-091-16/+68
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-7/+8
* 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 invocat...Brad King2002-12-121-18/+18
* 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 evaluati...Brad King2002-12-111-6/+183
* 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 copyrigh...Brad King2002-10-231-3/+3
* 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
* ENH: add caching for the input CMakeList.txt files, 2X speed upBill Hoffman2001-08-281-0/+86