summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesMainForm.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'gitlab-ci-ninja-multi'Brad King2020-06-021-5/+1
|\
| * CursesDialog: resolve clang-tidy warningsBen Boeckel2020-06-021-5/+1
* | Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
|/
* Merge topic 'ccmake_incremental_log_display'Brad King2020-04-091-10/+14
|\
| * ccmake: Use incremental rendering for the logsSylvain Joubert2020-04-081-10/+14
* | cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-251-4/+5
* | cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-8/+8
|/
* ccmake: Fix crash with cache entries almost the size of the windowSylvain Joubert2019-11-191-84/+39
* ccmake: Fix rendering on window resizeSylvain Joubert2019-11-181-12/+8
* ccmake: redirect stdout/stderr to the displayed logsSylvain Joubert2019-11-161-12/+14
* ccmake: Identify the current cache entrySylvain Joubert2019-11-041-0/+9
* ccmake: Improve display of the key controlsSylvain Joubert2019-11-041-8/+8
* ccmake: Don't overwrite the last character of the titleSylvain Joubert2019-10-251-6/+6
* ccmake: Display output during configure and generateSylvain Joubert2019-10-251-20/+38
* ccmake: Use the error display for all the logsSylvain Joubert2019-10-251-16/+25
* ccmake: Display an ASCII progress bar in the status barSylvain Joubert2019-10-251-16/+12
* ccmake: Fully clear the 1st help line when processingSylvain Joubert2019-10-201-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+7
* cmCursesMainForm: change Entries to object vectorTushar Maheshwari2019-09-271-45/+43
* cmCursesCacheEntryComposite: default destructorTushar Maheshwari2019-09-261-1/+1
* cmCursesMainForm: cleanup manual allocationTushar Maheshwari2019-09-261-90/+58
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-7/+14
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+2
* 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-121-5/+9
|\
| * cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-5/+9
* | 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-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