summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Add Lua-style long brackets and long comments to CMake languageBrad King2013-10-171-31/+49
* cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)Brad King2013-10-171-1/+14
* Do not warn about left paren not separated by a spaceBrad King2013-08-151-1/+1
* Warn about unquoted arguments that look like long bracketsBrad King2013-08-081-0/+21
* Warn about arguments not separated by whitespaceBrad King2013-08-081-6/+34
* cmListFileCache: Convert CMake language parser to classBrad King2013-08-081-69/+97
* cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-081-9/+10
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-10/+10
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: support parenthesis as arguments and in conditionals feature request #6191Ken Martin2008-06-261-2/+17
* ENH: write the cmake version into the file created by EXPORT_LIBRARY_DEPENDEN...Alexander Neundorf2008-04-271-1/+2
* ENH: Allow policy CMP0000 to be set explicitlyBrad King2008-03-311-24/+6
* ENH: tiny performance improvementKen Martin2008-03-201-1/+2
* ENH: small simple projects do not need to specify cmake minimum requiredKen Martin2008-03-201-1/+35
* ENH: Improve warning about specifying a cmake versionBrad King2008-03-191-23/+24
* ENH: Improve new error/warning message generationBrad King2008-03-131-0/+15
* ENH: change CMP_ to CMPKen Martin2008-03-131-3/+3
* ENH: add enum to IssueMessageBill Hoffman2008-03-111-2/+2
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-0/+3
* ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI...Ken Martin2008-03-071-26/+5
* STYLE: fix line length issueKen Martin2008-03-071-2/+4
* ENH: New format for warning and error messagesBrad King2008-03-071-6/+6
* BUG: keep CMAKE_BACKWARDS_COMP as internalKen Martin2008-03-061-0/+13
* BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5Ken Martin2008-03-061-1/+1
* BUG: change in handling of cmake_minimum_requiredKen Martin2008-03-061-6/+1
* BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...Ken Martin2008-03-061-2/+58
* 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 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