summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* 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
* ccmake: Use the error display for all the logsSylvain Joubert2019-10-253-23/+36
* ccmake: Display an ASCII progress bar in the status barSylvain Joubert2019-10-251-16/+12
* Merge topic 'ccmake-clear-help'Brad King2019-10-211-1/+1
|\
| * ccmake: Fully clear the 1st help line when processingSylvain Joubert2019-10-201-1/+1
* | Add option to configure Ninja link job pool for CMake's own binariesBrad King2019-10-101-0/+4
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-0115-50/+51
* cmCursesMainForm: change Entries to object vectorTushar Maheshwari2019-09-273-47/+49
* cmCursesStringWidget: remove manual deleteTushar Maheshwari2019-09-272-24/+13
* cmCursesCacheEntryComposite: default destructorTushar Maheshwari2019-09-263-37/+42
* cmCursesMainForm: cleanup manual allocationTushar Maheshwari2019-09-264-107/+69