index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CursesDialog
Commit message (
Expand
)
Author
Age
Files
Lines
*
ccmake: Fix mangled configuration log with PDCurses on Windows
Duncan Ogilvie
2022-07-06
1
-2/+4
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-6/+6
*
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
Merge topic 'ccmake-fix-infinite-loop-search'
Brad King
2022-05-18
2
-7/+8
|
\
|
*
ccmake: Fix infinite loop during invalid search
Martin Duffy
2022-05-18
2
-7/+8
*
|
Merge topic 'ccmake-delete-cache'
Brad King
2022-05-13
2
-21/+17
|
\
\
|
|
/
|
*
ccmake: Fix crash when deleting all cache entries
Martin Duffy
2022-05-12
2
-9/+11
|
*
ccmake: Move Initialization of Fields Inline
Martin Duffy
2022-05-12
2
-12/+6
*
|
ccmake: Allow Vim keys in cmCursesLongMessageForm
Martin Duffy
2022-04-07
1
-2/+2
*
|
ccmake: Fix typo in curses form comment
Dimitris Apostolou
2022-02-17
1
-1/+1
|
/
*
Utilities: Suppress warnings in third-party code with IBMClang
Aaron Liu
2022-01-27
1
-1/+1
*
ccmake: Add Windows support using PDCurses
Duncan Ogilvie
2022-01-18
4
-1/+24
*
ccmake: Refactor resizing logic into cmCursesForm
Duncan Ogilvie
2022-01-18
3
-18/+27
*
Merge topic 'warnings-cleanup'
Brad King
2021-10-27
1
-1/+1
|
\
|
*
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-1/+1
*
|
Merge topic 'purge-sprintf'
Brad King
2021-10-27
3
-16/+21
|
\
\
|
*
|
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
3
-16/+21
|
|
/
*
|
Source: Simplify some boolean expressions
Rose
2021-10-23
1
-2/+2
|
/
*
LCC: Add dedicated support for MCST LCC compiler
makise-homura
2021-10-15
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
2
-13/+13
*
cmMessenger: Pass title inside a metadata structure
Marius Messerschmidt
2021-05-19
1
-2/+3
*
Utilities: Suppress warnings in third-party code with NVHPC
Brad King
2021-04-20
1
-1/+1
*
Utilities: Suppress warnings in third-party code when using IntelLLVM
Brad King
2021-01-28
1
-1/+1
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
14
-56/+14
*
ccmake: suppress warnings in third-party form code
Brad King
2020-08-18
1
-0/+8
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-2/+2
*
ccmake: Display an error and interrupt execution if ncurses failed
Bartosz Kosiorek
2020-06-11
1
-2/+14
*
Merge topic 'gitlab-ci-ninja-multi'
Brad King
2020-06-02
2
-11/+5
|
\
|
*
CursesDialog: resolve clang-tidy warnings
Ben Boeckel
2020-06-02
2
-11/+5
*
|
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
2
-0/+2
|
/
*
ccmake: Check that getmaxyx result width is non-negative
Brad King
2020-05-19
1
-1/+1
*
ccmake: Improve coloring, allow customization
Matthew Woehlke
2020-04-24
2
-5/+57
*
ccmake: Rename cmCursesColor::{Options => Choice}
Matthew Woehlke
2020-04-24
3
-4/+4
*
cmCursesLongMessageForm: avoid unnecessary string allocation
Ben Boeckel
2020-04-09
1
-1/+2
*
Merge topic 'ccmake_incremental_log_display'
Brad King
2020-04-09
4
-19/+48
|
\
|
*
ccmake: Use incremental rendering for the logs
Sylvain Joubert
2020-04-08
4
-11/+33
|
*
cmCursesLongMessageForm: Factor out helper to draw message to form
Brad King
2020-04-08
2
-8/+15
*
|
Merge topic 'cmprop-state'
Brad King
2020-03-27
2
-6/+7
|
\
\
|
*
|
cmState::GetCacheEntryProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
2
-6/+7
*
|
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+3
|
/
/
*
|
cmState::GetCacheEntryValue: return cmProp
Vitaly Stakhovsky
2020-03-17
2
-14/+14
|
/
*
ccmake: Fix crash with cache entries almost the size of the window
Sylvain Joubert
2019-11-19
2
-86/+43
*
ccmake: Fix rendering on window resize
Sylvain Joubert
2019-11-18
1
-12/+8
*
ccmake: redirect stdout/stderr to the displayed logs
Sylvain Joubert
2019-11-16
4
-33/+50
*
ccmake: Identify the current cache entry
Sylvain Joubert
2019-11-04
1
-0/+9
*
ccmake: Improve display of the key controls
Sylvain Joubert
2019-11-04
2
-9/+9
*
ccmake: Use type-based colors to display cache values
Sylvain Joubert
2019-11-04
8
-6/+113
*
ccmake: Don't overwrite the last character of the title
Sylvain Joubert
2019-10-25
2
-7/+7
[next]