Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 2 | -4/+2 |
| | | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions. | ||||
* | BUG: fix for 4026, display a message if ccmake has errors | Bill Hoffman | 2008-10-09 | 1 | -4/+5 |
| | |||||
* | BUG: fix for 6462, delete key should delete the current char | Bill Hoffman | 2008-08-19 | 1 | -2/+9 |
| | |||||
* | ENH: fix it for working with an empty cache | Bill Hoffman | 2008-03-07 | 2 | -4/+16 |
| | |||||
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call. | Brad King | 2008-01-23 | 1 | -1/+0 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -0/+1 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -12/+12 |
| | | | | there, also provides secitons for Variables now | ||||
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 6 | -8/+59 |
| | | | | | | | it has to be detected that curses isn't good enough, but ncurses is, and that ncurses.h instead of curses.h is included Alex | ||||
* | ENH: | Alexander Neundorf | 2007-06-28 | 1 | -1/+4 |
| | | | | | | | | | | | | -in the full documentation there is now an extra section for compatibility commands, so users see which commands they shouldn't use -cmake -h <command> now also works with lower case commands --help-fullm --help-command, --help-module and --help-property now determine the output format from the extension of the given filename Let me know if there are some things I overlooked. Alex | ||||
* | 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 ↵ | Brad King | 2005-05-03 | 2 | -2/+2 |
| | | | | expression. | ||||
* | ENH: Removing stdio_core hack. A better work-around has been put in ↵ | Brad King | 2005-04-26 | 2 | -11/+0 |
| | | | | cmStandardIncludes.h. | ||||
* | BUG: Older SGI compilers still have internal/stdio_core.h but do not support ↵ | Brad King | 2005-04-24 | 1 | -3/+4 |
| | | | | #include_next. We'll have to try-compile to test whether this hack is needed. | ||||
* | 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 ↵ | Brad King | 2004-06-23 | 2 | -12/+36 |
| | | | | user. | ||||
* | ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when ↵ | Andy Cedilnik | 2004-04-15 | 1 | -3/+6 |
| | | | | deleting something, it does not stop at the beginning of line | ||||
* | BUG: Prevent deleting not existing variables and therefore prevent crash. ↵ | Andy Cedilnik | 2004-04-15 | 1 | -1/+1 |
| | | | | Fixes: Bug #750 - CCMake crashes when deleting all variables | ||||
* | 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 ↵ | Brad King | 2003-08-06 | 1 | -2/+1 |
| | | | | directory. | ||||
* | 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 ↵ | Brad King | 2003-08-06 | 1 | -0/+1 |
| | | | | version banner. | ||||
* | 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. ↵ | Brad King | 2003-07-08 | 1 | -3/+2 |
| | | | | Output files can now also be specified for the help options. | ||||
* | 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 ↵ | Andy Cedilnik | 2003-05-29 | 3 | -7/+22 |
| | | | | rerun configure | ||||
* | 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 ↵ | Brad King | 2003-04-03 | 1 | -1/+8 |
| | | | | configure a project in the current directory unless . is given. | ||||
* | 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 |
| |