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
/
cmCursesMainForm.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ccmake: Fix infinite loop during invalid search
Martin Duffy
2022-05-18
1
-7/+7
*
ccmake: Fix crash when deleting all cache entries
Martin Duffy
2022-05-12
1
-9/+10
*
ccmake: Move Initialization of Fields Inline
Martin Duffy
2022-05-12
1
-6/+0
*
ccmake: Add Windows support using PDCurses
Duncan Ogilvie
2022-01-18
1
-0/+6
*
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-12/+14
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-10/+10
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
Merge topic 'gitlab-ci-ninja-multi'
Brad King
2020-06-02
1
-5/+1
|
\
|
*
CursesDialog: resolve clang-tidy warnings
Ben Boeckel
2020-06-02
1
-5/+1
*
|
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
|
/
*
Merge topic 'ccmake_incremental_log_display'
Brad King
2020-04-09
1
-10/+14
|
\
|
*
ccmake: Use incremental rendering for the logs
Sylvain Joubert
2020-04-08
1
-10/+14
*
|
cmState::GetCacheEntryProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-4/+5
*
|
cmState::GetCacheEntryValue: return cmProp
Vitaly Stakhovsky
2020-03-17
1
-8/+8
|
/
*
ccmake: Fix crash with cache entries almost the size of the window
Sylvain Joubert
2019-11-19
1
-84/+39
*
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
1
-12/+14
*
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
1
-8/+8
*
ccmake: Don't overwrite the last character of the title
Sylvain Joubert
2019-10-25
1
-6/+6
*
ccmake: Display output during configure and generate
Sylvain Joubert
2019-10-25
1
-20/+38
*
ccmake: Use the error display for all the logs
Sylvain Joubert
2019-10-25
1
-16/+25
*
ccmake: Display an ASCII progress bar in the status bar
Sylvain Joubert
2019-10-25
1
-16/+12
*
ccmake: Fully clear the 1st help line when processing
Sylvain Joubert
2019-10-20
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-7/+7
*
cmCursesMainForm: change Entries to object vector
Tushar Maheshwari
2019-09-27
1
-45/+43
*
cmCursesCacheEntryComposite: default destructor
Tushar Maheshwari
2019-09-26
1
-1/+1
*
cmCursesMainForm: cleanup manual allocation
Tushar Maheshwari
2019-09-26
1
-90/+58
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-2/+2
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-7/+14
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+2
*
ccmake: fix curses dialog broken by refactoring
Felix Schwitzer
2019-03-04
1
-1/+1
*
cmCursesMainForm: Fix lambda return type deducing warning
Artur Ryt
2019-02-12
1
-5/+6
*
Merge topic 'progress-stdstring'
Brad King
2019-02-12
1
-5/+9
|
\
|
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-5/+9
*
|
Merge topic 'modernize-cmCursesMainForm'
Brad King
2019-02-12
1
-62/+48
|
\
\
|
|
/
|
/
|
|
*
cmCursesMainForm: Modernize with STL and ranged-for loops
Artur Ryt
2019-02-10
1
-62/+48
*
|
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-11/+6
|
\
\
|
|
/
|
/
|
|
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-11/+6
*
|
cmSystemTools: MessageCallback and Message() accept std::string argument
Vitaly Stakhovsky
2019-02-07
1
-1/+2
|
/
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-13/+9
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-2/+3
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-4/+4
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+1
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-9/+12
[next]