Bill Hoffman
|
5bf55d1590
|
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
2004-09-29 16:07:07 -04:00 |
Ken Martin
|
d7c6f51d00
|
updates to gui to delete cache
|
2004-05-20 15:08:18 -04:00 |
Andy Cedilnik
|
91065673d6
|
ENH: Get accessor for cache value as boolean
|
2003-08-08 09:22:56 -04:00 |
Andy Cedilnik
|
32bfe66b5d
|
BUG: Fix problem with uninitialized variables
|
2003-08-02 09:33:23 -04:00 |
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
|
2003-08-01 14:10:26 -04:00 |
Andy Cedilnik
|
42db187012
|
ENH: Add method to convert from CacheEntryType to string
|
2003-04-29 10:02:53 -04:00 |
Andy Cedilnik
|
6631d78754
|
Cache manager should be able to take no arguments
|
2003-03-06 11:18:58 -05:00 |
Brad King
|
5bcd9203c3
|
ENH: Better error checking for cache iterator.
|
2003-02-05 14:55:46 -05:00 |
Bill Hoffman
|
b123c07ecf
|
rename foo variables to better names
|
2002-11-20 18:18:24 -05:00 |
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.
|
2002-10-23 18:03:27 -04:00 |
Andy Cedilnik
|
577cf91945
|
Fix problems with advanced not being marked.
|
2002-09-17 11:48:52 -04:00 |
Andy Cedilnik
|
c478520cab
|
Fix build problem on Sun
|
2002-09-12 08:56:32 -04:00 |
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
|
2002-09-11 14:05:45 -04:00 |
Ken Martin
|
7f76762c07
|
made method public
|
2002-09-04 15:46:25 -04:00 |
Ken Martin
|
d0be2896d7
|
changed cache manager and registered generators to no longer be singletons
|
2002-08-28 14:51:10 -04:00 |
Ken Martin
|
499bd45d4d
|
removed shared lib support
|
2002-08-23 16:13:34 -04:00 |
Ken Martin
|
13d4f89dfe
|
compiler warnings
|
2002-08-23 15:13:49 -04:00 |
Bill Hoffman
|
3f36d23421
|
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
2002-08-23 13:46:32 -04:00 |
Ken Martin
|
34c7c1b78d
|
made CMakeLib shared on windows
|
2002-08-21 11:57:12 -04:00 |
Brad King
|
8ed3ce29bf
|
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
2002-01-22 10:17:37 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
eecf4b9cbf
|
ENH: add advanced variable types and command line wizard gui
|
2001-11-26 18:28:27 -05:00 |
Bill Hoffman
|
f7fae15d39
|
ENH: add command line arguments to set cache entries
|
2001-11-20 17:51:03 -05:00 |
Bill Hoffman
|
ddd5a7d729
|
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
2001-08-22 11:58:17 -04:00 |
Berk Geveci
|
3b9f97f32d
|
Adding new options to LoadCache.
|
2001-08-16 11:41:44 -04:00 |
Berk Geveci
|
06a0f67f93
|
1. Added EXCLUDE option to LOAD_CACHE.
2. Entries brought in from another cache are now marked as internal.
|
2001-08-15 13:40:56 -04:00 |
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
|
2001-08-08 11:54:46 -04:00 |
Bill Hoffman
|
4f77d737c9
|
ENH: move utilities to targets from makefile, and add versioning to cache
|
2001-06-07 14:52:29 -04:00 |
Bill Hoffman
|
1cd9ce6f6e
|
ENH: unify make process on unix
|
2001-05-16 15:15:21 -04:00 |
Ken Martin
|
36b4fbb1f4
|
added ability to load another cache
|
2001-05-08 17:04:22 -04:00 |
Ken Martin
|
ed4f14fb42
|
added method to puch cache into makefile defines
|
2001-05-01 16:28:32 -04:00 |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
Bill Hoffman
|
2c1fb789d7
|
ENH: add help for cache entries
|
2001-04-26 14:53:44 -04:00 |
Bill Hoffman
|
5c83326fb4
|
ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by configure
|
2001-04-25 16:09:17 -04:00 |
Ken Martin
|
73f04d1409
|
many fixes and cleanup and features
|
2001-04-24 16:49:12 -04:00 |
Bill Hoffman
|
818b0e5bc1
|
BUG: fix build directory problem
|
2001-04-24 12:40:37 -04:00 |
Bill Hoffman
|
90e5612298
|
ENH: new GUI editor for cmake cache file
|
2001-04-23 16:40:29 -04:00 |
Ken Martin
|
e40aaa57c3
|
some bug fixes
|
2001-04-12 15:34:09 -04:00 |
Bill Hoffman
|
0b0d1b1d43
|
ENH: add CMakeCache.txt support
|
2001-02-22 19:24:43 -05:00 |
Bill Hoffman
|
89e037ee19
|
ENH: first pass at cache, clean up the unix generator, clean up configure.in some
|
2001-02-19 15:13:48 -05:00 |
Bill Hoffman
|
f08fc5ae66
|
ENH: clean up comments some
|
2001-02-16 15:34:09 -05:00 |
Bill Hoffman
|
d195c01a90
|
ENH: add cache manager class, move all commands into cmCommands.cxx to speed up compile times, share a .lib with the command line and mfc versions.
|
2001-02-12 14:26:25 -05:00 |