Andy Cedilnik
|
6631d78754
Cache manager should be able to take no arguments
|
před 23 roky |
Brad King
|
5bcd9203c3
ENH: Better error checking for cache iterator.
|
před 23 roky |
Bill Hoffman
|
b123c07ecf
rename foo variables to better names
|
před 23 roky |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
před 23 roky |
Andy Cedilnik
|
577cf91945
Fix problems with advanced not being marked.
|
před 23 roky |
Andy Cedilnik
|
c478520cab
Fix build problem on Sun
|
před 23 roky |
Andy Cedilnik
|
bef93dc5c1
Couple of changes: cache variables now have a map of properties. ADVANCED 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
|
před 23 roky |
Ken Martin
|
7f76762c07
made method public
|
před 23 roky |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
před 23 roky |
Ken Martin
|
499bd45d4d
removed shared lib support
|
před 23 roky |
Ken Martin
|
13d4f89dfe
compiler warnings
|
před 23 roky |
Bill Hoffman
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
před 23 roky |
Ken Martin
|
34c7c1b78d
made CMakeLib shared on windows
|
před 23 roky |
Brad King
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
před 24 roky |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
před 24 roky |
Bill Hoffman
|
eecf4b9cbf
ENH: add advanced variable types and command line wizard gui
|
před 24 roky |
Bill Hoffman
|
f7fae15d39
ENH: add command line arguments to set cache entries
|
před 24 roky |
Bill Hoffman
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
před 24 roky |
Berk Geveci
|
3b9f97f32d
Adding new options to LoadCache.
|
před 24 roky |
Berk Geveci
|
06a0f67f93
1. Added EXCLUDE option to LOAD_CACHE.
|
před 24 roky |
Bill Hoffman
|
db1303aa7d
ENH: big change, only allow commands access to the cache via the cmMakefile 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
|
před 24 roky |
Bill Hoffman
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
před 24 roky |
Bill Hoffman
|
1cd9ce6f6e
ENH: unify make process on unix
|
před 24 roky |
Ken Martin
|
36b4fbb1f4
added ability to load another cache
|
před 24 roky |
Ken Martin
|
ed4f14fb42
added method to puch cache into makefile defines
|
před 24 roky |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
před 24 roky |
Bill Hoffman
|
2c1fb789d7
ENH: add help for cache entries
|
před 24 roky |
Bill Hoffman
|
5c83326fb4
ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by configure
|
před 24 roky |
Ken Martin
|
73f04d1409
many fixes and cleanup and features
|
před 24 roky |
Bill Hoffman
|
818b0e5bc1
BUG: fix build directory problem
|
před 24 roky |