summaryrefslogtreecommitdiff
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* Remove some c_str() calls.Stephen Kelly2014-03-113-5/+5
* stringapi: Use strings for cache iterator valuesBen Boeckel2014-03-081-2/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-086-7/+7
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-084-12/+14
* Merge topic 'unicode-fstream'Brad King2014-01-072-2/+3
|\
| * Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-072-2/+3
* | Use Encoding::CommandLineArguments for main() functions.Clinton Stimpson2014-01-041-1/+7
|/
* Refactor internal resource location APIs and initializationBrad King2013-11-122-4/+3
* Make --help-* options available from all command-line toolsBrad King2013-10-161-0/+2
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-8/+8
* Drop "full" documentation output typesBrad King2013-10-151-28/+0
* ccmake: Teach dialog to support cache STRINGS propertyBill Hoffman2013-10-074-3/+168
* Clean up install rules of CMake itself (#14371)Brad King2013-08-261-1/+1
* ccmake: Add missing initializers reported by cppcheckÖmer Fadıl USTA2013-07-151-1/+1
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-1/+1
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-072-4/+4
* ccmake: Allow DEL key in first columnMatthew Woehlke2012-11-131-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* Convert CMake-language commands to lower caseKitware Robot2012-08-132-18/+18
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-1317-56/+56
* Merge topic 'ImproveCPackDoc-reloaded'David Cole2012-02-141-0/+1
|\
| * CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-0/+1
* | ccmake: Extend clear line.Nicolas Despres2012-02-061-1/+1
* | ccmake: Factor clear line.Nicolas Despres2012-02-051-6/+5
|/
* ccmake: Factor toggle key help instructions.Nicolas Despres2011-10-231-9/+7
* ccmake: Document '/' key.Nicolas Despres2011-10-231-3/+2
* ccmake: Align 'g' and 'q' key instructions.Nicolas Despres2011-10-231-2/+3
* Usage: Print help, version and copyright options in usage information.Nicolas Despres2011-10-231-1/+1
* Remove trailing white-spaces.Nicolas Despres2011-10-232-83/+83
* ccmake: Fix off-by-one memory access errorThomas Jarosch2011-09-021-1/+1
* ccmake: Remove extra parens around comparisonBrad King2011-02-151-1/+1
* 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