index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmListFileCache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-3/+3
*
cmListFileArgument: remove custom copy ctor
Daniel Pfeifer
2017-04-21
1
-6/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-1/+0
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-5/+5
*
cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshot
Stephen Kelly
2016-10-15
1
-0/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-2/+5
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0/+2
*
Parser: Port away from cmMakefile
Stephen Kelly
2016-08-25
1
-2/+3
*
Parser: Out-of-line conditional code to cmMakefile
Stephen Kelly
2016-06-13
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-18/+36
*
cmListFileBacktrace: Refactor storage to provide efficient value semantics
Brad King
2016-04-18
1
-10/+46
*
cmState: Avoid accumulating snapshot storage for backtraces
Brad King
2016-04-15
1
-2/+1
*
cmListFileCache: Fix warning about inconsistent use of class/struct
Tobias Hunger
2016-02-11
1
-1/+2
*
Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...
Brad King
2015-11-25
1
-4/+2
|
\
|
*
cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line
Brad King
2015-11-25
1
-4/+2
*
|
cmTarget: Split storage of link implementation from backtraces.
Stephen Kelly
2015-10-08
1
-9/+0
|
/
*
cmListFileBacktrace: Constify API.
Stephen Kelly
2015-07-18
1
-2/+2
*
cmListFileBacktrace: Implement in terms of cmState::Snapshot.
Stephen Kelly
2015-07-06
1
-5/+5
*
cmListFile: Remove FilePath member from cmListFileContext.
Stephen Kelly
2015-07-06
1
-1/+18
*
cmListFileArgument: Remove FilePath member.
Stephen Kelly
2015-06-21
1
-7/+5
*
cmListFileBacktrace: Replace local generator with cmState::Snapshot.
Stephen Kelly
2015-06-06
1
-4/+4
*
cmListFileBacktrace: Internalize the step of making paths relative.
Stephen Kelly
2015-06-02
1
-4/+0
*
cmMakefile: Make cmListFileBacktrace default constructible.
Stephen Kelly
2015-06-02
1
-1/+1
*
cmListFileBacktrace: Hide the context-stack implementation detail.
Stephen Kelly
2015-05-18
1
-1/+6
*
cmListFileContext: Implement EqualityComparable.
Stephen Kelly
2015-05-18
1
-0/+2
*
cmListFileContext: Implement LessThanComparable.
Stephen Kelly
2015-05-18
1
-0/+1
*
cmListFile: Remove unused member.
Stephen Kelly
2015-04-04
1
-5/+0
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-1/+16
*
Add Lua-style long brackets and long comments to CMake language
Brad King
2013-10-17
1
-1/+2
*
cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
Brad King
2013-08-08
1
-6/+11
*
Rename the IncludeDirectoriesEntry to be more generic.
Stephen Kelly
2013-02-12
1
-0/+9
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-4/+4
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: Make sure context info is always initialized
Brad King
2008-10-11
1
-0/+1
*
ENH: Improve new error/warning message generation
Brad King
2008-03-13
1
-0/+4
*
ENH: New format for warning and error messages
Brad King
2008-03-07
1
-2/+6
*
BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...
Ken Martin
2008-03-06
1
-1/+5
*
BUG: const char* FilePath could point to a non-existent std::string for
Alexander Neundorf
2007-05-11
1
-1/+1
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-7/+8
*
BUG: Remove some old legacy code and remove memory leak
Andy Cedilnik
2006-03-08
1
-3/+0
*
ENH: Since list file cache does not make much sense any more (because of prop...
Andy Cedilnik
2006-02-07
1
-31/+1
*
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...
Brad King
2004-08-04
1
-4/+15
*
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place...
Brad King
2003-12-08
1
-19/+0
*
ERR: Added operator != for SGI.
Brad King
2002-12-17
1
-0/+4
*
ENH: Improved filename/line number reporting in error message. Macro invocat...
Brad King
2002-12-12
1
-1/+1
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-1/+34
*
ENH: add PROJECT command if there is not one
Bill Hoffman
2002-12-02
1
-3/+5
[next]