summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* ccmake: Fully clear the 1st help line when processingSylvain Joubert2019-10-201-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-0115-50/+51
* cmCursesMainForm: change Entries to object vectorTushar Maheshwari2019-09-273-47/+49
* cmCursesStringWidget: remove manual deleteTushar Maheshwari2019-09-272-24/+13
* cmCursesCacheEntryComposite: default destructorTushar Maheshwari2019-09-263-37/+42
* cmCursesMainForm: cleanup manual allocationTushar Maheshwari2019-09-264-107/+69
* CursesDialog: modernize CMake usageTushar Maheshwari2019-09-261-20/+16
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-166-10/+10
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* Merge topic 'isolate-declarations'Brad King2019-08-224-14/+28
|\
| * clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-204-14/+28
* | Merge topic 'ccmake-find-system-form-header'Brad King2019-08-211-0/+4
|\ \ | |/ |/|
| * ccmake: Fix form.h include with CMAKE_USE_SYSTEM_FORMChristoph GrĂ¼ninger2019-08-201-0/+4
* | Merge topic 'ccmake-crash-on-empty-strings-property'Brad King2019-08-201-0/+3
|\ \
| * | ccmake: handle cache entries with empty STRINGS propertyM Furkan USLU2019-08-201-0/+3
| |/
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-172-2/+3
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
|/
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-1/+1
* Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1
* ccmake: fix curses dialog broken by refactoringFelix Schwitzer2019-03-041-1/+1
* cmCursesMainForm: Fix lambda return type deducing warningArtur Ryt2019-02-121-5/+6
* Merge topic 'progress-stdstring'Brad King2019-02-122-6/+10
|\
| * cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-112-6/+10
* | Merge topic 'modernize-cmCursesMainForm'Brad King2019-02-121-62/+48
|\ \ | |/ |/|
| * cmCursesMainForm: Modernize with STL and ranged-for loopsArtur Ryt2019-02-101-62/+48
* | Merge topic 'modernize-for-loops'Brad King2019-02-112-14/+8
|\ \ | |/ |/|
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-072-14/+8
* | cmSystemTools: MessageCallback and Message() accept std::string argumentVitaly Stakhovsky2019-02-074-4/+7
|/
* Merge topic 'tidy-use-equals-delete'Brad King2019-01-3012-24/+38
|\
| * clang-tidy: Use `= delete`Regina Pfeifer2019-01-2912-24/+38
* | Merge topic 'functional-callbacks'Brad King2019-01-303-23/+14
|\ \ | |/ |/|
| * MessageCallback: Remove unused bool& argumentRegina Pfeifer2019-01-291-1/+1
| * Use `std::function` for callbacksRegina Pfeifer2019-01-293-23/+14
* | clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
|/
* Merge topic 'tidy-pass-by-value'Brad King2019-01-232-3/+4
|\
| * clang-tidy: Pass by valueRegina Pfeifer2019-01-222-3/+4
* | Merge topic 'help-mark-default-generator'Brad King2019-01-221-4/+3
|\ \ | |/ |/|
| * ccmake: Append rather than replace Generators section of docsCraig Scott2019-01-181-1/+1
| * cmake: Return generator docs directlyArtur Ryt2019-01-181-3/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-172-5/+5
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-172-2/+3
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* cmCursesLongMessageForm: Avoid -Wstringop-overflow warningBrad King2018-07-311-1/+1
* Fix misc. typosluz.paz2018-06-042-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-013-21/+27
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-1/+1
* ccmake: Fix compilation with ncurses on SolarisBrad King2018-03-201-0/+13
* Merge topic 'ccmake-stack-smashing'Brad King2018-03-131-1/+1
|\
| * ccmake: fix status line buffer overflow on very wide terminalsTianhao Chai2018-03-131-1/+1