summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-151-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-031-2/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+6
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-17/+17
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Merge topic 'else-after-return'Brad King2016-08-231-1/+2
|\
| * CMake: don't use else after returnDaniel Pfeifer2016-08-181-1/+2
* | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-2/+4
|/
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Merge topic 'expose-cache-properties'Brad King2016-06-131-0/+10
|\
| * cmCacheEntry: Retrieve all properties of cache entriesTobias Hunger2016-06-101-0/+10
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
|/
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-288/+185
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-13/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+4
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* Print line number of cache parse errors (#11109)Ashley Whetter2016-01-191-2/+8
* cmState: Move ParseCacheEntry from cmCacheManager.Stephen Kelly2015-10-101-85/+1
* cmCacheManager: Port away from cmake instance.Stephen Kelly2015-10-101-3/+1
* Inline unary LoadCache.Stephen Kelly2015-10-101-6/+0
* cmCacheManager: Remove cmMakefile dependency.Stephen Kelly2015-10-101-1/+0
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-6/+1
* cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-2/+2
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-8/+3
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-71/+25
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-6/+10
* Merge topic 'refactor-cache-api'Brad King2015-04-071-10/+6
|\