[Cmake-commits] CMake branch, master, updated. v3.3.2-1407-g6c25ceb

Brad King brad.king at kitware.com
Mon Oct 5 10:04:13 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  6c25ceb6a841c9d24090f39851e1a89986ab9d4c (commit)
       via  2402bb8cfd63078623779a3704227915324e52d4 (commit)
       via  1be2f12cf241f0d46095e17a561cd70da49ff549 (commit)
       via  2798dbdacbc8a3c4648d61c0a73a3b5791ccf593 (commit)
       via  8c426183d17c0de9f04e6f03ba57bd58f9797b3b (commit)
       via  d1b87d72f964ae57966c5f02ee9e32236bd59338 (commit)
      from  518dc277281cf2280f9846f2ce2039440cda4ba9 (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=6c25ceb6a841c9d24090f39851e1a89986ab9d4c
commit 6c25ceb6a841c9d24090f39851e1a89986ab9d4c
Merge: 518dc27 2402bb8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 5 10:04:11 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 5 10:04:11 2015 -0400

    Merge topic 'vs-win10-store'
    
    2402bb8c Help: Document Windows 10 Universal Applications in cmake-toolchains(7)
    1be2f12c VS: Add support for Windows 10 Universal (Store) Applications
    2798dbda VS: Refactor indentation of LinkLibraryDependencies
    8c426183 MSVC: Add system libs for WindowsStore on VS 2015
    d1b87d72 VS: Select Windows 10 Store SDK and toolset for VS 2015


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

Summary of changes:
 Help/manual/cmake-properties.7.rst                 |    5 +
 Help/manual/cmake-toolchains.7.rst                 |   17 ++
 Help/prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.rst    |   10 +
 Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst        |   10 +
 Help/prop_tgt/VS_IOT_STARTUP_TASK.rst              |    6 +
 Help/prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.rst     |   10 +
 .../VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst     |   10 +
 Modules/Platform/Windows-MSVC.cmake                |    4 +-
 Source/cmGlobalVisualStudio14Generator.cxx         |   63 ++++++
 Source/cmGlobalVisualStudio14Generator.h           |    7 +
 Source/cmVisualStudio10TargetGenerator.cxx         |  224 +++++++++++++++++++-
 Source/cmVisualStudio10TargetGenerator.h           |    7 +
 Templates/Windows/SmallLogo44x44.png               |  Bin 0 -> 554 bytes
 Tests/CMakeLists.txt                               |    9 +-
 Tests/VSWinStorePhone/CMakeLists.txt               |   17 +-
 .../Direct3DApp1/Assets/SmallLogo44x44.png         |  Bin 0 -> 554 bytes
 ...ifest.in => Package_vc14.store.appxmanifest.in} |   30 +--
 17 files changed, 403 insertions(+), 26 deletions(-)
 create mode 100644 Help/prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.rst
 create mode 100644 Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst
 create mode 100644 Help/prop_tgt/VS_IOT_STARTUP_TASK.rst
 create mode 100644 Help/prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.rst
 create mode 100644 Help/prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst
 create mode 100644 Templates/Windows/SmallLogo44x44.png
 create mode 100644 Tests/VSWinStorePhone/Direct3DApp1/Assets/SmallLogo44x44.png
 copy Tests/VSWinStorePhone/cmake/{Package_vc12.wp.appxmanifest.in => Package_vc14.store.appxmanifest.in} (52%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list