| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: fix warning | Bill Hoffman | 2006-11-29 | 1 | -1/+1 |
|
|
* | ENH: there can be only one version | Bill Hoffman | 2006-11-29 | 2 | -4/+6 |
|
|
* | ENH: remove old unused code | Ken Martin | 2006-10-06 | 1 | -8/+0 |
|
|
* | BUG: The --help option should list generators. This addresses bug #2494. | Brad King | 2006-10-04 | 1 | -0/+3 |
|
|
* | ENH: only change the cache if the value was really changed | Bill Hoffman | 2006-08-10 | 1 | -1/+1 |
|
|
* | ENH: fix ia64 build with aCC | Bill Hoffman | 2006-06-27 | 1 | -13/+19 |
|
|
* | ENH: not all messages are errors | Bill Hoffman | 2006-03-16 | 1 | -1/+6 |
|
|
* | ENH: m_ cleanup for curses | Ken Martin | 2006-03-16 | 18 | -378/+376 |
|
|
* | ENH: add curses include directory | Bill Hoffman | 2005-07-11 | 1 | -0/+1 |
|
|
* | ENH: Until there is some test for curses dialog, no need to do coverage | Andy Cedilnik | 2005-06-20 | 1 | -0/+1 |
|
|
* | COMP: Changed while(1) to for(;;) to avoid warning about constant control exp... | Brad King | 2005-05-03 | 2 | -2/+2 |
|
|
* | ENH: Removing stdio_core hack. A better work-around has been put in cmStanda... | Brad King | 2005-04-26 | 2 | -11/+0 |
|
|
* | BUG: Older SGI compilers still have internal/stdio_core.h but do not support ... | Brad King | 2005-04-24 | 1 | -3/+4 |
|
|
* | COMP: Using a new work-around for stdarg.h problem on SGI. | Brad King | 2005-04-21 | 3 | -20/+10 |
|
|
* | COMP: Attempt to fix problem with building on SGI | Andy Cedilnik | 2005-04-19 | 1 | -154/+174 |
|
|
* | STYLE: Remove unused code | Andy Cedilnik | 2004-10-27 | 1 | -9/+0 |
|
|
* | ENH: Reload PreLoad.cmake every time you do configure | Andy Cedilnik | 2004-08-17 | 1 | -0/+1 |
|
|
* | ENH: Enable preload for ccmake | Andy Cedilnik | 2004-08-17 | 1 | -0/+1 |
|
|
* | ENH: remove deletes | Bill Hoffman | 2004-07-20 | 1 | -2/+0 |
|
|
* | BUG: fix for 981 cursor returns to correct place in help screen | Bill Hoffman | 2004-07-19 | 1 | -1/+4 |
|
|
* | ENH: Adding MODIFIED property to cache values that have been changed by the u... | Brad King | 2004-06-23 | 2 | -12/+36 |
|
|
* | ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when de... | Andy Cedilnik | 2004-04-15 | 1 | -3/+6 |
|
|
* | BUG: Prevent deleting not existing variables and therefore prevent crash. Fix... | Andy Cedilnik | 2004-04-15 | 1 | -1/+1 |
|
|
* | BUG: Prevent crash when deleting the last cache item | Andy Cedilnik | 2004-02-23 | 1 | -25/+34 |
|
|
* | ENH: Add initial memory check support which works for Valgrind | Andy Cedilnik | 2003-12-15 | 1 | -1/+1 |
|
|
* | ENH: Added documentation of specifying an existing build tree as an argument. | Brad King | 2003-08-20 | 1 | -1/+2 |
|
|
* | BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current dire... | Brad King | 2003-08-06 | 1 | -2/+1 |
|
|
* | ENH: Added SEE ALSO support for generated unix manpage. | Brad King | 2003-08-06 | 1 | -0/+9 |
|
|
* | ENH: Added configuration of name of executable in man page header and version... | Brad King | 2003-08-06 | 1 | -0/+1 |
|
|
* | ENH: Added introduction paragraph to documentation. | Brad King | 2003-07-21 | 1 | -1/+5 |
|
|
* | ENH: Added support to write multiple help options with one command line. Out... | Brad King | 2003-07-08 | 1 | -3/+2 |
|
|
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -1/+0 |
|
|
* | BUG: When only loading ccmake cache, do not allow generate | Andy Cedilnik | 2003-06-06 | 1 | -0/+1 |
|
|
* | ENH: On envocation of ccmake check if directories are correct, but do not rer... | Andy Cedilnik | 2003-05-29 | 3 | -7/+22 |
|
|
* | ENH: Do not do configure first time. This way ccmake loads fast. | Andy Cedilnik | 2003-05-28 | 1 | -5/+2 |
|
|
* | ENH: Improved documentation. Also modified behavior of "cmake" to not config... | Brad King | 2003-04-03 | 1 | -1/+8 |
|
|
* | 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 r... | Brad King | 2003-02-19 | 1 | -7/+12 |
|
|
* | 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 |
|
|
* | 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 |
|
|