summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Collapse)AuthorAgeFilesLines
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-12/+12
| | | | there, also provides secitons for Variables now
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-276-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 Neundorf2007-06-281-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 warningBill Hoffman2006-11-291-1/+1
|
* ENH: there can be only one versionBill Hoffman2006-11-292-4/+6
|
* ENH: remove old unused codeKen Martin2006-10-061-8/+0
|
* BUG: The --help option should list generators. This addresses bug #2494.Brad King2006-10-041-0/+3
|
* ENH: only change the cache if the value was really changedBill Hoffman2006-08-101-1/+1
|
* ENH: fix ia64 build with aCCBill Hoffman2006-06-271-13/+19
|
* ENH: not all messages are errorsBill Hoffman2006-03-161-1/+6
|
* ENH: m_ cleanup for cursesKen Martin2006-03-1618-378/+376
|
* ENH: add curses include directoryBill Hoffman2005-07-111-0/+1
|
* ENH: Until there is some test for curses dialog, no need to do coverageAndy Cedilnik2005-06-201-0/+1
|
* COMP: Changed while(1) to for(;;) to avoid warning about constant control ↵Brad King2005-05-032-2/+2
| | | | expression.
* ENH: Removing stdio_core hack. A better work-around has been put in ↵Brad King2005-04-262-11/+0
| | | | cmStandardIncludes.h.
* BUG: Older SGI compilers still have internal/stdio_core.h but do not support ↵Brad King2005-04-241-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 King2005-04-213-20/+10
|
* COMP: Attempt to fix problem with building on SGIAndy Cedilnik2005-04-191-154/+174
|
* STYLE: Remove unused codeAndy Cedilnik2004-10-271-9/+0
|
* ENH: Reload PreLoad.cmake every time you do configureAndy Cedilnik2004-08-171-0/+1
|
* ENH: Enable preload for ccmakeAndy Cedilnik2004-08-171-0/+1
|
* ENH: remove deletesBill Hoffman2004-07-201-2/+0
|
* BUG: fix for 981 cursor returns to correct place in help screenBill Hoffman2004-07-191-1/+4
|
* ENH: Adding MODIFIED property to cache values that have been changed by the ↵Brad King2004-06-232-12/+36
| | | | user.
* ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when ↵Andy Cedilnik2004-04-151-3/+6
| | | | deleting something, it does not stop at the beginning of line
* BUG: Prevent deleting not existing variables and therefore prevent crash. ↵Andy Cedilnik2004-04-151-1/+1
| | | | Fixes: Bug #750 - CCMake crashes when deleting all variables
* BUG: Prevent crash when deleting the last cache itemAndy Cedilnik2004-02-231-25/+34
|
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-151-1/+1
|
* ENH: Added documentation of specifying an existing build tree as an argument.Brad King2003-08-201-1/+2
|
* BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵Brad King2003-08-061-2/+1
| | | | directory.
* ENH: Added SEE ALSO support for generated unix manpage.Brad King2003-08-061-0/+9
|
* ENH: Added configuration of name of executable in man page header and ↵Brad King2003-08-061-0/+1
| | | | version banner.
* ENH: Added introduction paragraph to documentation.Brad King2003-07-211-1/+5
|
* ENH: Added support to write multiple help options with one command line. ↵Brad King2003-07-081-3/+2
| | | | Output files can now also be specified for the help options.
* ENH: Merged use of kwsys library.Brad King2003-06-231-1/+0
|
* BUG: When only loading ccmake cache, do not allow generateAndy Cedilnik2003-06-061-0/+1
|
* ENH: On envocation of ccmake check if directories are correct, but do not ↵Andy Cedilnik2003-05-293-7/+22
| | | | rerun configure
* ENH: Do not do configure first time. This way ccmake loads fast.Andy Cedilnik2003-05-281-5/+2
|
* ENH: Improved documentation. Also modified behavior of "cmake" to not ↵Brad King2003-04-031-1/+8
| | | | configure a project in the current directory unless . is given.
* If there was no error, do not say that there was oneAndy Cedilnik2003-03-171-2/+4
|
* BUG: fixes for hpBill Hoffman2003-03-111-3/+8
|
* Remove warningsAndy Cedilnik2003-03-091-2/+2
|
* Remove warningAndy Cedilnik2003-03-071-1/+1
|
* Add searching of variablesAndy Cedilnik2003-03-072-4/+147
|
* ENH: Re-implemented document generation class to be more organized and more ↵Brad King2003-02-191-7/+12
| | | | robust.
* Attempt to fix SGI ccmake problem (thank you Clint Miller)Andy Cedilnik2003-02-171-1/+1
|
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+35
| | | | Each executable will be able to generate its own documentation.
* BUG: don't let the messages get too bigBill Hoffman2003-02-041-1/+1
|
* ENH: Cleaned up sgi unreferenced warning hack.Brad King2003-02-031-13/+11
|
* BUG: add missing ;Bill Hoffman2003-02-011-2/+2
|