summaryrefslogtreecommitdiff
path: root/Source/CursesDialog
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
* Merge topic 'ccmake-fix-infinite-loop-search'Brad King2022-05-182-7/+8
|\
| * ccmake: Fix infinite loop during invalid searchMartin Duffy2022-05-182-7/+8
* | Merge topic 'ccmake-delete-cache'Brad King2022-05-132-21/+17
|\ \ | |/
| * ccmake: Fix crash when deleting all cache entriesMartin Duffy2022-05-122-9/+11
| * ccmake: Move Initialization of Fields InlineMartin Duffy2022-05-122-12/+6
* | ccmake: Allow Vim keys in cmCursesLongMessageFormMartin Duffy2022-04-071-2/+2
* | ccmake: Fix typo in curses form commentDimitris Apostolou2022-02-171-1/+1
|/
* Utilities: Suppress warnings in third-party code with IBMClangAaron Liu2022-01-271-1/+1
* ccmake: Add Windows support using PDCursesDuncan Ogilvie2022-01-184-1/+24
* ccmake: Refactor resizing logic into cmCursesFormDuncan Ogilvie2022-01-183-18/+27
* Merge topic 'warnings-cleanup'Brad King2021-10-271-1/+1
|\
| * Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-1/+1
* | Merge topic 'purge-sprintf'Brad King2021-10-273-16/+21
|\ \
| * | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-253-16/+21
| |/
* | Source: Simplify some boolean expressionsRose2021-10-231-2/+2
|/
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-212-13/+13
* cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-2/+3
* Utilities: Suppress warnings in third-party code with NVHPCBrad King2021-04-201-1/+1
* Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-1/+1
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-0314-56/+14
* ccmake: suppress warnings in third-party form codeBrad King2020-08-181-0/+8
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-2/+2
* ccmake: Display an error and interrupt execution if ncurses failedBartosz Kosiorek2020-06-111-2/+14
* Merge topic 'gitlab-ci-ninja-multi'Brad King2020-06-022-11/+5
|\
| * CursesDialog: resolve clang-tidy warningsBen Boeckel2020-06-022-11/+5
* | Single location for cmProp typedefVitaly Stakhovsky2020-06-012-0/+2
|/
* ccmake: Check that getmaxyx result width is non-negativeBrad King2020-05-191-1/+1
* ccmake: Improve coloring, allow customizationMatthew Woehlke2020-04-242-5/+57
* ccmake: Rename cmCursesColor::{Options => Choice}Matthew Woehlke2020-04-243-4/+4
* cmCursesLongMessageForm: avoid unnecessary string allocationBen Boeckel2020-04-091-1/+2
* Merge topic 'ccmake_incremental_log_display'Brad King2020-04-094-19/+48
|\
| * ccmake: Use incremental rendering for the logsSylvain Joubert2020-04-084-11/+33
| * cmCursesLongMessageForm: Factor out helper to draw message to formBrad King2020-04-082-8/+15
* | Merge topic 'cmprop-state'Brad King2020-03-272-6/+7
|\ \
| * | cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-252-6/+7
* | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-2/+3
|/ /
* | cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-172-14/+14
|/
* ccmake: Fix crash with cache entries almost the size of the windowSylvain Joubert2019-11-192-86/+43
* ccmake: Fix rendering on window resizeSylvain Joubert2019-11-181-12/+8
* ccmake: redirect stdout/stderr to the displayed logsSylvain Joubert2019-11-164-33/+50
* ccmake: Identify the current cache entrySylvain Joubert2019-11-041-0/+9
* ccmake: Improve display of the key controlsSylvain Joubert2019-11-042-9/+9
* ccmake: Use type-based colors to display cache valuesSylvain Joubert2019-11-048-6/+113
* ccmake: Don't overwrite the last character of the titleSylvain Joubert2019-10-252-7/+7
* ccmake: Display output during configure and generateSylvain Joubert2019-10-254-22/+61