summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
Commit message (Collapse)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 ↵Bill Hoffman2006-03-091-1/+3
| | | | CMakefiles/*.cmake
* ENH: shorten the symbols a bit and remove maps of std::string for map of ↵Bill Hoffman2004-09-291-2/+2
| | | | cmStdString
* 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
| | | | the type Bug #118 - Specifying cache entries with -D should not need the type
* 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 ↵Brad King2002-10-231-5/+5
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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 ↵Andy Cedilnik2002-09-111-14/+31
| | | | and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
* 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 ↵Bill Hoffman2002-08-231-0/+1
| | | | destruction is not a problem.
* 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 ↵Bill Hoffman2001-08-221-1/+1
| | | | length in object files.
* Adding new options to LoadCache.Berk Geveci2001-08-161-1/+2
|
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-151-0/+2
| | | | 2. Entries brought in from another cache are now marked as internal.
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-26/+26
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* 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 ↵Bill Hoffman2001-04-251-2/+6
| | | | configure
* 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
| | | | some
* 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
up compile times, share a .lib with the command line and mfc versions.