summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* ccmake: fix curses dialog broken by refactoringFelix Schwitzer2019-03-041-1/+1
* cmCursesMainForm: Fix lambda return type deducing warningArtur Ryt2019-02-121-5/+6
* Merge topic 'progress-stdstring'Brad King2019-02-122-6/+10
|\
| * cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-112-6/+10
* | Merge topic 'modernize-cmCursesMainForm'Brad King2019-02-121-62/+48
|\ \ | |/ |/|
| * cmCursesMainForm: Modernize with STL and ranged-for loopsArtur Ryt2019-02-101-62/+48
* | Merge topic 'modernize-for-loops'Brad King2019-02-112-14/+8
|\ \ | |/ |/|
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-072-14/+8
* | cmSystemTools: MessageCallback and Message() accept std::string argumentVitaly Stakhovsky2019-02-074-4/+7
|/
* Merge topic 'tidy-use-equals-delete'Brad King2019-01-3012-24/+38
|\
| * clang-tidy: Use `= delete`Regina Pfeifer2019-01-2912-24/+38
* | Merge topic 'functional-callbacks'Brad King2019-01-303-23/+14
|\ \ | |/ |/|
| * MessageCallback: Remove unused bool& argumentRegina Pfeifer2019-01-291-1/+1
| * Use `std::function` for callbacksRegina Pfeifer2019-01-293-23/+14
* | clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
|/
* Merge topic 'tidy-pass-by-value'Brad King2019-01-232-3/+4
|\
| * clang-tidy: Pass by valueRegina Pfeifer2019-01-222-3/+4
* | Merge topic 'help-mark-default-generator'Brad King2019-01-221-4/+3
|\ \ | |/ |/|
| * ccmake: Append rather than replace Generators section of docsCraig Scott2019-01-181-1/+1
| * cmake: Return generator docs directlyArtur Ryt2019-01-181-3/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-172-5/+5
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-172-2/+3
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* cmCursesLongMessageForm: Avoid -Wstringop-overflow warningBrad King2018-07-311-1/+1
* Fix misc. typosluz.paz2018-06-042-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-013-21/+27
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-1/+1
* ccmake: Fix compilation with ncurses on SolarisBrad King2018-03-201-0/+13
* Merge topic 'ccmake-stack-smashing'Brad King2018-03-131-1/+1
|\
| * ccmake: fix status line buffer overflow on very wide terminalsTianhao Chai2018-03-131-1/+1
* | Extend libuv file translate mode workaround to all executablesBrad King2018-01-231-0/+1
* | cmake: specify source file extensionsBen Boeckel2018-01-091-13/+13
|/
* CursesDialog: avoid calling strcpy()Rolf Eike Beer2017-09-251-33/+16
* Enable clang-tidy modernize-loop-convert lintBrad King2017-09-193-9/+5
* 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