summaryrefslogtreecommitdiff
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-3/+2
* clang-format.bash: Use generic clang-format attributeBrad King2023-01-181-1/+1
* Merge topic 'ccmake-aix-curses'Brad King2022-12-081-0/+3
|\
| * ccmake: Restore compilation with AIX curses.hBrad King2022-12-071-0/+3
* | cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-4/+6
* | cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-14/+8
* | ccmake.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-171-10/+10
* | cmake: Honor CMAKE_GENERATOR env var in --help outputJuan Ramos2022-10-201-1/+1
|/
* Build: Simplify `configure_file()` callsAlex Turbov2022-09-221-1/+1
* Merge topic 'ccmake-fix-pdcurses-windows'Brad King2022-07-071-2/+4
|\
| * ccmake: Fix mangled configuration log with PDCurses on WindowsDuncan Ogilvie2022-07-061-2/+4
* | Source: Replace uses of sprintf with safer snprintfSean McBride2022-06-223-3/+3
* | Source: Tell Git not to check whitespace in third-party curses form codeBrad King2022-06-221-0/+1
|/
* 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