[Cmake-commits] CMake branch, master, updated. v3.0.0-1268-g1563668

Brad King brad.king at kitware.com
Mon Jun 30 14:50:36 EDT 2014


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  1563668fd0020ee1e2a59b97827468777e3b7955 (commit)
       via  f0e298ad661a82f8368c7adea14e912d36ae8886 (commit)
       via  5c105140594389841e8db65365b066fa12f666c5 (commit)
       via  b1cbd577c172a946f9097f13902f505ba62087bc (commit)
       via  bdc7d9c8d90ded163d1afd3e5d6c9a1135974b2c (commit)
       via  d96b3f68f422bc57541a912e6983fcab095f6426 (commit)
       via  65624c39e3f435a601760bfcb01d9cafbbfb56c1 (commit)
       via  8635ac2330641adfbe45b81047288a6074134ee1 (commit)
      from  4f7f6651830b847de006bf8bdc5cbd4a9e39805f (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1563668fd0020ee1e2a59b97827468777e3b7955
commit 1563668fd0020ee1e2a59b97827468777e3b7955
Merge: 4f7f665 f0e298a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 30 14:50:34 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 30 14:50:34 2014 -0400

    Merge topic 'vs14-generator'
    
    f0e298ad Help: Add notes for topic 'vs14-generator'
    5c105140 Tests: Simplify LoadCommand tests
    b1cbd577 FindBoost: Add -vc140 mangling for VS 14
    bdc7d9c8 VS14: Fix Cl and Link flag tables as previous versions
    d96b3f68 VS14: Generate flag tables from MSBuild v140 tool files
    65624c39 VS14: Add Visual Studio 14 generator (#14982)
    8635ac23 Tests/Preprocess: Remove unnecessary VS version tests


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

Summary of changes:
 Help/generator/Visual Studio 14.rst                |    9 ++
 Help/manual/cmake-generators.7.rst                 |    1 +
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/release/dev/vs14-generator.rst                |    4 +
 Help/variable/MSVC14.rst                           |    6 ++
 Help/variable/MSVC_VERSION.rst                     |    5 +-
 Modules/FindBoost.cmake                            |    2 +
 Modules/InstallRequiredSystemLibraries.cmake       |    8 ++
 Modules/Platform/Windows-MSVC.cmake                |    5 +-
 Source/CMakeLists.txt                              |    2 +
 ...tor.cxx => cmGlobalVisualStudio14Generator.cxx} |   87 ++++++++------------
 ...nerator.h => cmGlobalVisualStudio14Generator.h} |   25 +++---
 Source/cmLocalVisualStudioGenerator.h              |    4 +-
 .../{cmVS12CLFlagTable.h => cmVS14CLFlagTable.h}   |    4 +-
 .../{cmVS10LibFlagTable.h => cmVS14LibFlagTable.h} |    4 +-
 ...cmVS12LinkFlagTable.h => cmVS14LinkFlagTable.h} |    2 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |   15 +++-
 Source/cmVisualStudioGeneratorOptions.cxx          |    1 +
 Source/cmake.cxx                                   |    4 +
 Source/cmparseMSBuildXML.py                        |    3 +
 Tests/CheckCompilerRelatedVariables/CMakeLists.txt |    4 +
 Tests/LoadCommand/CMakeLists.txt                   |    4 -
 Tests/LoadCommand/LoadedCommand.cxx.in             |    9 --
 Tests/LoadCommand/LoadedCommand.h.in               |    4 -
 Tests/LoadCommandOneConfig/CMakeLists.txt          |    4 -
 Tests/LoadCommandOneConfig/LoadedCommand.cxx.in    |    9 --
 Tests/LoadCommandOneConfig/LoadedCommand.h.in      |    4 -
 Tests/Preprocess/CMakeLists.txt                    |    9 --
 Tests/RunCMake/GeneratorToolset/RunCMakeTest.cmake |    4 +-
 Tests/VSExternalInclude/CMakeLists.txt             |    4 +-
 30 files changed, 122 insertions(+), 125 deletions(-)
 create mode 100644 Help/generator/Visual Studio 14.rst
 create mode 100644 Help/release/dev/vs14-generator.rst
 create mode 100644 Help/variable/MSVC14.rst
 copy Source/{cmGlobalVisualStudio12Generator.cxx => cmGlobalVisualStudio14Generator.cxx} (52%)
 copy Source/{cmGlobalVisualStudio11Generator.h => cmGlobalVisualStudio14Generator.h} (62%)
 copy Source/{cmVS12CLFlagTable.h => cmVS14CLFlagTable.h} (98%)
 copy Source/{cmVS10LibFlagTable.h => cmVS14LibFlagTable.h} (98%)
 copy Source/{cmVS12LinkFlagTable.h => cmVS14LinkFlagTable.h} (99%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list