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
/
cmCursesLongMessageForm.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ccmake: Check that getmaxyx result width is non-negative
Brad King
2020-05-19
1
-1/+1
*
cmCursesLongMessageForm: avoid unnecessary string allocation
Ben Boeckel
2020-04-09
1
-1/+2
*
ccmake: Use incremental rendering for the logs
Sylvain Joubert
2020-04-08
1
-0/+16
*
cmCursesLongMessageForm: Factor out helper to draw message to form
Brad King
2020-04-08
1
-8/+11
*
ccmake: redirect stdout/stderr to the displayed logs
Sylvain Joubert
2019-11-16
1
-14/+8
*
ccmake: Improve display of the key controls
Sylvain Joubert
2019-11-04
1
-1/+1
*
ccmake: Don't overwrite the last character of the title
Sylvain Joubert
2019-10-25
1
-1/+1
*
ccmake: Display output during configure and generate
Sylvain Joubert
2019-10-25
1
-2/+11
*
ccmake: Use the error display for all the logs
Sylvain Joubert
2019-10-25
1
-5/+2
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-3/+6
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-3/+2
*
cmCursesLongMessageForm: Avoid -Wstringop-overflow warning
Brad King
2018-07-31
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4/+4
*
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
1
-1/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CursesDialog: include what you use
Daniel Pfeifer
2016-09-03
1
-3/+6
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-4/+4
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-80/+53
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-1/+2
*
ccmake: Pass format string to 'printw' (#15738)
Joerg Sonnenberger
2015-09-16
1
-3/+5
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-1/+0
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-9/+9
*
ccmake: Fix off-by-one memory access error
Thomas Jarosch
2011-09-02
1
-1/+1
*
Fix or cast more integer conversions in cmake
Brad King
2010-06-29
1
-4/+4
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Overhaul CMake version numbering
Brad King
2009-03-05
1
-2/+1
*
ENH: fix warning
Bill Hoffman
2006-11-29
1
-1/+1
*
ENH: there can be only one version
Bill Hoffman
2006-11-29
1
-2/+3
*
ENH: m_ cleanup for curses
Ken Martin
2006-03-16
1
-32/+32
*
COMP: Changed while(1) to for(;;) to avoid warning about constant control exp...
Brad King
2005-05-03
1
-1/+1
*
BUG: don't let the messages get too big
Bill Hoffman
2003-02-04
1
-1/+1
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-6/+6
*
new architecture
Ken Martin
2002-09-06
1
-2/+2
*
ERR: Fixed compiler warnings about unused parameters.
Brad King
2002-06-18
1
-1/+1
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-0/+16
*
prints the relese version
Ken Martin
2002-01-02
1
-2/+2
*
Updated toolbar.
Berk Geveci
2001-12-13
1
-2/+2
*
Added debugging.
Berk Geveci
2001-12-04
1
-0/+5
*
Improved help.
Berk Geveci
2001-11-30
1
-2/+15
*
Can non use clear because it is undef'ed.
Berk Geveci
2001-11-30
1
-1/+1
*
Missed std::
Berk Geveci
2001-11-30
1
-3/+3
*
opps I forgot to add these
Berk Geveci
2001-11-30
1
-0/+178