summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesMainForm.cxx
Commit message (Expand)AuthorAgeFilesLines
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-3/+2
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-4/+2
* ccmake: Correctly display edit mode and associated keysSylvain Joubert2016-11-151-48/+43
* ccmake: Add missing spaces to match the previous text lengthSylvain Joubert2016-11-151-1/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-15/+16
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CursesDialog: include what you useDaniel Pfeifer2016-09-031-8/+9
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-2/+2
* ccmake: Add VIM-like bindings for navigationPaul Seyfert2016-08-021-7/+11
* ccmake: Revise documentation for [d]Paul Seyfert2016-08-021-2/+2
* ccmake: Fix typo in help (it's -> its)Paul Seyfert2016-08-021-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-17/+17
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-654/+482
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* ccmake: Pass format string to 'printw' (#15738)Joerg Sonnenberger2015-09-161-8/+9
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-20/+19
* Port to cmState.Stephen Kelly2015-04-131-23/+24
* Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-081-60/+89
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-1/+1
* Revert topic 'refactor-cache-api'Brad King2015-04-071-90/+61
* Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-061-60/+89
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-1/+1
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-11/+2
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-5/+5
* Refactor internal resource location APIs and initializationBrad King2013-11-121-2/+2
* 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
* Remove trailing white-spaces.Nicolas Despres2011-10-231-66/+66
* 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