Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -5/+5 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -11/+13 |
| | |||||
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -1/+1 |
| | | | | cmStdString | ||||
* | BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made ↵ | Brad King | 2003-08-26 | 1 | -3/+7 |
| | | | | resulting error message cleaner. | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -5/+0 |
| | |||||
* | BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵ | Brad King | 2003-08-06 | 1 | -3/+2 |
| | | | | directory. | ||||
* | BUG: can not mix cout and fgets on hp | Bill Hoffman | 2003-01-30 | 1 | -7/+7 |
| | |||||
* | 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. | ||||
* | Remove unnecessary variable | Andy Cedilnik | 2002-09-18 | 1 | -1/+0 |
| | |||||
* | Strip the string that user answers | Andy Cedilnik | 2002-09-17 | 1 | -9/+21 |
| | |||||
* | cleaned up some of the cmake interface | Ken Martin | 2002-09-17 | 1 | -1/+4 |
| | |||||
* | Replace getline with fgets since getline does not seems to work properly on ↵ | Andy Cedilnik | 2002-09-17 | 1 | -2/+7 |
| | | | | Mac OSX | ||||
* | Simplify code. Since we access cache entry through the iterator, we do not ↵ | Andy Cedilnik | 2002-09-12 | 1 | -4/+3 |
| | | | | need the cache manager any more | ||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -31/+27 |
| | | | | 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 | ||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -1/+2 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -10/+9 |
| | |||||
* | support for plugins | Ken Martin | 2002-08-21 | 1 | -8/+7 |
| | |||||
* | check bool values and prefere off | Bill Hoffman | 2002-02-28 | 1 | -0/+7 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | ENH: call convert to unix slashes for path and filepath entries | Bill Hoffman | 2001-12-06 | 1 | -0/+5 |
| | |||||
* | new borland generator moved into place | Bill Hoffman | 2001-11-30 | 1 | -30/+39 |
| | |||||
* | fix for shared libs and borland | Bill Hoffman | 2001-11-29 | 1 | -1/+2 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+108 |