summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesMainForm.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-6/+6
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-1/+1
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* ccmake: Fix infinite loop during invalid searchMartin Duffy2022-05-181-7/+7
* ccmake: Fix crash when deleting all cache entriesMartin Duffy2022-05-121-9/+10
* ccmake: Move Initialization of Fields InlineMartin Duffy2022-05-121-6/+0
* ccmake: Add Windows support using PDCursesDuncan Ogilvie2022-01-181-0/+6
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-12/+14
* Rename cmProp in cmValueMarc Chevrier2021-09-211-10/+10
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* 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