summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesMainForm.cxx
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: Fix search with '/'Brad King2010-09-161-9/+5
* Fix signed/unsigned comparison warnings in ccmakeBrad King2010-06-291-7/+7
* Fix or cast more integer conversions in cmakeBrad King2010-06-291-6/+6
* 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-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-8/+12
* ENH: Overhaul CMake version numberingBrad King2009-03-051-2/+1
* BUG: fix for 4026, display a message if ccmake has errorsBill Hoffman2008-10-091-4/+5
* ENH: fix it for working with an empty cacheBill Hoffman2008-03-071-3/+14
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-121-0/+1
* ENH: there can be only one versionBill Hoffman2006-11-291-2/+3
* ENH: remove old unused codeKen Martin2006-10-061-8/+0
* ENH: only change the cache if the value was really changedBill Hoffman2006-08-101-1/+1
* ENH: not all messages are errorsBill Hoffman2006-03-161-1/+6
* ENH: m_ cleanup for cursesKen Martin2006-03-161-199/+199
* COMP: Changed while(1) to for(;;) to avoid warning about constant control exp...Brad King2005-05-031-1/+1
* 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-231-12/+33
* 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
* BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current dire...Brad King2003-08-061-2/+1
* 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 rer...Andy Cedilnik2003-05-291-3/+14
* If there was no error, do not say that there was oneAndy Cedilnik2003-03-171-2/+4
* Remove warningsAndy Cedilnik2003-03-091-2/+2
* Remove warningAndy Cedilnik2003-03-071-1/+1
* Add searching of variablesAndy Cedilnik2003-03-071-4/+139
* BUG: Fixed crash when CMAKE_ROOT cannot be found.Brad King2003-01-221-2/+7
* Rename local variableAndy Cedilnik2002-11-221-2/+2
* ERR: Fixed string literal to char* warnings.Brad King2002-11-211-3/+4
* Add progress to ccmakeAndy Cedilnik2002-11-191-48/+105
* Initial add of progressAndy Cedilnik2002-11-181-1/+12
* RevertAndy Cedilnik2002-11-071-1/+1
* In certain cases, try to guess the source directory, so that you can run cmak...Andy Cedilnik2002-11-061-1/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Rename variables to remove warningsAndy Cedilnik2002-10-171-238/+238
* ERR: Fixed bad sentence in error message.Brad King2002-10-011-3/+3
* compiler warningKen Martin2002-09-221-1/+1
* some cmake api changeesKen Martin2002-09-171-1/+1
* some cmake api changeesKen Martin2002-09-171-1/+3
* removed extra Generate that was screwing things upKen Martin2002-09-141-2/+0
* Fix bug in ccmake which made it crash when all cache values were deletedAndy Cedilnik2002-09-111-2/+5
* Fix problem with ccmake crashing on empty cachesAndy Cedilnik2002-09-111-23/+26
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-39/+47