[Cmake-commits] CMake branch, master, updated. v3.7.0-rc2-356-gfdd0ce9

Brad King brad.king at kitware.com
Wed Oct 26 09:28:22 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  fdd0ce915c0ab7e5a9f3b95612b35d845a7a5213 (commit)
       via  69fc7bf87db33d88af02602fba811b5c5e740a70 (commit)
       via  e2ed9a70929092ab7b32e036886859e53fbff897 (commit)
       via  584ab5285b51945e0dd523caf77342985ac97ce4 (commit)
      from  fa15858a7eee3a6feb84bd39b01478c2116ab21e (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=fdd0ce915c0ab7e5a9f3b95612b35d845a7a5213
commit fdd0ce915c0ab7e5a9f3b95612b35d845a7a5213
Merge: fa15858 69fc7bf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 26 09:28:19 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 26 09:28:19 2016 -0400

    Merge topic 'vs-toolset-options'
    
    69fc7bf8 VS: Choose flag map based on the toolset name
    e2ed9a70 VS: Move toolset flag table lookup to global generator
    584ab528 VS: Add internal API to get platform toolset as string


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

Summary of changes:
 Source/CMakeLists.txt                      |    2 +
 Source/cmGlobalVisualStudio10Generator.cxx |   63 ++++++++++++-
 Source/cmGlobalVisualStudio10Generator.h   |   14 +++
 Source/cmGlobalVisualStudio11Generator.cxx |   10 ++
 Source/cmGlobalVisualStudio12Generator.cxx |   10 ++
 Source/cmGlobalVisualStudio14Generator.cxx |   10 ++
 Source/cmGlobalVisualStudio15Generator.cxx |    2 +
 Source/cmVisualStudio10TargetGenerator.cxx |  141 ++++------------------------
 Source/cmVisualStudio10TargetGenerator.h   |    6 --
 Source/cmVisualStudio10ToolsetOptions.cxx  |  134 ++++++++++++++++++++++++++
 Source/cmVisualStudio10ToolsetOptions.h    |   33 +++++++
 11 files changed, 293 insertions(+), 132 deletions(-)
 create mode 100644 Source/cmVisualStudio10ToolsetOptions.cxx
 create mode 100644 Source/cmVisualStudio10ToolsetOptions.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list