summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Better error checking for cache iterator.Brad King2003-02-051-2/+39
* ENH: add a rule to automatically re-run cmake from the top if the CMakeCache....Bill Hoffman2002-12-051-1/+11
* ENH: force a global generate if the cache version does not match the running ...Bill Hoffman2002-11-131-0/+4
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Remove tabsAndy Cedilnik2002-10-041-31/+31
* Fix reading of advanced values from CMakeCacheAndy Cedilnik2002-10-041-4/+6
* Fix problems with advanced not being marked.Andy Cedilnik2002-09-171-2/+20
* remove unused variablesKen Martin2002-09-151-5/+0
* Oops, too fast commit; add missing ;Andy Cedilnik2002-09-121-1/+1
* Add more error checkingAndy Cedilnik2002-09-121-1/+9
* BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it d...Brad King2002-09-111-1/+1
* Fix find and remove check for uninitialized entriesAndy Cedilnik2002-09-111-1/+4
* Function strcasecmp is not portableAndy Cedilnik2002-09-111-4/+4
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-43/+189
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-23/+1
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll de...Bill Hoffman2002-08-231-10/+5
* made CMakeLib shared on windowsKen Martin2002-08-211-0/+15
* ENH: do not use count, find for map lookupBill Hoffman2002-04-301-11/+14
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-221-16/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* ENH: try to keep the dsp files from changing between each writeBill Hoffman2002-01-141-1/+1
* If an entry starts with // (network paths), double quote it.Berk Geveci2001-12-071-2/+4
* Comments start with TWO leading slashes not _one_Berk Geveci2001-12-071-1/+1
* ENH: add mark as not advanced to mark as advancedBill Hoffman2001-12-071-2/+4
* Add single quotes feature.Sebastien Barre2001-12-051-8/+43
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+10
* Oops. The wrong version of the duplicate code was kept. Loaded cache values w...Berk Geveci2001-11-261-0/+1
* NMake with spaces in directoriesBill Hoffman2001-11-211-29/+11
* Fix the current directory check for NMakeAndy Cedilnik2001-11-211-8/+25
* ENH: add command line arguments to set cache entriesBill Hoffman2001-11-201-36/+29
* ENH: clean up warningsBill Hoffman2001-11-131-1/+0
* One more time... case does not matter on cygwinBill Hoffman2001-11-071-1/+1
* On win32 path is all in lower case nowAndy Cedilnik2001-11-021-10/+4
* BUG: use collapse full path when testing cache directoryBill Hoffman2001-11-011-2/+3
* ENH: clean up drive letter checkBill Hoffman2001-11-011-17/+26
* Fix the problem on windows of capital or lower case drive letter for CMAKE_CA...Andy Cedilnik2001-10-301-0/+10
* Change CMAKE_CURRENT_CWD to CMAKE_CACHEFILE_DIR and change the messagesAndy Cedilnik2001-10-301-11/+13
* ENH: add callback for message displayBill Hoffman2001-10-291-1/+8
* Added check if the binary directory changed. If it did, it will print the war...Andy Cedilnik2001-10-261-26/+48
* Added removing of spaces in CMakeCache.txt in front of comments and variablesAndy Cedilnik2001-10-111-7/+16
* ENH: add a warning comment for cache values that can not be changed because t...Bill Hoffman2001-10-101-1/+12
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol le...Bill Hoffman2001-08-221-4/+4
* Adding new options to LoadCache.Berk Geveci2001-08-161-5/+15
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-151-8/+42
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-12/+0
* Removing trailing spaces after cache entry value.Berk Geveci2001-07-251-3/+4
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-5/+65
* BUG: clean up memory leaks.Bill Hoffman2001-06-041-0/+12
* BUG: fix for sun compilerBill Hoffman2001-05-161-1/+1
* ENH: unify make process on unixBill Hoffman2001-05-161-0/+1