summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Define STRINGS cache entry propertyBrad King2009-03-121-0/+11
* ENH: Refactor cache entry writing and readingBrad King2009-03-121-163/+103
* ENH: Document CACHE entry propertiesBrad King2009-03-101-0/+45
* ENH: Teach set/get_property about CACHE propertiesBrad King2009-03-101-0/+12
* ENH: Use cmPropertyMap for cache propertiesBrad King2009-03-101-99/+93
* ENH: Overhaul CMake version numberingBrad King2009-03-051-4/+3
* ENH: fix fix for unc pathsBill Hoffman2009-02-101-0/+1
* BUG: fix for 0008378, lists with FILEPATH and UNC //server/path failBill Hoffman2009-02-091-1/+18
* ENH: Add unset() command.Brad King2008-08-251-4/+0
* BUG: Fix uninitialzed members of cmCacheManager.Brad King2008-01-291-0/+6
* ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm...Brad King2008-01-241-3/+38
* ENH: fix spelling errorBill Hoffman2007-09-071-1/+1
* ENH: -U for removing variables now uses globbing expressionsAlexander Neundorf2007-06-041-1/+1
* ENH: also handle comments for variables which contain newlinesAlexander Neundorf2007-06-011-17/+20
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-3/+4
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-3/+5
* STYLE: fix line lengthKen Martin2006-05-101-4/+4
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-2/+3