summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesMainForm.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'modernize-for-loops'Brad King2019-02-111-11/+6
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-11/+6
* | cmSystemTools: MessageCallback and Message() accept std::string argumentVitaly Stakhovsky2019-02-071-1/+2
|/
* Use `std::function` for callbacksRegina Pfeifer2019-01-291-13/+9
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+3
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-4/+4
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-9/+12
* ccmake: fix status line buffer overflow on very wide terminalsTianhao Chai2018-03-131-1/+1
* CursesDialog: avoid calling strcpy()Rolf Eike Beer2017-09-251-33/+16
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-18/+18
* 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