Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -2/+2 |
| | | | | cmStdString | ||||
* | updates to gui to delete cache | Ken Martin | 2004-05-20 | 1 | -0/+3 |
| | |||||
* | ENH: Get accessor for cache value as boolean | Andy Cedilnik | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | BUG: Fix problem with uninitialized variables | Andy Cedilnik | 2003-08-02 | 1 | -0/+4 |
| | |||||
* | ENH: Allow specifying cmake variables on the command line without specifying ↵ | Andy Cedilnik | 2003-08-01 | 1 | -1/+5 |
| | | | | the type Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | ENH: Add method to convert from CacheEntryType to string | Andy Cedilnik | 2003-04-29 | 1 | -0/+1 |
| | |||||
* | Cache manager should be able to take no arguments | Andy Cedilnik | 2003-03-06 | 1 | -3/+7 |
| | |||||
* | ENH: Better error checking for cache iterator. | Brad King | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | rename foo variables to better names | Bill Hoffman | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -5/+5 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Fix problems with advanced not being marked. | Andy Cedilnik | 2002-09-17 | 1 | -0/+1 |
| | |||||
* | Fix build problem on Sun | Andy Cedilnik | 2002-09-12 | 1 | -1/+2 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -14/+31 |
| | | | | 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 | ||||
* | made method public | Ken Martin | 2002-09-04 | 1 | -4/+4 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -4/+0 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -15/+15 |
| | |||||
* | compiler warnings | Ken Martin | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 1 | -0/+1 |
| | | | | destruction is not a problem. | ||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 1 | -14/+38 |
| | |||||
* | ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. | Brad King | 2002-01-22 | 1 | -3/+0 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+3 |
| | |||||
* | ENH: add command line arguments to set cache entries | Bill Hoffman | 2001-11-20 | 1 | -0/+6 |
| | |||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -1/+1 |
| | | | | length in object files. | ||||
* | Adding new options to LoadCache. | Berk Geveci | 2001-08-16 | 1 | -1/+2 |
| | |||||
* | 1. Added EXCLUDE option to LOAD_CACHE. | Berk Geveci | 2001-08-15 | 1 | -0/+2 |
| | | | | 2. Entries brought in from another cache are now marked as internal. | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -26/+26 |
| | | | | 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 | ||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -2/+2 |
| | |||||
* | ENH: unify make process on unix | Bill Hoffman | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | added ability to load another cache | Ken Martin | 2001-05-08 | 1 | -0/+1 |
| | |||||
* | added method to puch cache into makefile defines | Ken Martin | 2001-05-01 | 1 | -0/+3 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 1 | -4/+7 |
| | |||||
* | ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by ↵ | Bill Hoffman | 2001-04-25 | 1 | -2/+6 |
| | | | | configure | ||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -8/+12 |
| | |||||
* | BUG: fix build directory problem | Bill Hoffman | 2001-04-24 | 1 | -0/+7 |
| | |||||
* | ENH: new GUI editor for cmake cache file | Bill Hoffman | 2001-04-23 | 1 | -8/+17 |
| | |||||
* | some bug fixes | Ken Martin | 2001-04-12 | 1 | -1/+1 |
| | |||||
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 1 | -0/+2 |
| | |||||
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵ | Bill Hoffman | 2001-02-19 | 1 | -6/+9 |
| | | | | some | ||||
* | ENH: clean up comments some | Bill Hoffman | 2001-02-16 | 1 | -15/+6 |
| | |||||
* | ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵ | Bill Hoffman | 2001-02-12 | 1 | -0/+72 |
up compile times, share a .lib with the command line and mfc versions. |