| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | cmake-gui: Fix compilation as C++14 with Qt 5.14 | Brad King | 2020-07-06 | 1 | -4/+4 |
|
|
* | | cmake: Remove broken '--warn-unused-vars' option | Brad King | 2020-06-29 | 4 | -18/+0 |
|
|
* | | QCMakeWidgets: replace QDirModel | Ben Boeckel | 2020-06-15 | 1 | -9/+9 |
|
|
* | | QCMake: use loadRelaxed if available | Ben Boeckel | 2020-06-15 | 1 | -0/+4 |
|
|
* | | Merge topic 'cmake-gui-qt5-only' | Brad King | 2020-06-12 | 5 | -145/+80 |
|\ \
| |/
|/| |
|
| * | QtDialog: remove Qt4 definition | Ben Boeckel | 2020-06-09 | 1 | -3/+0 |
|
|
| * | QtDialog: remove Qt4-only code | Ben Boeckel | 2020-06-09 | 4 | -45/+1 |
|
|
| * | QtDialog: use Qt5's imported targets | Ben Boeckel | 2020-06-05 | 1 | -15/+9 |
|
|
| * | QtDialog: use qt5 functions for special Qt sources | Ben Boeckel | 2020-06-05 | 1 | -15/+17 |
|
|
| * | QtDialog: remove Qt4 support | Ben Boeckel | 2020-06-05 | 1 | -91/+77 |
|
|
* | | QCMakeCacheView: use non-deprecated List and Set constructions | Ben Boeckel | 2020-06-10 | 1 | -2/+15 |
|/ |
|
* | CursesDialog: resolve clang-tidy warnings | Ben Boeckel | 2020-06-02 | 2 | -11/+1 |
|
|
* | QtDialog: avoid using deprecated APIs | Ben Boeckel | 2020-06-02 | 2 | -0/+47 |
|
|
* | cmake-gui: Do not pass CMAKE_{C,CXX}_COMPILER items to cmake if empty | Jiri Malak | 2020-04-27 | 1 | -4/+8 |
|
|
* | cmake-gui: Pass CMAKE_SYSTEM_PROCESSOR to from gui to cmake | Jiri Malak | 2020-04-13 | 1 | -0/+3 |
|
|
* | Merge topic 'cmprop-state' | Brad King | 2020-03-27 | 1 | -5/+6 |
|\ |
|
| * | cmState::GetCacheEntryProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -5/+6 |
|
|
* | | Remove redundant calls to CollapseFullPath | Brad King | 2020-03-24 | 1 | -4/+2 |
|/ |
|
* | Merge topic 'cmake-gui-open-check' | Brad King | 2020-03-23 | 1 | -1/+1 |
|\ |
|
| * | cmake-gui: Fix use-after-free in Open-possible check | Francisco Facioni | 2020-03-20 | 1 | -1/+1 |
|
|
* | | cmState::GetCacheEntryValue: return cmProp | Vitaly Stakhovsky | 2020-03-17 | 1 | -12/+11 |
|
|
* | | Modernize memory management | Marc Chevrier | 2020-03-05 | 4 | -15/+16 |
|
|
* | | cmake-gui: set generator field defaults from environment | Code Smith | 2020-02-06 | 2 | -3/+51 |
|/ |
|
* | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -0/+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 | 11 | -32/+38 |
|
|
* | Help: fixed typos in PCH / Unity Build doc | Corentin Plouet | 2019-09-30 | 1 | -2/+2 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -2/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -4/+4 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+2 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+2 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | 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 |
|
|