| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant calls to CollapseFullPath | Brad King | 2020-03-24 | 1 | -4/+2 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -13/+16 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -0/+1 |
|
|
* | cmake-gui: Fix theme on Windows with Qt >= 5.10 | mistersandman | 2019-04-08 | 1 | -0/+3 |
|
|
* | QtDialog: Clean up and document -S and -B options | Kyle Edwards | 2019-01-25 | 1 | -12/+43 |
|
|
* | cmake: Return generator docs directly | Artur Ryt | 2019-01-18 | 1 | -2/+1 |
|
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -1/+1 |
|
|
* | Merge topic 'readability-static-accessed-through-instance' | Brad King | 2018-11-28 | 1 | -6/+6 |
|\ |
|
| * | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -6/+6 |
|
|
* | | clang-tidy: fix warnings in macOS-only code | Brad King | 2018-11-27 | 1 | -5/+4 |
|/ |
|
* | CMake: Internally uses -S instead of -H to specify source directory | Robert Maynard | 2018-09-15 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -7/+8 |
|
|
* | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|
|
* | cmake-gui: Add build option to use Qt5 windows plugin statically | Brad King | 2017-11-13 | 1 | -0/+4 |
|
|
* | cmake-gui: Enable High DPI scaling | Luis Caro | 2017-09-15 | 1 | -0/+4 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -8/+7 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | Add self-sufficient wrapper for <sys/stat.h> | Daniel Pfeifer | 2017-03-24 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+2 |
|
|
* | Encoding: Remove option to use ANSI code page internally | Clinton Stimpson | 2016-11-02 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Merge topic 'qtdialog-lib-paths' | Brad King | 2016-09-23 | 1 | -0/+2 |
|\ |
|
| * | cmake-gui: Do not remove library paths for Qt5 plugins. | Clinton Stimpson | 2016-09-22 | 1 | -0/+2 |
|
|
* | | QtDialog: fix clang-tidy warnings | Daniel Pfeifer | 2016-09-06 | 1 | -7/+8 |
|
|
* | | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | | Source/QtDialog: Run clang-format | Brad King | 2016-07-05 | 1 | -1/+1 |
|
|
* | | cmake-gui: Add build option to use Qt5 xcb plugin statically | Brad King | 2016-06-30 | 1 | -0/+5 |
|/ |
|
* | cmake-gui: Teach Qt5 where plugins are when launched through a symlink | Robert Maynard | 2016-06-09 | 1 | -0/+34 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -97/+67 |
|
|
* | cmake-gui: Always use "C" locale for numbers (#16099) | Clinton Stimpson | 2016-05-12 | 1 | -0/+2 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -3/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -7/+7 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmake-gui: Teach --install make destination directory (#16064) | Brad King | 2016-04-15 | 1 | -0/+1 |
|
|
* | Merge topic 'cmake-gui-osx-install-command-line' | Brad King | 2015-06-25 | 1 | -1/+1 |
|\ |
|
| * | cmake-gui: Change --install to use /usr/local/bin by default (#15627) | Brad King | 2015-06-24 | 1 | -1/+1 |
|
|
* | | Merge topic 'cmake-gui-osx-install-command-line' | Brad King | 2015-05-21 | 1 | -11/+67 |
|\ \
| |/ |
|
| * | cmake-gui: Replace command-line install dialog with information box | Brad King | 2015-05-21 | 1 | -1/+0 |
|
|
| * | cmake-gui: Add --install option to add command-line tools on OS X | Brad King | 2015-05-21 | 1 | -0/+67 |
|
|
| * | cmake-gui: Drop undocumented and unused --mac-install option | Brad King | 2015-05-19 | 1 | -10/+0 |
|
|
* | | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+2 |
|/ |
|
* | Remove use of cmsys_stl. | Stephen Kelly | 2015-02-05 | 1 | -3/+3 |
|
|
* | Merge topic 'unicode-vs-projects' | Brad King | 2014-03-17 | 1 | -1/+1 |
|\ |
|
| * | Encoding: Provide option to configure CMake to use UTF-8 encoding. | Clinton Stimpson | 2014-03-14 | 1 | -1/+1 |
|
|
* | | cmake-gui: Fix compile with Qt5 using UTF-8 internal encoding. | Clinton Stimpson | 2014-03-13 | 1 | -2/+0 |
|/ |
|
* | Unicode: cmake-gui encoding now matches KWSys encoding. | Clinton Stimpson | 2014-03-11 | 1 | -0/+8 |
|
|
* | Use Encoding::CommandLineArguments for main() functions. | Clinton Stimpson | 2014-01-04 | 1 | -5/+11 |
|
|