summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...Brad King2015-11-251-0/+15
|\
| * cmState: Avoid accumulating snapshot storage for short-lived scopesBrad King2015-11-251-0/+4
| * cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-lineBrad King2015-11-251-0/+11
* | Add cmOutputConverter include where needed.Stephen Kelly2015-10-051-1/+1
|/
* cmListFileBacktrace: Constify API.Stephen Kelly2015-07-181-2/+2
* cmListFileBacktrace: Implement in terms of cmState::Snapshot.Stephen Kelly2015-07-061-14/+24
* cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-061-1/+0
* cmListFileArgument: Remove FilePath member.Stephen Kelly2015-06-211-3/+2
* cmListFileBacktrace: Replace local generator with cmState::Snapshot.Stephen Kelly2015-06-061-4/+4
* cmListFileBacktrace: Internalize the step of making paths relative.Stephen Kelly2015-06-031-18/+8
* cmListFileBacktrace: Hide the context-stack implementation detail.Stephen Kelly2015-05-181-0/+30
* cmListFileContext: Implement EqualityComparable.Stephen Kelly2015-05-181-0/+10
* cmListFileContext: Sort by line before file.Stephen Kelly2015-05-181-4/+5
* cmListFileContext: Implement LessThanComparable.Stephen Kelly2015-05-181-0/+8
* cmListFile: Remove unused member.Stephen Kelly2015-04-041-6/+0
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-8/+8
* Remove borland workarounds.Stephen Kelly2014-10-151-3/+0
* cmake: Do not open directories as scripts (#14966)Brad King2014-06-091-1/+2
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-0/+18
* 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