| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | | Merge topic 'ccmake-crash-on-empty-strings-property' | Brad King | 2019-08-20 | 1 | -0/+3 |
|\ \ |
|
| * | | ccmake: handle cache entries with empty STRINGS property | M Furkan USLU | 2019-08-20 | 1 | -0/+3 |
| |/ |
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 2 | -2/+3 |
|
|
* | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+2 |
|/ |
|
* | cmSystemTools::Error(): remove const char* overload | Vitaly Stakhovsky | 2019-05-22 | 1 | -1/+1 |
|
|
* | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -0/+1 |
|
|
* | 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 | 2 | -6/+10 |
|\ |
|
| * | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 2 | -6/+10 |
|
|
* | | 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 | 2 | -14/+8 |
|\ \
| |/
|/| |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 2 | -14/+8 |
|
|
* | | cmSystemTools: MessageCallback and Message() accept std::string argument | Vitaly Stakhovsky | 2019-02-07 | 4 | -4/+7 |
|/ |
|
* | Merge topic 'tidy-use-equals-delete' | Brad King | 2019-01-30 | 12 | -24/+38 |
|\ |
|
| * | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 12 | -24/+38 |
|
|
* | | Merge topic 'functional-callbacks' | Brad King | 2019-01-30 | 3 | -23/+14 |
|\ \
| |/
|/| |
|
| * | MessageCallback: Remove unused bool& argument | Regina Pfeifer | 2019-01-29 | 1 | -1/+1 |
|
|
| * | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 3 | -23/+14 |
|
|
* | | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|/ |
|
* | Merge topic 'tidy-pass-by-value' | Brad King | 2019-01-23 | 2 | -3/+4 |
|\ |
|
| * | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 2 | -3/+4 |
|
|
* | | Merge topic 'help-mark-default-generator' | Brad King | 2019-01-22 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | ccmake: Append rather than replace Generators section of docs | Craig Scott | 2019-01-18 | 1 | -1/+1 |
|
|
| * | cmake: Return generator docs directly | Artur Ryt | 2019-01-18 | 1 | -3/+2 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 2 | -5/+5 |
|/ |
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 2 | -2/+3 |
|
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | cmCursesLongMessageForm: Avoid -Wstringop-overflow warning | Brad King | 2018-07-31 | 1 | -1/+1 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 2 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 3 | -21/+27 |
|
|
* | clang-format.bash: update to clang-format-6.0 | Brad King | 2018-06-01 | 1 | -1/+1 |
|
|
* | ccmake: Fix compilation with ncurses on Solaris | Brad King | 2018-03-20 | 1 | -0/+13 |
|
|
* | Merge topic 'ccmake-stack-smashing' | Brad King | 2018-03-13 | 1 | -1/+1 |
|\ |
|
| * | ccmake: fix status line buffer overflow on very wide terminals | Tianhao Chai | 2018-03-13 | 1 | -1/+1 |
|
|
* | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|
|
* | | cmake: specify source file extensions | Ben Boeckel | 2018-01-09 | 1 | -13/+13 |
|/ |
|
* | CursesDialog: avoid calling strcpy() | Rolf Eike Beer | 2017-09-25 | 1 | -33/+16 |
|
|
* | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 3 | -9/+5 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 8 | -20/+20 |
|
|
* | Merge topic 'cstyle-casts' | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|\ |
|
| * | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 14 | -14/+13 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 8 | -44/+43 |
|
|