Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made ↵ | Brad King | 2003-08-26 | 1 | -1/+1 |
| | | | | resulting error message cleaner. | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Simplify code. Since we access cache entry through the iterator, we do not ↵ | Andy Cedilnik | 2002-09-12 | 1 | -2/+1 |
| | | | | need the cache manager any more | ||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -1/+1 |
| | | | | 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 | ||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -1/+2 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | support for plugins | Ken Martin | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-11-30 | 1 | -0/+71 |