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.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parser: Merge identical conditions
Stephen Kelly
2016-06-08
1
-3/+0
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-4/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-237/+164
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+4
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
cmListFileBacktrace: Refactor storage to provide efficient value semantics
Brad King
2016-04-18
1
-36/+135
*
cmState: Avoid accumulating snapshot storage for backtraces
Brad King
2016-04-15
1
-29/+38
*
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
1
-1/+1
*
Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...
Brad King
2015-11-25
1
-0/+15
|
\
|
*
cmState: Avoid accumulating snapshot storage for short-lived scopes
Brad King
2015-11-25
1
-0/+4
|
*
cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line
Brad King
2015-11-25
1
-0/+11
*
|
Add cmOutputConverter include where needed.
Stephen Kelly
2015-10-05
1
-1/+1
|
/
*
cmListFileBacktrace: Constify API.
Stephen Kelly
2015-07-18
1
-2/+2
*
cmListFileBacktrace: Implement in terms of cmState::Snapshot.
Stephen Kelly
2015-07-06
1
-14/+24
*
cmListFile: Remove FilePath member from cmListFileContext.
Stephen Kelly
2015-07-06
1
-1/+0
*
cmListFileArgument: Remove FilePath member.
Stephen Kelly
2015-06-21
1
-3/+2
*
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
-18/+8
*
cmListFileBacktrace: Hide the context-stack implementation detail.
Stephen Kelly
2015-05-18
1
-0/+30
*
cmListFileContext: Implement EqualityComparable.
Stephen Kelly
2015-05-18
1
-0/+10
*
cmListFileContext: Sort by line before file.
Stephen Kelly
2015-05-18
1
-4/+5
*
cmListFileContext: Implement LessThanComparable.
Stephen Kelly
2015-05-18
1
-0/+8
*
cmListFile: Remove unused member.
Stephen Kelly
2015-04-04
1
-6/+0
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-8/+8
*
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-3/+0
*
cmake: Do not open directories as scripts (#14966)
Brad King
2014-06-09
1
-1/+2
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-0/+18
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-2/+2
*
Add Lua-style long brackets and long comments to CMake language
Brad King
2013-10-17
1
-31/+49
*
cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)
Brad King
2013-10-17
1
-1/+14
*
Do not warn about left paren not separated by a space
Brad King
2013-08-15
1
-1/+1
*
Warn about unquoted arguments that look like long brackets
Brad King
2013-08-08
1
-0/+21
*
Warn about arguments not separated by whitespace
Brad King
2013-08-08
1
-6/+34
*
cmListFileCache: Convert CMake language parser to class
Brad King
2013-08-08
1
-69/+97
*
cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
Brad King
2013-08-08
1
-9/+10
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-10/+10
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: support parenthesis as arguments and in conditionals feature request #6191
Ken Martin
2008-06-26
1
-2/+17
*
ENH: write the cmake version into the file created by EXPORT_LIBRARY_DEPENDEN...
Alexander Neundorf
2008-04-27
1
-1/+2
*
ENH: Allow policy CMP0000 to be set explicitly
Brad King
2008-03-31
1
-24/+6
*
ENH: tiny performance improvement
Ken Martin
2008-03-20
1
-1/+2
*
ENH: small simple projects do not need to specify cmake minimum required
Ken Martin
2008-03-20
1
-1/+35
*
ENH: Improve warning about specifying a cmake version
Brad King
2008-03-19
1
-23/+24
*
ENH: Improve new error/warning message generation
Brad King
2008-03-13
1
-0/+15
*
ENH: change CMP_ to CMP
Ken Martin
2008-03-13
1
-3/+3
*
ENH: add enum to IssueMessage
Bill Hoffman
2008-03-11
1
-2/+2
*
ENH: Improve handling of old-style compatibility.
Brad King
2008-03-07
1
-0/+3
*
ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI...
Ken Martin
2008-03-07
1
-26/+5
*
STYLE: fix line length issue
Ken Martin
2008-03-07
1
-2/+4
[next]