summaryrefslogtreecommitdiff
path: root/Source/cmCacheManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-6/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-14/+14
* Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-4/+4
* AddCacheEntry accept cmProp or std::stringMarc Chevrier2021-09-101-3/+3
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-3/+3
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-0/+1
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-4/+1
* cmCacheManager: Cleanup CacheIterator interfaceTushar Maheshwari2020-04-181-143/+59
* Merge topic 'cleanup-endls-1'Brad King2020-03-271-47/+45
|\
| * Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-47/+45
* | Merge topic 'string-prefix'Brad King2020-03-261-1/+3
|\ \ | |/ |/|
| * replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+3
* | cmCacheManager::GetProperty: return cmPropVitaly Stakhovsky2020-03-191-24/+19
|/
* cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-1/+2
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-3/+3
* cmCacheManager: more members use std::stringVitaly Stakhovsky2020-01-061-9/+16
* cmState: more members will use std::stringVitaly Stakhovsky2020-01-021-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-3/+3
* clang-tidy: modernize-return-braced-init-listRegina Pfeifer2019-09-061-1/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-26/+16
* Merge topic 'string-literal-append'Brad King2019-08-191-2/+1
|\
| * avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* cmPropertyMap: Rename GetPropertyList method to GetKeysSebastian Holtermann2019-06-081-1/+1
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-2/+1
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-4/+3
* Merge topic 'cmake-files-directory'Brad King2019-01-251-4/+3
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-4/+3
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-2/+2
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+2
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-9/+9
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-2/+1
* cmCacheManager::GetInitializedCacheValue(): Return as const std::string*Vitaly Stakhovsky2018-09-061-10/+12
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+2
* Replace some uses of sprintf with std::to_stringjrp20142018-04-051-9/+9
* Refactor cmCacheManager::LoadCache to use ostringstreamShane Parris2018-02-281-8/+8
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-3/+3
* cmCacheManager: Truncate values containing newlinesKyle Edwards2018-01-151-4/+70
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-14/+9
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-2/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2