summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
...
* Merge topic 'dev/strict-mode'Brad King2011-01-271-0/+1
|\
| * Unwatch manual variables upon removal in ccmakeBen Boeckel2011-01-131-0/+1
* | Avoid exceptions when ccmake terminal window is too small (#11668)David Cole2011-01-191-21/+24
* | ccmake: Use LSB 4.0 getmaxyx conditionallyBrad King2011-01-052-2/+16
* | ccmake: Use LSB 4.0 curses API conditionallyBrad King2011-01-041-5/+8
* | ccmake: Port for LSB 4.0 (#11648)Craig Scott2011-01-032-6/+14
|/
* Merge topic 'fix-ccmake-search'Brad King2010-09-212-12/+7
|\
| * ccmake: Fix search with '/'Brad King2010-09-162-12/+7
* | Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-203-5/+5
|\ \ | |/ |/|
| * Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-133-5/+5
* | Fix signed/unsigned comparison warnings in ccmakeBrad King2010-06-291-7/+7
* | Fix or cast more integer conversions in cmakeBrad King2010-06-293-11/+11
|/
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-2827-350/+247
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-8/+12
* ENH: Overhaul CMake version numberingBrad King2009-03-052-4/+2
* BUG: fix for 4026, display a message if ccmake has errorsBill Hoffman2008-10-091-4/+5
* BUG: fix for 6462, delete key should delete the current charBill Hoffman2008-08-191-2/+9
* ENH: fix it for working with an empty cacheBill Hoffman2008-03-072-4/+16
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-121-0/+1
* ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call.Brad King2008-01-231-1/+0
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-0/+1
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-12/+12
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-276-8/+59
* ENH:Alexander Neundorf2007-06-281-1/+4
* 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 exp...Brad King2005-05-032-2/+2
* ENH: Removing stdio_core hack. A better work-around has been put in cmStanda...Brad King2005-04-262-11/+0
* BUG: Older SGI compilers still have internal/stdio_core.h but do not support ...Brad King2005-04-241-3/+4
* 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 u...Brad King2004-06-232-12/+36
* ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when de...Andy Cedilnik2004-04-151-3/+6
* BUG: Prevent deleting not existing variables and therefore prevent crash. Fix...Andy Cedilnik2004-04-151-1/+1
* 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