summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-158-20/+20
* Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-301-1/+1
|\
| * Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-2614-14/+13
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-248-44/+43
* CursesDialog: use target_include_directories for cmFormDaniel Pfeifer2017-08-182-11/+10
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-082-2/+2
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-2415-48/+28
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-212-4/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-1118-20/+20
* clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-221-0/+1
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-123-10/+6
* ccmake: Correctly display edit mode and associated keysSylvain Joubert2016-11-152-49/+46
* ccmake: Add missing spaces to match the previous text lengthSylvain Joubert2016-11-151-1/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-192-0/+2
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-1910-10/+10
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-1910-30/+31
* Simplify CMake per-source license noticesBrad King2016-09-2729-320/+59
* ccmake: Fix recent compilation regression with GCC on SolarisBrad King2016-09-142-8/+0
* CursesDialog: include what you useDaniel Pfeifer2016-09-0326-36/+116
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* CursesDialog: don't use else after returnDaniel Pfeifer2016-08-184-32/+27
* Merge topic 'readability-named-parameter'Brad King2016-08-178-13/+20
|\
| * Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-168-13/+20
* | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-161-0/+2
|/
* ccmake: Add VIM-like bindings for navigationPaul Seyfert2016-08-023-12/+23
* 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-288-42/+43
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-278-20/+20
* Add missing braces around statements.Daniel Pfeifer2016-06-101-2/+2
* Merge topic 'simplify-boolean-expressions'Brad King2016-06-031-5/+1
|\
| * Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* | Add option to control 'bin' directory of CMake's own installation (#16076)Nicolas BUNEL2016-06-011-1/+1
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-1623-1153/+803
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-294-16/+16
* Source: Stabilize include orderBrad King2016-04-2915-10/+22
* CursesDialog: add missing cmState includeDaniel Pfeifer2016-04-291-0/+1
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-297-10/+10
* ccmake: Use more-portable call to set_field_buffer (#15740)Thomas Klausner2015-09-161-1/+1
* ccmake: Avoid using non-portable 'curcol' field (#15739)Joerg Sonnenberger2015-09-161-7/+6
* ccmake: Pass format string to 'printw' (#15738)Joerg Sonnenberger2015-09-163-17/+20
* CMake: New option CMake_INSTALL_COMPONENTSKonstantin Podsvirov2015-07-071-1/+2
* CMake: Install COMPONENTsKonstantin Podsvirov2015-07-071-1/+1
* cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-1311-37/+35
* Port to cmState.Stephen Kelly2015-04-134-28/+28