summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* 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
* CursesDialog: modernize CMake usageTushar Maheshwari2019-09-261-20/+16
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-166-10/+10
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* Merge topic 'isolate-declarations'Brad King2019-08-224-14/+28
|\
| * clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-204-14/+28
* | Merge topic 'ccmake-find-system-form-header'Brad King2019-08-211-0/+4
|\ \ | |/ |/|
| * ccmake: Fix form.h include with CMAKE_USE_SYSTEM_FORMChristoph GrĂ¼ninger2019-08-201-0/+4
* | Merge topic 'ccmake-crash-on-empty-strings-property'Brad King2019-08-201-0/+3
|\ \
| * | ccmake: handle cache entries with empty STRINGS propertyM Furkan USLU2019-08-201-0/+3
| |/
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-172-2/+3
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
|/
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-1/+1
* Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1