[Cmake-commits] CMake branch, master, updated. v3.3.2-1380-gd80161b

Brad King brad.king at kitware.com
Fri Oct 2 09:58:18 EDT 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  d80161b08c7f858a222ac6d51262461e5ef7b507 (commit)
       via  3f077996f58ca905125fc2387614b24c68c6f09e (commit)
       via  5dfc4c5f50f3198186320320cfed699872e5ece0 (commit)
       via  61c472a287305490bef2047784d7670d8354cbf3 (commit)
      from  8f545d950166f49bebf92d270d373e7cb98060b8 (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=d80161b08c7f858a222ac6d51262461e5ef7b507
commit d80161b08c7f858a222ac6d51262461e5ef7b507
Merge: 8f545d9 3f07799
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 2 09:58:17 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 2 09:58:17 2015 -0400

    Merge topic 'vs-win10-sdk'
    
    3f077996 VS: Add support for selecting the Windows 10 SDK (#15670)
    5dfc4c5f VS: Add hook to initialize Windows platform settings
    61c472a2 cmSystemTools: Add VersionCompareGreater helper


-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/release/dev/vs-win10-sdk.rst                  |    6 ++
 .../CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst   |   11 +++
 Modules/CMakeDetermineCompilerId.cmake             |    3 +
 Modules/CompilerId/VS-10.vcxproj.in                |    1 +
 Source/cmGlobalVisualStudio10Generator.cxx         |   19 ++++-
 Source/cmGlobalVisualStudio10Generator.h           |    6 ++
 Source/cmGlobalVisualStudio14Generator.cxx         |   80 ++++++++++++++++++++
 Source/cmGlobalVisualStudio14Generator.h           |    4 +
 Source/cmSystemTools.cxx                           |    8 ++
 Source/cmSystemTools.h                             |    2 +
 Source/cmVisualStudio10TargetGenerator.cxx         |   10 +++
 12 files changed, 148 insertions(+), 3 deletions(-)
 create mode 100644 Help/release/dev/vs-win10-sdk.rst
 create mode 100644 Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list