summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-161-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
* stringapi: Use strings for cache paths as argumentsBen Boeckel2014-03-081-6/+6
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-5/+5
* stringapi: Use strings for property namesBen Boeckel2014-03-081-9/+9
* cmCacheManager: Consify version accessors.Stephen Kelly2014-01-221-2/+4
* cmake: Drop support for "-i" wizard modeBrad King2013-10-181-1/+0
* Drop builtin property documentationBrad King2013-10-161-3/+0
* Fix style.Stephen Kelly2013-05-161-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-18/+18
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-2/+4
* Condense parsing of cache entriesBen Boeckel2010-11-221-4/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Remove barely-used cmCacheManager::AddCacheEntryBrad King2009-09-111-3/+0
* BUG: Fix cache properties for CMAKE_STRICT buildBrad King2009-03-131-1/+3
* ENH: Refactor cache entry writing and readingBrad King2009-03-121-1/+8
* ENH: Document CACHE entry propertiesBrad King2009-03-101-0/+3
* ENH: Teach set/get_property about CACHE propertiesBrad King2009-03-101-0/+1
* ENH: Use cmPropertyMap for cache propertiesBrad King2009-03-101-1/+6
* ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI...Ken Martin2008-03-071-0/+1
* BUG: Fix uninitialzed members of cmCacheManager.Brad King2008-01-291-0/+1