| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ccmake: Display output during configure and generate | Sylvain Joubert | 2019-10-25 | 4 | -22/+61 |
|
|
* | ccmake: Use the error display for all the logs | Sylvain Joubert | 2019-10-25 | 3 | -23/+36 |
|
|
* | ccmake: Display an ASCII progress bar in the status bar | Sylvain Joubert | 2019-10-25 | 1 | -16/+12 |
|
|
* | Merge topic 'ccmake-clear-help' | Brad King | 2019-10-21 | 1 | -1/+1 |
|\ |
|
| * | ccmake: Fully clear the 1st help line when processing | Sylvain Joubert | 2019-10-20 | 1 | -1/+1 |
|
|
* | | Add option to configure Ninja link job pool for CMake's own binaries | Brad King | 2019-10-10 | 1 | -0/+4 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 15 | -50/+51 |
|
|
* | cmCursesMainForm: change Entries to object vector | Tushar Maheshwari | 2019-09-27 | 3 | -47/+49 |
|
|
* | cmCursesStringWidget: remove manual delete | Tushar Maheshwari | 2019-09-27 | 2 | -24/+13 |
|
|
* | cmCursesCacheEntryComposite: default destructor | Tushar Maheshwari | 2019-09-26 | 3 | -37/+42 |
|
|
* | cmCursesMainForm: cleanup manual allocation | Tushar Maheshwari | 2019-09-26 | 4 | -107/+69 |
|
|
* | CursesDialog: modernize CMake usage | Tushar Maheshwari | 2019-09-26 | 1 | -20/+16 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 6 | -10/+10 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+2 |
|
|
* | Merge topic 'isolate-declarations' | Brad King | 2019-08-22 | 4 | -14/+28 |
|\ |
|
| * | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 4 | -14/+28 |
|
|
* | | Merge topic 'ccmake-find-system-form-header' | Brad King | 2019-08-21 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | ccmake: Fix form.h include with CMAKE_USE_SYSTEM_FORM | Christoph GrĂ¼ninger | 2019-08-20 | 1 | -0/+4 |
|
|