[Cmake-commits] CMake branch, master, updated. v3.3.0-rc3-424-g42d0420

Brad King brad.king at kitware.com
Fri Jul 10 08:51:21 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  42d042064952a5aafebb583a5245ec41367dbbbf (commit)
       via  fed5eb5b0e0e955bf01351b93c43cc248fd9f5ed (commit)
       via  eacacacdceb4a259ba76edb2219c7f8e6cb3f47e (commit)
       via  0837538e461cfdbc5c673d7f2bf64f6631099bdf (commit)
       via  f4875bbdd6cc090f5c79f358c55c8b936c6254fd (commit)
       via  7891f5d7e70e650cac940a4b942390492191e656 (commit)
       via  73bfad72d3b9ce021074b612bfa0a24bd6a6b04a (commit)
       via  6a56740e27fe74b757ff48999a2f152816ee8e52 (commit)
       via  058074d499805aa4579c8986b84459f9993f6fad (commit)
       via  ab8240189dd67cc15c5aed59b8c0ffde99d3b403 (commit)
       via  0b22c0b815974de148b5fed3a33a3337380347c9 (commit)
       via  b2f51aef0d518be6be6fba05147dd53125cdb731 (commit)
       via  cdb5b65752c5a009ac3bb7425637da808a7a9bca (commit)
       via  beee79373222ea01008cd137dd9a3ffa59cbe347 (commit)
       via  abfa5f2d1fac0a55b430e078884ad1ae252d20cd (commit)
       via  9d41f6d87b28c46d8a6d52f2de91976819e6b4d0 (commit)
       via  a4a2518dd47bd37f2204a0209c2eeb632d191d1e (commit)
       via  e7dcdd1011719b031d580d9094ad1f8c4701ef38 (commit)
       via  001f9b361711b479ee0d530056e44b7444edfcff (commit)
      from  4b486ccb1b1280e0a3c28eb65146ed32eb8775e1 (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=42d042064952a5aafebb583a5245ec41367dbbbf
commit 42d042064952a5aafebb583a5245ec41367dbbbf
Merge: 4b486cc fed5eb5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jul 10 08:51:19 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 10 08:51:19 2015 -0400

    Merge topic 'factor-out-common-generator'
    
    fed5eb5b cmNinjaTargetGenerator: Use GetDefines method
    eacacacd cmCommonTargetGenerator: Adopt GetDefines method
    0837538e cmCommonTargetGenerator: Adopt GetFlags method
    f4875bbd cmNinjaTargetGenerator: Add OX X framework flags
    7891f5d7 cmMakefileTargetGenerator: Fix comment typo
    73bfad72 cmNinjaTargetGenerator: Factor out AddIncludeFlags helper
    6a56740e cmNinjaTargetGenerator: Add Fortran flag generation
    058074d4 cmCommonTargetGenerator: Adopt GetFrameworkFlags
    ab824018 cmCommonTargetGenerator: Adopt AppendFortranFormatFlags
    0b22c0b8 cmCommonTargetGenerator: Adopt AddFortranFlags and friends
    b2f51aef cmCommonTargetGenerator: Adopt Convert method
    cdb5b657 cmCommonTargetGenerator: Adopt ModuleDefinitionFile member
    beee7937 cmCommonTargetGenerator: Adopt GetFeature and friends
    abfa5f2d cmCommonTargetGenerator: Adopt ConfigName member
    9d41f6d8 cmLocalCommonGenerator: Adopt ConfigName member
    a4a2518d cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessor
    ...


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

Summary of changes:
 Source/CMakeLists.txt                            |    6 +
 Source/cmCommonTargetGenerator.cxx               |  360 ++++++++++++++++++++++
 Source/cmCommonTargetGenerator.h                 |   88 ++++++
 Source/{cmCurl.h => cmGlobalCommonGenerator.cxx} |   16 +-
 Source/{cmLocale.h => cmGlobalCommonGenerator.h} |   22 +-
 Source/cmGlobalNinjaGenerator.cxx                |    2 +-
 Source/cmGlobalNinjaGenerator.h                  |    4 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx        |    8 +-
 Source/cmGlobalUnixMakefileGenerator3.h          |    4 +-
 Source/cmLocalCommonGenerator.cxx                |   40 +++
 Source/cmLocalCommonGenerator.h                  |   39 +++
 Source/cmLocalNinjaGenerator.cxx                 |   19 +-
 Source/cmLocalNinjaGenerator.h                   |   10 +-
 Source/cmLocalUnixMakefileGenerator3.cxx         |   24 +-
 Source/cmLocalUnixMakefileGenerator3.h           |    7 +-
 Source/cmMakefileTargetGenerator.cxx             |  330 +-------------------
 Source/cmMakefileTargetGenerator.h               |   50 +--
 Source/cmNinjaTargetGenerator.cxx                |  161 ++--------
 Source/cmNinjaTargetGenerator.h                  |   24 +-
 bootstrap                                        |    3 +
 20 files changed, 615 insertions(+), 602 deletions(-)
 create mode 100644 Source/cmCommonTargetGenerator.cxx
 create mode 100644 Source/cmCommonTargetGenerator.h
 copy Source/{cmCurl.h => cmGlobalCommonGenerator.cxx} (75%)
 copy Source/{cmLocale.h => cmGlobalCommonGenerator.h} (63%)
 create mode 100644 Source/cmLocalCommonGenerator.cxx
 create mode 100644 Source/cmLocalCommonGenerator.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list