[Cmake-commits] CMake branch, master, updated. v3.7.0-rc1-164-g656ebac

Brad King brad.king at kitware.com
Mon Oct 10 14:55:31 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  656ebaca3be50e92edca3d9628b784f5ff1e6a99 (commit)
       via  4134030434ea88024ef46f9f00b19513fc3cec4c (commit)
       via  f03d446e967af91460ff31eb52d840983b3d8cec (commit)
       via  3444105f9fe4fcee390c8d616e1a211a078a630b (commit)
       via  77c4202edc242c96087295585a85a20700bdb26f (commit)
       via  09b6cc66b09b9689ca01faee5e33ef101b46f972 (commit)
       via  0c978063259fb013856b617d680cebcdee51ab1a (commit)
       via  0152a01f11fc46f645fd765cc7b1be76cc07b52a (commit)
       via  011e6870e4a7f19476c162a8c011fd018d9a7e9c (commit)
       via  cbca80f3516d7e5b2def6105a1b26b44bad7b6fe (commit)
       via  d48f69d0f5f265d1c091a614098cae3ff4325fbe (commit)
       via  ff8e321c6ade784b3f1b3b19a7783788872e44a9 (commit)
       via  80f57e67eefc905a726f2f35bd1672a188ea4c99 (commit)
       via  7ef834682547df5e0ccdcd503558dcbf1206a638 (commit)
       via  69295812065a5d07c07347add2fdcf8f36f993ba (commit)
       via  5b361fdda0f2808f0368b746a880981ebda0ade0 (commit)
       via  2e5d1990f382aa42e8a0ad34117ee1e5a9187153 (commit)
       via  b3701f9a5213f2ff5b2bc197e9af5d1f2ff68a9c (commit)
      from  06b71ff9fb41369e6dce0c2b9760d2d546d47dec (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=656ebaca3be50e92edca3d9628b784f5ff1e6a99
commit 656ebaca3be50e92edca3d9628b784f5ff1e6a99
Merge: 06b71ff 4134030
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 10 14:55:28 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 10 14:55:28 2016 -0400

    Merge topic 'extract-cmLinkLineComputer'
    
    41340304 cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator
    f03d446e cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator
    3444105f cmLocalGenerator: Inline last use of local variable
    77c4202e cmLinkLineComputer: Move RPath computation from cmLocalGenerator
    09b6cc66 cmLinkLineComputer: Move LinkPath computation from cmLocalGenerator
    0c978063 cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator
    0152a01f cmLocalGenerator: Move variable to where it is used
    011e6870 cmLocalGenerator: Use a std::string instead of char*
    cbca80f3 cmLocalGenerator: Move stringstream to where it is used
    d48f69d0 cmLocalGenerator: Move flag determination up in the function
    ff8e321c cmLocalGenerator: Separate stdlib content from library stream
    80f57e67 cmLocalGenerator: Separate rpath content from library stream
    7ef83468 cmLocalGenerator: Pass link library info to OutputLinkLibraries
    69295812 Makefiles: Port CreateLinkLibs to cmLinkLineComputer
    5b361fdd cmLinkLineComputer: Extract from cmLocalGenerator
    2e5d1990 Ninja: Constify
    ...


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

Summary of changes:
 Source/CMakeLists.txt                          |    6 +
 Source/cmCommonTargetGenerator.cxx             |    6 +-
 Source/cmCommonTargetGenerator.h               |    4 +-
 Source/cmGhsMultiTargetGenerator.cxx           |   11 +-
 Source/cmGlobalGenerator.cxx                   |   14 ++
 Source/cmGlobalGenerator.h                     |    8 ++
 Source/cmGlobalNinjaGenerator.cxx              |   15 +-
 Source/cmGlobalNinjaGenerator.h                |    8 +-
 Source/cmLinkLineComputer.cxx                  |  179 ++++++++++++++++++++++++
 Source/cmLinkLineComputer.h                    |   50 +++++++
 Source/cmLocalGenerator.cxx                    |  167 +++++-----------------
 Source/cmLocalGenerator.h                      |   17 +--
 Source/cmLocalNinjaGenerator.cxx               |    6 -
 Source/cmLocalNinjaGenerator.h                 |    2 -
 Source/cmMSVC60LinkLineComputer.cxx            |   36 +++++
 Source/cmMSVC60LinkLineComputer.h              |   19 +++
 Source/cmMakefileExecutableTargetGenerator.cxx |   22 ++-
 Source/cmMakefileLibraryTargetGenerator.cxx    |   30 +++-
 Source/cmMakefileTargetGenerator.cxx           |   24 +++-
 Source/cmMakefileTargetGenerator.h             |   10 +-
 Source/cmNinjaLinkLineComputer.cxx             |   19 +++
 Source/cmNinjaLinkLineComputer.h               |   26 ++++
 Source/cmNinjaNormalTargetGenerator.cxx        |   15 +-
 Source/cmServerProtocol.cxx                    |    7 +-
 Source/cmake.cxx                               |    7 +-
 bootstrap                                      |    2 +
 26 files changed, 527 insertions(+), 183 deletions(-)
 create mode 100644 Source/cmLinkLineComputer.cxx
 create mode 100644 Source/cmLinkLineComputer.h
 create mode 100644 Source/cmMSVC60LinkLineComputer.cxx
 create mode 100644 Source/cmMSVC60LinkLineComputer.h
 create mode 100644 Source/cmNinjaLinkLineComputer.cxx
 create mode 100644 Source/cmNinjaLinkLineComputer.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list