summaryrefslogtreecommitdiff
path: root/Source/cmCacheManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* Write CMakeCache.txt atomically (#13040)Brad King2012-03-141-7/+4
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-5/+7
* Correct misspelling in error message text.David Cole2010-12-061-1/+1
* Condense parsing of cache entriesBen Boeckel2010-11-221-5/+9
* Support manual cache entriesBen Boeckel2010-11-221-1/+2
* Fix parsing of cache variables without a typeBen Boeckel2010-11-221-3/+3
* Remove unused #include <windows.h>Brad King2010-01-131-4/+0
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-2/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Remove barely-used cmCacheManager::AddCacheEntryBrad King2009-09-111-13/+0
* BUG: Document internal cache property MODIFIEDBrad King2009-03-131-0/+7
* BUG: Fix cache properties for CMAKE_STRICT buildBrad King2009-03-131-1/+5
* COMP: Do not use void returnsBrad King2009-03-121-1/+1