summaryrefslogtreecommitdiff
path: root/Source/cmCacheManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Revert topic 'refactor-cache-api'Brad King2015-04-071-10/+6
* | Merge topic 'refactor-cache-api'Brad King2015-04-071-6/+10
|\ \ | |/
| * cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-6/+10
* | Remove unused includes.Stephen Kelly2015-04-061-1/+0
|/
* cmCacheManager: Remove unused methodStephen Kelly2015-04-051-18/+0
* cmCacheManager: Remove unused overloads.Stephen Kelly2015-04-051-19/+0
* cmCacheManager: Remove use of intermediate overload.Stephen Kelly2015-04-051-1/+2
* cmCacheManager: Replace loop with algorithm.Stephen Kelly2015-02-201-5/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'fix--D-command-line-parsing'Brad King2014-10-301-1/+1
|\
| * cmCacheManager: parse -D flags more strictlyBen Boeckel2014-10-201-1/+1
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-5/+5
|/
* Merge topic 'fix-cache-self-assignment'Brad King2014-05-281-5/+1
|\
| * cmCacheManager: Avoid cache entry self-assignmentBrad King2014-05-271-5/+1
* | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
* | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-5/+5
* | stringapi: Use strings for cache paths as argumentsBen Boeckel2014-03-081-6/+6
* | stringapi: Use strings for variable namesBen Boeckel2014-03-081-5/+6
* | stringapi: Use strings for property namesBen Boeckel2014-03-081-15/+19
|/
* cmVersion: Fix CMake_VERSION_ENCODE for date in patch levelBrad King2014-02-101-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+3
* Drop builtin property documentationBrad King2013-10-161-62/+0
* CLI: Suppress the unused warning if the key value pair is cached.Stephen Kelly2013-06-041-0/+4
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
* Delete entire CMakeFiles directory when deleting CMakeCache.txt (#13756)Brad King2013-02-181-16/+8