summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.h
Commit message (Expand)AuthorAgeFilesLines
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-031-3/+3
* cmListFileArgument: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-1/+0
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+1
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-5/+5
* cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshotStephen Kelly2016-10-151-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+5
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Parser: Port away from cmMakefileStephen Kelly2016-08-251-2/+3
* Parser: Out-of-line conditional code to cmMakefileStephen Kelly2016-06-131-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-18/+36
* cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-181-10/+46
* cmState: Avoid accumulating snapshot storage for backtracesBrad King2016-04-151-2/+1
* cmListFileCache: Fix warning about inconsistent use of class/structTobias Hunger2016-02-111-1/+2
* Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...Brad King2015-11-251-4/+2
|\
| * cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-lineBrad King2015-11-251-4/+2
* | cmTarget: Split storage of link implementation from backtraces.Stephen Kelly2015-10-081-9/+0
|/
* cmListFileBacktrace: Constify API.Stephen Kelly2015-07-181-2/+2
* cmListFileBacktrace: Implement in terms of cmState::Snapshot.Stephen Kelly2015-07-061-5/+5
* cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-061-1/+18
* cmListFileArgument: Remove FilePath member.Stephen Kelly2015-06-211-7/+5
* cmListFileBacktrace: Replace local generator with cmState::Snapshot.Stephen Kelly2015-06-061-4/+4
* cmListFileBacktrace: Internalize the step of making paths relative.Stephen Kelly2015-06-021-4/+0
* cmMakefile: Make cmListFileBacktrace default constructible.Stephen Kelly2015-06-021-1/+1
* cmListFileBacktrace: Hide the context-stack implementation detail.Stephen Kelly2015-05-181-1/+6
* cmListFileContext: Implement EqualityComparable.Stephen Kelly2015-05-181-0/+2
* cmListFileContext: Implement LessThanComparable.Stephen Kelly2015-05-181-0/+1
* cmListFile: Remove unused member.Stephen Kelly2015-04-041-5/+0
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+16
* Add Lua-style long brackets and long comments to CMake languageBrad King2013-10-171-1/+2
* cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-081-6/+11
* Rename the IncludeDirectoriesEntry to be more generic.Stephen Kelly2013-02-121-0/+9
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Make sure context info is always initializedBrad King2008-10-111-0/+1
* ENH: Improve new error/warning message generationBrad King2008-03-131-0/+4
* ENH: New format for warning and error messagesBrad King2008-03-071-2/+6
* BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...Ken Martin2008-03-061-1/+5
* BUG: const char* FilePath could point to a non-existent std::string forAlexander Neundorf2007-05-111-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+8
* BUG: Remove some old legacy code and remove memory leakAndy Cedilnik2006-03-081-3/+0
* ENH: Since list file cache does not make much sense any more (because of prop...Andy Cedilnik2006-02-071-31/+1
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...Brad King2004-08-041-4/+15
* ENH: Using lex-based tokenizer and a simple recursive-descent parser in place...Brad King2003-12-081-19/+0
* ERR: Added operator != for SGI.Brad King2002-12-171-0/+4
* ENH: Improved filename/line number reporting in error message. Macro invocat...Brad King2002-12-121-1/+1
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-1/+34
* ENH: add PROJECT command if there is not oneBill Hoffman2002-12-021-3/+5