[Cmake-commits] CMake branch, master, updated. v3.6.2-875-g988b380
Brad King
brad.king at kitware.com
Thu Sep 8 09:36:57 EDT 2016
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 988b3806b6ad2f28ebd6b582ce18928407d0b011 (commit)
via bdc679a8aee4e6b9a8aea795bdbda2341d1e5d08 (commit)
via a8936656faa14b27173f90046fef6259dceaa321 (commit)
via 21346d3f12f6ec35680574df44430c7bfb2efecb (commit)
from 04657ee2f83cb446c5595090f256273a23be94a2 (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=988b3806b6ad2f28ebd6b582ce18928407d0b011
commit 988b3806b6ad2f28ebd6b582ce18928407d0b011
Merge: 04657ee bdc679a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 8 09:36:54 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 8 09:36:54 2016 -0400
Merge topic 'vs-15-generator'
bdc679a8 VS15: Add Visual Studio 15 generator
a8936656 VS: Update v140 flag tables from VS 15 MSBuild files
21346d3f Features: Record features for VS 15 Preview 4
-----------------------------------------------------------------------
Summary of changes:
...ual Studio 14 2015.rst => Visual Studio 15.rst} | 10 +-
Help/manual/cmake-generators.7.rst | 1 +
Help/release/dev/vs-15-generator.rst | 4 +
Help/variable/MSVC_VERSION.rst | 2 +-
Modules/Compiler/MSVC-CXX-FeatureTests.cmake | 3 +
Source/CMakeLists.txt | 2 +
Source/cmGlobalVisualStudio10Generator.cxx | 14 ++
Source/cmGlobalVisualStudio15Generator.cxx | 151 ++++++++++++++++++++
...nerator.h => cmGlobalVisualStudio15Generator.h} | 29 ++--
Source/cmGlobalVisualStudio7Generator.cxx | 12 ++
Source/cmGlobalVisualStudioGenerator.h | 3 +-
Source/cmVS14CLFlagTable.h | 12 ++
Source/cmVS14LinkFlagTable.h | 17 ++-
Source/cmVisualStudioGeneratorOptions.cxx | 1 +
Source/cmake.cxx | 3 +
Source/cmparseMSBuildXML.py | 3 +
.../RunCMake/GeneratorPlatform/RunCMakeTest.cmake | 4 +-
Tests/RunCMake/GeneratorToolset/RunCMakeTest.cmake | 4 +-
Tests/VSExternalInclude/CMakeLists.txt | 4 +-
19 files changed, 245 insertions(+), 34 deletions(-)
copy Help/generator/{Visual Studio 14 2015.rst => Visual Studio 15.rst} (66%)
create mode 100644 Help/release/dev/vs-15-generator.rst
create mode 100644 Source/cmGlobalVisualStudio15Generator.cxx
copy Source/{cmGlobalVisualStudio14Generator.h => cmGlobalVisualStudio15Generator.h} (62%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list