summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.