summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Berk Geveci2001-11-261-0/+1
| | | | were not made internal.
* 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 ↵Andy Cedilnik2001-10-301-0/+10
| | | | CMAKE_CACHEFILE_DIR
* 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 ↵Andy Cedilnik2001-10-261-26/+48
| | | | warning message
* 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 ↵Bill Hoffman2001-10-101-1/+12
| | | | they are always loaded from another cache
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵Bill Hoffman2001-08-221-4/+4
| | | | length in object files.
* Adding new options to LoadCache.Berk Geveci2001-08-161-5/+15
|
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-151-8/+42
| | | | 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-12/+0
| | | | 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
* 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
|
* Cache file is a bit prettierGeoffrey Cross2001-05-111-1/+13
|
* FIX: only clear the cache on a load when the load needs to read internal ↵Jim Miller2001-05-091-2/+5
| | | | values. Otherwise, it is assumed that we are reading another projects cache.
* ERR: LoadCache needed to return a value.Brad King2001-05-081-1/+1
|
* added ability to load another cacheKen Martin2001-05-081-2/+11
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-6/+26
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+5
|
* added method to puch cache into makefile definesKen Martin2001-05-011-0/+16
|
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* ENH: add help for cache entriesBill Hoffman2001-04-261-14/+63
|
* some fixes for If commandsKen Martin2001-04-261-2/+1
|
* ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by ↵Bill Hoffman2001-04-251-2/+15
| | | | configure
* many fixes and cleanup and featuresKen Martin2001-04-241-8/+17
|
* BUG: fix build directory problemBill Hoffman2001-04-241-1/+26
|
* ENH: new GUI editor for cmake cache fileBill Hoffman2001-04-231-0/+5
|
* some bug fixesKen Martin2001-04-121-0/+1
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-11/+51
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-191-12/+27
| | | | some