summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol le...Bill Hoffman2001-08-221-1/+1
* Adding new options to LoadCache.Berk Geveci2001-08-161-1/+2
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-151-0/+2
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-26/+26
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-2/+2
* ENH: unify make process on unixBill Hoffman2001-05-161-1/+1
* added ability to load another cacheKen Martin2001-05-081-0/+1
* added method to puch cache into makefile definesKen Martin2001-05-011-0/+3
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* ENH: add help for cache entriesBill Hoffman2001-04-261-4/+7
* ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by con...Bill Hoffman2001-04-251-2/+6
* many fixes and cleanup and featuresKen Martin2001-04-241-8/+12
* BUG: fix build directory problemBill Hoffman2001-04-241-0/+7
* ENH: new GUI editor for cmake cache fileBill Hoffman2001-04-231-8/+17
* some bug fixesKen Martin2001-04-121-1/+1
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-0/+2
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ...Bill Hoffman2001-02-191-6/+9
* ENH: clean up comments someBill Hoffman2001-02-161-15/+6
* ENH: add cache manager class, move all commands into cmCommands.cxx to speed ...Bill Hoffman2001-02-121-0/+72