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
/
cmCacheManager.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmPropertyMap: Rename GetPropertyList method to GetKeys
Sebastian Holtermann
2019-06-08
1
-1/+1
*
cmSystemTools::Error(): remove const char* overload
Vitaly Stakhovsky
2019-05-22
1
-2/+1
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-4/+3
*
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-4/+3
|
\
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-4/+3
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-2/+2
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+2
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-9/+9
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-2/+1
*
cmCacheManager::GetInitializedCacheValue(): Return as const std::string*
Vitaly Stakhovsky
2018-09-06
1
-10/+12
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-1/+1
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-1/+2
*
Replace some uses of sprintf with std::to_string
jrp2014
2018-04-05
1
-9/+9
*
Refactor cmCacheManager::LoadCache to use ostringstream
Shane Parris
2018-02-28
1
-8/+8
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-3/+3
*
cmCacheManager: Truncate values containing newlines
Kyle Edwards
2018-01-15
1
-4/+70
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-14/+9
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5/+5
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-2/+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-5/+6
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-17/+17
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Merge topic 'else-after-return'
Brad King
2016-08-23
1
-1/+2
|
\
|
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-1/+2
*
|
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-2/+4
|
/
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5/+5
*
Merge topic 'expose-cache-properties'
Brad King
2016-06-13
1
-0/+10
|
\
|
*
cmCacheEntry: Retrieve all properties of cache entries
Tobias Hunger
2016-06-10
1
-0/+10
*
|
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-1/+2
|
/
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-288/+185
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-13/+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
-3/+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-1/+1
*
Print line number of cache parse errors (#11109)
Ashley Whetter
2016-01-19
1
-2/+8
*
cmState: Move ParseCacheEntry from cmCacheManager.
Stephen Kelly
2015-10-10
1
-85/+1
*
cmCacheManager: Port away from cmake instance.
Stephen Kelly
2015-10-10
1
-3/+1
*
Inline unary LoadCache.
Stephen Kelly
2015-10-10
1
-6/+0
*
cmCacheManager: Remove cmMakefile dependency.
Stephen Kelly
2015-10-10
1
-1/+0
*
cmPropertyMap: Remove chaining logic.
Stephen Kelly
2015-06-07
1
-6/+1
*
cmPropertyMap: Remove scope parameter from API where not used.
Stephen Kelly
2015-06-07
1
-2/+2
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-8/+3
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-71/+25
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-07
1
-6/+10
*
Merge topic 'refactor-cache-api'
Brad King
2015-04-07
1
-10/+6
|
\
[next]