[Cmake-commits] CMake branch, master, updated. v3.4.0-539-gd6c1860
Brad King
brad.king at kitware.com
Wed Nov 18 10:15:29 EST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via d6c186046395991c1975c3173eaa8eec5f4b45f7 (commit)
via 2b958a20275c1c73aee745c29ecf4d2de1377f7b (commit)
from c1cdf60a005ce1d9973fa7a3c7481ccab7b47e02 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d6c186046395991c1975c3173eaa8eec5f4b45f7
commit d6c186046395991c1975c3173eaa8eec5f4b45f7
Merge: c1cdf60 2b958a2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 18 10:15:28 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 18 10:15:28 2015 -0500
Merge topic 'cmake-gui-select-toolset'
2b958a20 cmake-gui: Add option to specify generator toolset
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/cmake-gui-select-toolset.rst | 6 +++
Source/QtDialog/CMakeSetupDialog.cxx | 1 +
Source/QtDialog/FirstConfigure.cxx | 70 +++++++++++++++++++++++--
Source/QtDialog/FirstConfigure.h | 15 +++++-
Source/QtDialog/QCMake.cxx | 36 +++++++++----
Source/QtDialog/QCMake.h | 13 +++--
Source/cmGlobalGeneratorFactory.h | 6 +++
Source/cmGlobalGhsMultiGenerator.h | 7 +++
Source/cmGlobalNinjaGenerator.h | 6 +++
Source/cmGlobalUnixMakefileGenerator3.h | 6 +++
Source/cmGlobalVisualStudio10Generator.cxx | 2 +
Source/cmGlobalVisualStudio11Generator.cxx | 2 +
Source/cmGlobalVisualStudio12Generator.cxx | 2 +
Source/cmGlobalVisualStudio14Generator.cxx | 2 +
Source/cmGlobalVisualStudio6Generator.h | 6 +++
Source/cmGlobalVisualStudio7Generator.h | 6 +++
Source/cmGlobalVisualStudio8Generator.cxx | 2 +
Source/cmGlobalVisualStudio9Generator.cxx | 2 +
Source/cmGlobalXCodeGenerator.cxx | 2 +
Source/cmake.cxx | 28 +++++++---
Source/cmake.h | 9 +++-
21 files changed, 203 insertions(+), 26 deletions(-)
create mode 100644 Help/release/dev/cmake-gui-select-toolset.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list