Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename variables to remove warnings | Andy Cedilnik | 2002-10-17 | 1 | -238/+238 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -39/+47 |
| | | | | 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 | 1 | -27/+95 |
| | |||||
* | some changes in cachemanager and singletons | Ken Martin | 2002-08-28 | 1 | -17/+40 |
| | |||||
* | minor fixes for new cache api | Ken Martin | 2002-08-21 | 1 | -18/+15 |
| | |||||
* | ERR: Fixed compiler warnings about unused parameters. | Brad King | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | ERR: Fixed sun CC warnings. | Bill Hoffman | 2002-06-11 | 1 | -2/+4 |
| | |||||
* | The entry widgets are now created with what is initially available on the ↵ | Berk Geveci | 2002-05-01 | 1 | -6/+16 |
| | | | | terminal. | ||||
* | Exit ccmake on fatal errors. | Berk Geveci | 2002-04-23 | 1 | -1/+8 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | BUG: Curses was being used without initialization. | Berk Geveci | 2002-01-14 | 1 | -8/+11 |
| | |||||
* | BUG: not all displayed messages are errors | Bill Hoffman | 2002-01-07 | 1 | -1/+6 |
| | |||||
* | prints the relese version | Ken Martin | 2002-01-02 | 1 | -2/+2 |
| | |||||
* | Updated toolbar. | Berk Geveci | 2001-12-13 | 1 | -25/+106 |
| | |||||
* | Fix bug with string | Andy Cedilnik | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | Added support for ~. | Berk Geveci | 2001-12-06 | 1 | -2/+11 |
| | |||||
* | Fixed outdated comment | Berk Geveci | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | Fixed overflow problem. | Berk Geveci | 2001-12-04 | 1 | -8/+2 |
| | |||||
* | Added debugging. | Berk Geveci | 2001-12-04 | 1 | -0/+5 |
| | |||||
* | Improving interface. | Berk Geveci | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | print cmake running message to cerr | Bill Hoffman | 2001-11-30 | 1 | -0/+1 |
| | |||||
* | Better documentation. | Berk Geveci | 2001-11-30 | 1 | -0/+1 |
| | |||||
* | Better documentation. | Berk Geveci | 2001-11-30 | 1 | -1/+29 |
| | |||||
* | Improved help. | Berk Geveci | 2001-11-30 | 1 | -1/+40 |
| | |||||
* | Can non use clear because it is undef'ed. | Berk Geveci | 2001-11-30 | 1 | -2/+2 |
| | |||||
* | Fixed warning. | Berk Geveci | 2001-11-30 | 1 | -3/+2 |
| | |||||
* | Since it is being used as an array size in another file, it is not possible ↵ | Berk Geveci | 2001-11-30 | 1 | -4/+0 |
| | | | | to initialize MAX_WIDTH in a .cxx file. | ||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 1 | -89/+315 |
| | |||||
* | define hacks and such for the dec compiler | Bill Hoffman | 2001-11-20 | 1 | -4/+4 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2001-11-13 | 1 | -6/+2 |
| | |||||
* | ENH: tell cmake object where cmake is | Bill Hoffman | 2001-11-06 | 1 | -2/+3 |
| | |||||
* | Many improvements. | Berk Geveci | 2001-11-06 | 1 | -25/+162 |
| | |||||
* | Re-enabling curses support. | Berk Geveci | 2001-11-05 | 1 | -2/+5 |
| | |||||
* | Fixing problems on Sun (name collusions between STL and curses) and ↵ | Berk Geveci | 2001-11-05 | 1 | -3/+3 |
| | | | | disabling curses temporarily. | ||||
* | ERR: To include cmake headers, one should use ../ | Berk Geveci | 2001-11-05 | 1 | -3/+3 |
| | |||||
* | Adding curses support. | Berk Geveci | 2001-11-04 | 1 | -0/+381 |