summaryrefslogtreecommitdiff
path: root/Source/cmCacheManager.h
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-12/+12
* AddCacheEntry accept cmProp or std::stringMarc Chevrier2021-09-101-2/+14
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-1/+1
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-10/+10
* CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-0/+4
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmCacheManager: Cleanup CacheIterator interfaceTushar Maheshwari2020-04-181-112/+83
* cmCacheManager::GetProperty: return cmPropVitaly Stakhovsky2020-03-191-7/+7
* cmCacheManager: more members use std::stringVitaly Stakhovsky2020-01-061-15/+15
* clang-tidy: modernize-return-braced-init-listRegina Pfeifer2019-09-061-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-12/+12
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-8/+3
* cmCacheManager::GetInitializedCacheValue(): Return as const std::string*Vitaly Stakhovsky2018-09-061-1/+1
* cmCacheManager: Truncate values containing newlinesKyle Edwards2018-01-151-4/+13
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+3
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-3/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-6/+13
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-2/+8
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-0/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+4
* cmCacheEntry: Retrieve all properties of cache entriesTobias Hunger2016-06-101-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-51/+41
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmState: Move ParseCacheEntry from cmCacheManager.Stephen Kelly2015-10-101-6/+0
* cmCacheManager: Port away from cmake instance.Stephen Kelly2015-10-101-2/+1
* Inline unary LoadCache.Stephen Kelly2015-10-101-1/+0
* cmCacheManager: Remove cmMakefile dependency.Stephen Kelly2015-10-101-2/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-20/+15
* cmMakefile: Remove unused CacheManager accessor.Stephen Kelly2015-04-131-2/+0
* Introduce cmState class.Stephen Kelly2015-04-131-0/+1
* cmCacheManager: Add non-iterator-based API.Stephen Kelly2015-04-081-0/+75
* cmCacheManager: Return a C string from GetValue.Stephen Kelly2015-04-081-1/+1
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-1/+1
* Revert topic 'refactor-cache-api'Brad King2015-04-071-76/+1
* cmCacheManager: Add non-iterator-based API.Stephen Kelly2015-04-061-0/+75
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-1/+1
* cmCacheManager: Remove unused methodStephen Kelly2015-04-051-1/+0
* cmCacheManager: Remove unused overloads.Stephen Kelly2015-04-051-5/+0
* stringapi: Use strings for cache iterator valuesBen Boeckel2014-03-081-3/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4