Andy Cedilnik
|
42db187012
ENH: Add method to convert from CacheEntryType to string
|
hace 22 años |
Andy Cedilnik
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
hace 22 años |
Bill Hoffman
|
ae5a80c795
spelling errors
|
hace 23 años |
Brad King
|
5bcd9203c3
ENH: Better error checking for cache iterator.
|
hace 23 años |
Bill Hoffman
|
7985bc118e
ENH: add a rule to automatically re-run cmake from the top if the CMakeCache.txt file is changed
|
hace 23 años |
Bill Hoffman
|
7b54b22ccd
ENH: force a global generate if the cache version does not match the running cmake
|
hace 23 años |
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.
|
hace 23 años |
Andy Cedilnik
|
77616437d1
Remove tabs
|
hace 23 años |
Andy Cedilnik
|
f68f7c2550
Fix reading of advanced values from CMakeCache
|
hace 23 años |
Andy Cedilnik
|
577cf91945
Fix problems with advanced not being marked.
|
hace 23 años |
Ken Martin
|
4dec2a174a
remove unused variables
|
hace 23 años |
Andy Cedilnik
|
cf272c76ad
Oops, too fast commit; add missing ;
|
hace 23 años |
Andy Cedilnik
|
6a2174ff9d
Add more error checking
|
hace 23 años |
Brad King
|
1eb3dd19fc
BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it doesn't exist.
|
hace 23 años |
Andy Cedilnik
|
62d654abae
Fix find and remove check for uninitialized entries
|
hace 23 años |
Andy Cedilnik
|
b2f845feee
Function strcasecmp is not portable
|
hace 23 años |
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
|
hace 23 años |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
hace 23 años |
Bill Hoffman
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
hace 23 años |
Ken Martin
|
34c7c1b78d
made CMakeLib shared on windows
|
hace 23 años |
Bill Hoffman
|
ec4331d273
ENH: do not use count, find for map lookup
|
hace 23 años |
Brad King
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
hace 24 años |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
Bill Hoffman
|
1a31d4b314
ENH: try to keep the dsp files from changing between each write
|
hace 24 años |
Berk Geveci
|
b0f3a17450
If an entry starts with // (network paths), double quote it.
|
hace 24 años |
Berk Geveci
|
0daca0a5f3
Comments start with TWO leading slashes not _one_
|
hace 24 años |
Bill Hoffman
|
8e5f3bb9e1
ENH: add mark as not advanced to mark as advanced
|
hace 24 años |
Sebastien Barre
|
ecca17cfdd
Add single quotes feature.
|
hace 24 años |
Bill Hoffman
|
eecf4b9cbf
ENH: add advanced variable types and command line wizard gui
|
hace 24 años |
Berk Geveci
|
b170d21c98
Oops. The wrong version of the duplicate code was kept. Loaded cache values were not made internal.
|
hace 24 años |