summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesLongMessageForm.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-221-1/+1
|/
* ccmake: Allow Vim keys in cmCursesLongMessageFormMartin Duffy2022-04-071-2/+2
* ccmake: Add Windows support using PDCursesDuncan Ogilvie2022-01-181-0/+6
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-3/+5
* ccmake: Check that getmaxyx result width is non-negativeBrad King2020-05-191-1/+1
* cmCursesLongMessageForm: avoid unnecessary string allocationBen Boeckel2020-04-091-1/+2
* ccmake: Use incremental rendering for the logsSylvain Joubert2020-04-081-0/+16
* cmCursesLongMessageForm: Factor out helper to draw message to formBrad King2020-04-081-8/+11
* ccmake: redirect stdout/stderr to the displayed logsSylvain Joubert2019-11-161-14/+8
* ccmake: Improve display of the key controlsSylvain Joubert2019-11-041-1/+1
* ccmake: Don't overwrite the last character of the titleSylvain Joubert2019-10-251-1/+1
* ccmake: Display output during configure and generateSylvain Joubert2019-10-251-2/+11
* ccmake: Use the error display for all the logsSylvain Joubert2019-10-251-5/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-3/+6
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-3/+2
* cmCursesLongMessageForm: Avoid -Wstringop-overflow warningBrad King2018-07-311-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CursesDialog: include what you useDaniel Pfeifer2016-09-031-3/+6
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Add missing braces around statements.Daniel Pfeifer2016-06-101-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-80/+53
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* ccmake: Pass format string to 'printw' (#15738)Joerg Sonnenberger2015-09-161-3/+5
* Port to cmState.Stephen Kelly2015-04-131-1/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* ccmake: Fix off-by-one memory access errorThomas Jarosch2011-09-021-1/+1
* Fix or cast more integer conversions in cmakeBrad King2010-06-291-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Overhaul CMake version numberingBrad King2009-03-051-2/+1
* ENH: fix warningBill Hoffman2006-11-291-1/+1
* ENH: there can be only one versionBill Hoffman2006-11-291-2/+3
* ENH: m_ cleanup for cursesKen Martin2006-03-161-32/+32
* COMP: Changed while(1) to for(;;) to avoid warning about constant control exp...Brad King2005-05-031-1/+1
* BUG: don't let the messages get too bigBill Hoffman2003-02-041-1/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-6/+6
* new architectureKen Martin2002-09-061-2/+2
* ERR: Fixed compiler warnings about unused parameters.Brad King2002-06-181-1/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
* prints the relese versionKen Martin2002-01-021-2/+2
* Updated toolbar.Berk Geveci2001-12-131-2/+2
* Added debugging.Berk Geveci2001-12-041-0/+5
* Improved help.Berk Geveci2001-11-301-2/+15