Andy Cedilnik
|
cf272c76ad
Oops, too fast commit; add missing ;
|
23 лет назад |
Andy Cedilnik
|
6a2174ff9d
Add more error checking
|
23 лет назад |
Brad King
|
1eb3dd19fc
BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it doesn't exist.
|
23 лет назад |
Andy Cedilnik
|
62d654abae
Fix find and remove check for uninitialized entries
|
23 лет назад |
Andy Cedilnik
|
b2f845feee
Function strcasecmp is not portable
|
23 лет назад |
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
|
23 лет назад |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
23 лет назад |
Bill Hoffman
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
23 лет назад |
Ken Martin
|
34c7c1b78d
made CMakeLib shared on windows
|
23 лет назад |
Bill Hoffman
|
ec4331d273
ENH: do not use count, find for map lookup
|
23 лет назад |
Brad King
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
24 лет назад |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
Bill Hoffman
|
1a31d4b314
ENH: try to keep the dsp files from changing between each write
|
24 лет назад |
Berk Geveci
|
b0f3a17450
If an entry starts with // (network paths), double quote it.
|
24 лет назад |
Berk Geveci
|
0daca0a5f3
Comments start with TWO leading slashes not _one_
|
24 лет назад |
Bill Hoffman
|
8e5f3bb9e1
ENH: add mark as not advanced to mark as advanced
|
24 лет назад |
Sebastien Barre
|
ecca17cfdd
Add single quotes feature.
|
24 лет назад |
Bill Hoffman
|
eecf4b9cbf
ENH: add advanced variable types and command line wizard gui
|
24 лет назад |
Berk Geveci
|
b170d21c98
Oops. The wrong version of the duplicate code was kept. Loaded cache values were not made internal.
|
24 лет назад |
Bill Hoffman
|
12551a33c3
NMake with spaces in directories
|
24 лет назад |
Andy Cedilnik
|
66135bee42
Fix the current directory check for NMake
|
24 лет назад |
Bill Hoffman
|
f7fae15d39
ENH: add command line arguments to set cache entries
|
24 лет назад |
Bill Hoffman
|
41017cbc88
ENH: clean up warnings
|
24 лет назад |
Bill Hoffman
|
87cbb11742
One more time... case does not matter on cygwin
|
24 лет назад |
Andy Cedilnik
|
36e7b5567a
On win32 path is all in lower case now
|
24 лет назад |
Bill Hoffman
|
a13cb203ad
BUG: use collapse full path when testing cache directory
|
24 лет назад |
Bill Hoffman
|
10ae8a4e24
ENH: clean up drive letter check
|
24 лет назад |
Andy Cedilnik
|
33b0bca1c4
Fix the problem on windows of capital or lower case drive letter for CMAKE_CACHEFILE_DIR
|
24 лет назад |
Andy Cedilnik
|
f59946de67
Change CMAKE_CURRENT_CWD to CMAKE_CACHEFILE_DIR and change the messages
|
24 лет назад |
Bill Hoffman
|
539318f587
ENH: add callback for message display
|
24 лет назад |