summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-88/+89
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-90/+114
* ENH: if CMakeCache.txt has been removed, then automatically remove CMakefiles...Bill Hoffman2006-03-091-0/+21
* ENH: better finding of mingw from msys, and delete CMakeFiles directory when ...Bill Hoffman2006-02-211-0/+19
* ENH: Report which cmake was used to generate the cache in the commentAndy Cedilnik2006-02-141-2/+8
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-0/+2
* STYLE: Fix typosAndy Cedilnik2005-07-061-1/+1
* ENH: make regex static so it is not recomputed for each line of the cacheBill Hoffman2005-04-121-4/+4
* COMP: Removed warning due to unsigned enum type.Brad King2005-03-151-1/+1
* BUG: Handle DOS files un unix file systemsAndy Cedilnik2004-10-271-4/+5
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-3/+3
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-1/+2
* ENH: Adding MODIFIED property to cache values that have been changed by the u...Brad King2004-06-231-0/+47
* updates to gui to delete cacheKen Martin2004-05-201-0/+8
* BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables sh...Andy Cedilnik2003-08-181-1/+1
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Get accessor for cache value as booleanAndy Cedilnik2003-08-081-0/+5
* BUG: Fix problem with uninitialized variablesAndy Cedilnik2003-08-021-4/+20