Brad King
|
1b43bea91c
ENH: Refactor cache entry writing and reading
|
vor 16 Jahren |
Brad King
|
32258b44bc
ENH: Document CACHE entry properties
|
vor 16 Jahren |
Brad King
|
e5e91d6179
ENH: Teach set/get_property about CACHE properties
|
vor 16 Jahren |
Brad King
|
ca9fb4826f
ENH: Use cmPropertyMap for cache properties
|
vor 16 Jahren |
Ken Martin
|
55eede4b13
ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED
|
vor 17 Jahren |
Brad King
|
44cf465ff5
BUG: Fix uninitialzed members of cmCacheManager.
|
vor 18 Jahren |
Brad King
|
7213408287
ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cmCacheManager. This will allow commands to modify their behavior when running with a cache loaded from an earlier CMake version.
|
vor 18 Jahren |
Brad King
|
5239769f5c
BUG: When a non-cache variable is marked as advance do not use the cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition.
|
vor 18 Jahren |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
vor 19 Jahren |
Bill Hoffman
|
6b47b28867
ENH: fix line length style stuff
|
vor 19 Jahren |
Bill Hoffman
|
8cdb87eaa7
ENH: if CMakeCache.txt has been removed, then automatically remove CMakefiles/*.cmake
|
vor 19 Jahren |
Bill Hoffman
|
5bf55d1590
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
vor 21 Jahren |
Ken Martin
|
d7c6f51d00
updates to gui to delete cache
|
vor 21 Jahren |
Andy Cedilnik
|
91065673d6
ENH: Get accessor for cache value as boolean
|
vor 22 Jahren |
Andy Cedilnik
|
32bfe66b5d
BUG: Fix problem with uninitialized variables
|
vor 22 Jahren |
Andy Cedilnik
|
2f98c791fa
ENH: Allow specifying cmake variables on the command line without specifying the type Bug #118 - Specifying cache entries with -D should not need the type
|
vor 22 Jahren |
Andy Cedilnik
|
42db187012
ENH: Add method to convert from CacheEntryType to string
|
vor 22 Jahren |
Andy Cedilnik
|
6631d78754
Cache manager should be able to take no arguments
|
vor 23 Jahren |
Brad King
|
5bcd9203c3
ENH: Better error checking for cache iterator.
|
vor 23 Jahren |
Bill Hoffman
|
b123c07ecf
rename foo variables to better names
|
vor 23 Jahren |
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.
|
vor 23 Jahren |
Andy Cedilnik
|
577cf91945
Fix problems with advanced not being marked.
|
vor 23 Jahren |
Andy Cedilnik
|
c478520cab
Fix build problem on Sun
|
vor 23 Jahren |
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
|
vor 23 Jahren |
Ken Martin
|
7f76762c07
made method public
|
vor 23 Jahren |
Ken Martin
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
vor 23 Jahren |
Ken Martin
|
499bd45d4d
removed shared lib support
|
vor 23 Jahren |
Ken Martin
|
13d4f89dfe
compiler warnings
|
vor 23 Jahren |
Bill Hoffman
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
vor 23 Jahren |
Ken Martin
|
34c7c1b78d
made CMakeLib shared on windows
|
vor 23 Jahren |