[Cmake-commits] CMake branch, master, updated. v3.3.0-792-g6e5953e

Brad King brad.king at kitware.com
Tue Aug 11 08:47:09 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  6e5953e9a441068f753e79f68af176ac34486234 (commit)
       via  29886ce76482a8c857841015b58d1e91a9ee5c8e (commit)
       via  197f4de110a59332757360110b1e90f6b07e1c97 (commit)
       via  44e071aeff4d533f116a7721919f9036c5d5a1d1 (commit)
       via  772ecef4b8037d5ce59d24772c05829872aff406 (commit)
       via  1f54bc1cf35707a5f1410ff4c6632d7cba351c40 (commit)
       via  7568199b4de18ed56ad8ef735c145c4a44327355 (commit)
       via  10040601a2e13cbb0653a20c55c1c696b5cacf29 (commit)
       via  d9da6ee29fe0267ed347860f24f21be647ac81e8 (commit)
       via  27252b2414f5034b16a447273e1f249fdf317b72 (commit)
      from  f33ccc270e29f8df34144a56e14c476b1b48f0af (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=6e5953e9a441068f753e79f68af176ac34486234
commit 6e5953e9a441068f753e79f68af176ac34486234
Merge: f33ccc2 29886ce
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 11 08:47:08 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 11 08:47:08 2015 -0400

    Merge topic 'use-generator-target'
    
    29886ce7 cmTarget: Use a simpler delete algorithm.
    197f4de1 cmTarget: Split storage of compile definitions from genexes.
    44e071ae cmTarget: Split storage of compile features from genexes.
    772ecef4 cmTarget: Split storage of compile options from genexes.
    1f54bc1c cmTarget: Split storage of include directories from genexes.
    7568199b cmTarget: Request only the link libraries where needed.
    10040601 cmLinkImplementationLibraries: Move to namespace scope.
    d9da6ee2 cmLinkItem: Split to separate file.
    27252b24 cmComputeLinkInformation: Simplify generator object access.


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

Summary of changes:
 Source/CMakeLists.txt                     |    1 +
 Source/cmComputeLinkInformation.cxx       |   18 +--
 Source/cmGeneratorExpressionNode.cxx      |    2 +-
 Source/cmGeneratorTarget.cxx              |    2 +-
 Source/cmGlobalGenerator.cxx              |    1 +
 Source/cmGlobalVisualStudio8Generator.cxx |    1 +
 Source/cmGlobalVisualStudioGenerator.cxx  |    1 +
 Source/cmGlobalXCodeGenerator.cxx         |    2 +
 Source/cmLinkItem.h                       |   59 +++++++
 Source/cmQtAutoGenerators.cxx             |    2 +
 Source/cmTarget.cxx                       |  244 +++++++++++++++--------------
 Source/cmTarget.h                         |   46 +-----
 12 files changed, 212 insertions(+), 167 deletions(-)
 create mode 100644 Source/cmLinkItem.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list