Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | If there was no error, do not say that there was one | Andy Cedilnik | 2003-03-17 | 1 | -2/+4 | |
| | ||||||
* | BUG: fixes for hp | Bill Hoffman | 2003-03-11 | 1 | -3/+8 | |
| | ||||||
* | Remove warnings | Andy Cedilnik | 2003-03-09 | 1 | -2/+2 | |
| | ||||||
* | Remove warning | Andy Cedilnik | 2003-03-07 | 1 | -1/+1 | |
| | ||||||
* | Add searching of variables | Andy Cedilnik | 2003-03-07 | 2 | -4/+147 | |
| | ||||||
* | ENH: Re-implemented document generation class to be more organized and more ↵ | Brad King | 2003-02-19 | 1 | -7/+12 | |
| | | | | robust. | |||||
* | Attempt to fix SGI ccmake problem (thank you Clint Miller) | Andy Cedilnik | 2003-02-17 | 1 | -1/+1 | |
| | ||||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+35 | |
| | | | | Each executable will be able to generate its own documentation. | |||||
* | BUG: don't let the messages get too big | Bill Hoffman | 2003-02-04 | 1 | -1/+1 | |
| | ||||||
* | ENH: Cleaned up sgi unreferenced warning hack. | Brad King | 2003-02-03 | 1 | -13/+11 | |
| | ||||||
* | BUG: add missing ; | Bill Hoffman | 2003-02-01 | 1 | -2/+2 | |
| | ||||||
* | fixed warnings | Ken Martin | 2003-01-31 | 1 | -0/+2 | |
| | ||||||
* | ERR: Fixing attempt to remove warnings. | Brad King | 2003-01-30 | 1 | -5/+3 | |
| | ||||||
* | ERR: Another attempt to get rid of unreferenced inline function warnings on SGI. | Brad King | 2003-01-29 | 1 | -0/+9 | |
| | ||||||
* | ERR: Fixed unreferenced termios declaration warning. | Brad King | 2003-01-24 | 1 | -8/+19 | |
| | ||||||
* | spelling fix | Ken Martin | 2003-01-22 | 1 | -1/+1 | |
| | ||||||
* | BUG: Fixed crash when CMAKE_ROOT cannot be found. | Brad King | 2003-01-22 | 3 | -4/+17 | |
| | ||||||
* | Rename local variable | Andy Cedilnik | 2002-11-22 | 1 | -2/+2 | |
| | ||||||
* | ERR: Fixed string literal to char* warnings. | Brad King | 2002-11-21 | 1 | -3/+4 | |
| | ||||||
* | Add / after directory name when doing tab completion | Andy Cedilnik | 2002-11-19 | 1 | -0/+5 | |
| | ||||||
* | Add progress to ccmake | Andy Cedilnik | 2002-11-19 | 2 | -55/+118 | |
| | ||||||
* | Initial add of progress | Andy Cedilnik | 2002-11-18 | 2 | -1/+17 | |
| | ||||||
* | Revert | Andy Cedilnik | 2002-11-07 | 1 | -1/+1 | |
| | ||||||
* | In certain cases, try to guess the source directory, so that you can run ↵ | Andy Cedilnik | 2002-11-06 | 1 | -1/+1 | |
| | | | | cmake or ccmake without specifying source dir | |||||
* | Remove warning | Andy Cedilnik | 2002-11-06 | 1 | -1/+0 | |
| | ||||||
* | Cleanup | Andy Cedilnik | 2002-11-05 | 1 | -1/+1 | |
| | ||||||
* | Reparent file path widget, add tab completion support to path anf file path ↵ | Andy Cedilnik | 2002-11-05 | 4 | -59/+5 | |
| | | | | widget | |||||
* | Start working on adding tab support | Andy Cedilnik | 2002-11-04 | 4 | -31/+201 | |
| | ||||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 24 | -142/+142 | |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | |||||
* | ERR: Another attempt to remove warnings from missing prototypes. | Brad King | 2002-10-23 | 1 | -1/+1 | |
| | ||||||
* | Rename variables to remove warnings | Andy Cedilnik | 2002-10-17 | 1 | -238/+238 | |
| | ||||||
* | ENH: Another attempt to fix OSF warnings. Also removed TABS. | Brad King | 2002-10-16 | 1 | -731/+730 | |
| | ||||||
* | ERR: Fixed bad sentence in error message. | Brad King | 2002-10-01 | 1 | -3/+3 | |
| | ||||||
* | compiler warning | Ken Martin | 2002-09-22 | 1 | -1/+1 | |
| | ||||||
* | Improve message handler to include client data. | Andy Cedilnik | 2002-09-18 | 1 | -3/+4 | |
| | ||||||
* | some cmake api changees | Ken Martin | 2002-09-17 | 1 | -1/+1 | |
| | ||||||
* | some cmake api changees | Ken Martin | 2002-09-17 | 1 | -1/+3 | |
| | ||||||
* | removed extra Generate that was screwing things up | Ken Martin | 2002-09-14 | 1 | -2/+0 | |
| | ||||||
* | Fix bug in ccmake which made it crash when all cache values were deleted | Andy Cedilnik | 2002-09-11 | 1 | -2/+5 | |
| | ||||||
* | Fix problem with ccmake crashing on empty caches | Andy Cedilnik | 2002-09-11 | 1 | -23/+26 | |
| | ||||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 3 | -46/+57 | |
| | | | | 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 architecture | Ken Martin | 2002-09-06 | 4 | -32/+105 | |
| | ||||||
* | some changes in cachemanager and singletons | Ken Martin | 2002-08-28 | 3 | -19/+48 | |
| | ||||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 2 | -5/+5 | |
| | | | | destruction is not a problem. | |||||
* | added lib | Ken Martin | 2002-08-22 | 1 | -0/+1 | |
| | ||||||
* | minor fixes for new cache api | Ken Martin | 2002-08-21 | 1 | -18/+15 | |
| | ||||||
* | ERR: Removed most of the repeated curses declarations. The cause errors on ↵ | Brad King | 2002-06-21 | 1 | -0/+3 | |
| | | | | other platforms. Grrrr.. | |||||
* | ERR: Added function declarations from curses.h. They are not present on ↵ | Brad King | 2002-06-21 | 1 | -0/+15 | |
| | | | | some platforms. Fixes warnings about implicit declarations. | |||||
* | ERR: Fixed unused parameter warning. | Brad King | 2002-06-19 | 1 | -0/+1 | |
| | ||||||
* | ERR: Fixed compiler warnings about unused parameters. | Brad King | 2002-06-18 | 7 | -8/+8 | |
| |