index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmCacheManager.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-6
/
+3
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-14
/
+14
*
Use new AddCacheEntry signatures
Marc Chevrier
2021-09-10
1
-4
/
+4
*
AddCacheEntry accept cmProp or std::string
Marc Chevrier
2021-09-10
1
-3
/
+3
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-3
/
+3
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2
/
+2
*
CMakePresets.json: Rework how --preset argument is handled
Kyle Edwards
2020-10-26
1
-0
/
+1
*
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-4
/
+1
*
cmCacheManager: Cleanup CacheIterator interface
Tushar Maheshwari
2020-04-18
1
-143
/
+59
*
Merge topic 'cleanup-endls-1'
Brad King
2020-03-27
1
-47
/
+45
|
\
|
*
Refactor: Avoid `std::endl` where it's not necessary (part 1)
Alex Turbov
2020-03-26
1
-47
/
+45
*
|
Merge topic 'string-prefix'
Brad King
2020-03-26
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1
/
+3
*
|
cmCacheManager::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-19
1
-24
/
+19
|
/
*
cmPropertyMap: Introduce cmProp as return type for GetProperty() functions
Vitaly Stakhovsky
2020-03-13
1
-1
/
+2
*
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-3
/
+3
*
cmCacheManager: more members use std::string
Vitaly Stakhovsky
2020-01-06
1
-9
/
+16
*
cmState: more members will use std::string
Vitaly Stakhovsky
2020-01-02
1
-1
/
+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2
/
+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2
/
+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-3
/
+3
*
clang-tidy: modernize-return-braced-init-list
Regina Pfeifer
2019-09-06
1
-1
/
+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2
/
+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-26
/
+16
*
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-2
/
+1
|
\
|
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2
/
+1
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2
/
+2
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1
/
+2
*
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-22
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-16
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-04
1
-2
/
+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2
/
+2
[next]