summaryrefslogtreecommitdiff
path: root/Source/cmCacheManager.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm...Brad King2008-01-241-1/+9
* BUG: When a non-cache variable is marked as advance do not use the cmMakefile...Brad King2007-04-101-0/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-17/+17
* ENH: fix line length style stuffBill Hoffman2006-03-101-1/+2
* ENH: if CMakeCache.txt has been removed, then automatically remove CMakefiles...Bill Hoffman2006-03-091-1/+3
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-2/+2
* updates to gui to delete cacheKen Martin2004-05-201-0/+3
* ENH: Get accessor for cache value as booleanAndy Cedilnik2003-08-081-0/+1
* BUG: Fix problem with uninitialized variablesAndy Cedilnik2003-08-021-0/+4
* ENH: Allow specifying cmake variables on the command line without specifying ...Andy Cedilnik2003-08-011-1/+5
* ENH: Add method to convert from CacheEntryType to stringAndy Cedilnik2003-04-291-0/+1
* Cache manager should be able to take no argumentsAndy Cedilnik2003-03-061-3/+7
* ENH: Better error checking for cache iterator.Brad King2003-02-051-1/+1
* rename foo variables to better namesBill Hoffman2002-11-201-2/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-5/+5
* Fix problems with advanced not being marked.Andy Cedilnik2002-09-171-0/+1
* Fix build problem on SunAndy Cedilnik2002-09-121-1/+2
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-14/+31
* made method publicKen Martin2002-09-041-4/+4
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-4/+0
* removed shared lib supportKen Martin2002-08-231-15/+15
* compiler warningsKen Martin2002-08-231-1/+1
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll de...Bill Hoffman2002-08-231-0/+1
* made CMakeLib shared on windowsKen Martin2002-08-211-14/+38
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-221-3/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+3
* ENH: add command line arguments to set cache entriesBill Hoffman2001-11-201-0/+6