| Commit message (Expand) | Author | Age | Files | Lines |
* | QtDialog: Use QPalette::WindowText instead of QPalette::Foreground | Sebastian Holtermann | 2019-07-01 | 1 | -1/+1 |
|
|
* | cmake-gui: Update Qt copyright holder in About dialog | Brad King | 2019-06-12 | 1 | -1/+1 |
|
|
* | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -0/+1 |
|
|
* | Merge topic 'fix-overlay-icon-windows' | Brad King | 2019-04-12 | 1 | -1/+0 |
|\ |
|
| * | cmake-gui: Fix icon overlay on windows | Julien Jomier | 2019-04-11 | 1 | -1/+0 |
|
|
* | | Merge branch 'backport-cmake-gui-windows-theme' | Brad King | 2019-04-08 | 1 | -0/+3 |
|\ \ |
|
| * | | cmake-gui: Fix theme on Windows with Qt >= 5.10 | mistersandman | 2019-04-08 | 1 | -0/+3 |
| |/ |
|
* | | cmake-gui: Drop code not needed with current required CMake version | Brad King | 2019-03-14 | 1 | -3/+0 |
|
|
* | | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 2 | -5/+5 |
|
|
* | | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 2 | -30/+26 |
|\ \ |
|
| * | | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 2 | -30/+26 |
| |/ |
|
* | | cmSystemTools: MessageCallback and Message() accept std::string argument | Vitaly Stakhovsky | 2019-02-07 | 2 | -4/+4 |
|/ |
|
* | OutputCallback: Accept std::string argument | Regina Pfeifer | 2019-01-30 | 2 | -8/+8 |
|
|
* | Merge topic 'functional-callbacks' | Brad King | 2019-01-30 | 2 | -29/+33 |
|\ |
|
| * | MessageCallback: Remove unused bool& argument | Regina Pfeifer | 2019-01-29 | 2 | -5/+4 |
|
|
| * | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 2 | -28/+33 |
|
|
* | | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 2 | -18/+6 |
|\ \
| |/
|/| |
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 2 | -18/+6 |
|
|
* | | Merge topic 'cmake-gui-s-b' | Brad King | 2019-01-28 | 1 | -12/+43 |
|\ \ |
|
| * | | QtDialog: Clean up and document -S and -B options | Kyle Edwards | 2019-01-25 | 1 | -12/+43 |
| |/ |
|
* | | Reduce size of PNG images | Lucy Phipps | 2019-01-25 | 5 | -0/+0 |
|/ |
|
* | 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 | -2/+1 |
|\ \
| |/
|/| |
|
| * | cmake: Return generator docs directly | Artur Ryt | 2019-01-18 | 1 | -2/+1 |
|
|
* | | cmake-gui: Improve label for default platform | Julien Jomier | 2019-01-21 | 2 | -2/+13 |
|
|
* | | cmake-gui: Add field for generator platform selection | Julien Jomier | 2019-01-18 | 5 | -4/+101 |
|/ |
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 2 | -2/+2 |
|
|
* | Merge topic 'readability-static-accessed-through-instance' | Brad King | 2018-11-28 | 3 | -14/+14 |
|\ |
|
| * | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 3 | -14/+14 |
|
|
* | | clang-tidy: fix warnings in macOS-only code | Brad King | 2018-11-27 | 1 | -5/+4 |
|
|
* | | Merge topic 'windows-taskbar-progress' | Brad King | 2018-11-26 | 3 | -0/+43 |
|\ \
| |/
|/| |
|
| * | QtDialog: Add windows taskbar progress | Julien Jomier | 2018-11-20 | 3 | -0/+43 |
|
|
* | | clang-tidy: fix warnings from version 7 | Regina Pfeifer | 2018-11-20 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'provide_explicit_source_and_build_command_line_options' | Brad King | 2018-09-19 | 1 | -1/+1 |
|\ |
|
| * | CMake: Internally uses -S instead of -H to specify source directory | Robert Maynard | 2018-09-15 | 1 | -1/+1 |
|
|
* | | Merge topic 'gicv-stdstring' | Brad King | 2018-09-12 | 1 | -2/+2 |
|\ \ |
|
| * | | cmState::GetInitializedCacheValue: Return as const std::string* | Vitaly Stakhovsky | 2018-09-10 | 1 | -2/+2 |
| |/ |
|
* | | Merge topic 'replace-os-x-name-with-macos' | Brad King | 2018-09-11 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Replace occurrences of "Mac OS X" with "macOS" in comments | Bartosz Kosiorek | 2018-09-10 | 2 | -2/+2 |
|
|
* | | cmake-gui: Align source and binary directory path text | Zeex | 2018-09-04 | 1 | -0/+3 |
|/ |
|
* | cmake-gui: Update icons | T.J. Corona | 2018-08-16 | 5 | -0/+0 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 10 | -20/+36 |
|
|
* | Windows: Embed version information into cmake-gui | Brad King | 2018-01-30 | 1 | -0/+4 |
|
|
* | Merge topic 'RemoveKDevelop3' | Brad King | 2018-01-25 | 1 | -9/+0 |
|\ |
|
| * | Generators: remove KDevelop3 generator | Alex Neundorf | 2018-01-24 | 1 | -9/+0 |
|
|
* | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|/ |
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | cmake-gui: Update RegexExplorer for changes to KWSys | Brad King | 2017-12-05 | 1 | -2/+2 |
|
|
* | Merge topic 'cmake-gui-qt-static-windows' | Brad King | 2017-11-14 | 2 | -1/+11 |
|\ |
|