summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵Bill Hoffman2001-02-121-0/+117
up compile times, share a .lib with the command line and mfc versions.