[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-335-g9206120

Brad King brad.king at kitware.com
Wed Oct 21 09:17:02 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  9206120e30d91389470aa0908965103dc301bbae (commit)
       via  c099e00fc0a9c47a2addaca145952b1c33195fab (commit)
       via  d74bca5a8fee1d45c60b60a70a2a1a90abb74180 (commit)
       via  c6e86955086e1824cd666bc69c802d48074cc138 (commit)
       via  18046bd50a502508f170baa6cec5c81efb33f180 (commit)
       via  91411641a7b8029d05899b11590fb4e676716a85 (commit)
       via  6d94078e623d5f1316f1972ffda06ac1d66b6f2f (commit)
       via  3ebc62850c7461dca4723b063b5e5f019409db84 (commit)
       via  311018e5ad27abf7c76003ec91d3f26ef316e3cc (commit)
       via  215cd21a0238ba00aec7c81014fe83e3d47187a6 (commit)
       via  1df8bd3ab0f6621b90a8801c1d10cfc94c74ff96 (commit)
       via  83703bda7d1017e1f75ec1b92d672d5ef17194d5 (commit)
      from  d31d92bf1d8b13ddff2c85c1fd380519867b788c (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=9206120e30d91389470aa0908965103dc301bbae
commit 9206120e30d91389470aa0908965103dc301bbae
Merge: d31d92b c099e00
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 21 09:17:01 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 21 09:17:01 2015 -0400

    Merge topic 'use-generator-target'
    
    c099e00f Access policy status from cmGeneratorTarget at generate time.
    d74bca5a cmGeneratorTarget: Copy the policy map from the cmTarget.
    c6e86955 cmTarget: Remove unused NameResolvesToFramework.
    18046bd5 cmCommonTargetGenerator: Use NameResolvesToFramework without cmTarget.
    91411641 Move ComputeLinkType out of cmTarget.
    6d94078e cmGeneratorTarget: Move IsDLLPlatform from cmTarget.
    3ebc6285 cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget.
    311018e5 cmGeneratorTarget: Move GetExportMacro from cmTarget.
    215cd21a cmGeneratorTarget: Provide direct access to the backtrace.
    1df8bd3a cmGlobalGenerator: Port IsRootOnlyTarget to cmGeneratorTarget.
    83703bda cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.


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

Summary of changes:
 Source/cmCommonTargetGenerator.cxx             |    5 +-
 Source/cmComputeLinkDepends.cxx                |    4 +-
 Source/cmComputeLinkInformation.cxx            |   22 ++--
 Source/cmComputeTargetDepends.cxx              |    8 +-
 Source/cmExportBuildFileGenerator.cxx          |    6 +-
 Source/cmExportFileGenerator.cxx               |   12 +--
 Source/cmExportInstallFileGenerator.cxx        |    4 +-
 Source/cmExtraSublimeTextGenerator.cxx         |    2 +-
 Source/cmGeneratorExpressionNode.cxx           |    2 +-
 Source/cmGeneratorTarget.cxx                   |  136 +++++++++++++++++-------
 Source/cmGeneratorTarget.h                     |   26 +++++
 Source/cmGhsMultiTargetGenerator.cxx           |    2 +-
 Source/cmGlobalGenerator.cxx                   |    6 +-
 Source/cmGlobalGenerator.h                     |    2 +-
 Source/cmGlobalXCodeGenerator.cxx              |    2 +-
 Source/cmLinkItem.h                            |   24 +++++
 Source/cmLocalGenerator.cxx                    |   12 +--
 Source/cmLocalVisualStudio6Generator.cxx       |    2 +-
 Source/cmLocalVisualStudio7Generator.cxx       |    2 +-
 Source/cmMakefileExecutableTargetGenerator.cxx |    4 +-
 Source/cmOSXBundleGenerator.cxx                |    2 +-
 Source/cmOrderDirectories.cxx                  |    4 +-
 Source/cmPolicies.h                            |   17 +++
 Source/cmTarget.cxx                            |   68 ------------
 Source/cmTarget.h                              |   33 ------
 Source/cmVisualStudio10TargetGenerator.cxx     |    3 +-
 26 files changed, 221 insertions(+), 189 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list