[Cmake-commits] CMake branch, master, updated. v3.0.0-1216-gcbf0107

Brad King brad.king at kitware.com
Wed Jun 25 13:11:51 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  cbf0107977c5d44f46f0e3d94a7fbbc7897ed222 (commit)
       via  f5c18c9c1c0434f3481b1684af5fe6e0ea823f87 (commit)
       via  281eb3d8a6a4983a33d5a8d70a0e21ebb3bd115f (commit)
       via  d912220eaaa92f3e8524c33e1684ebbf84eba521 (commit)
       via  edce43514d854a84d2a00c975268f898bd1dda45 (commit)
       via  097be4139df044c86daadb665ec224ee66e6b3bb (commit)
       via  4dad5fd20bfa330b3131fd5cafa709d85c1b58ec (commit)
       via  a272344228174958a8b2346793d3272eb432dad8 (commit)
       via  069d60fe039ae1d797a26786f3cd4c23afc27b07 (commit)
       via  47ab3ca64105cdfcc7b57ffe037aa93d8226b945 (commit)
       via  9f3ed029ce830f0395e102258758a4b3680e5d0f (commit)
       via  6f0951af011d28366cf31ff621238f026cb8d895 (commit)
       via  0dc9e88d76fa74440fc3b38032738a21ce72f2d7 (commit)
       via  4ac72455fd7027039d498f007fdfe7c1d819b9f9 (commit)
       via  bcdb7ff9df8fb831e952a3909da11da51773a30f (commit)
       via  bd9b667bbe83b112a9ea4448605fac980d2d8a68 (commit)
       via  06328dd58ee3de5d716b0d2b259927da2e173c1d (commit)
       via  56aed7005ae17e979f4635240539041e66d9220a (commit)
       via  cbf689c7dd39dc0952361b63e8322a0408b4569b (commit)
       via  2f0004c143455387c4b6ecac2458fcec4d57643f (commit)
       via  962f2c3529d39e293549d16963c59f1508c5a81c (commit)
       via  e838e0a977bf3ca07509f4af39d5f93d598f84f4 (commit)
       via  7b85938973782ec6d09b1debe6ad48d3ba887683 (commit)
       via  8d15a1bbfbefff919d8a7aa0d04f54d08d1f1a11 (commit)
       via  6354df92b12746dcb0f6fa263af2adf649cf1f3f (commit)
      from  4c27c51f25aa8b01036a29f88099b6aa304daa13 (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=cbf0107977c5d44f46f0e3d94a7fbbc7897ed222
commit cbf0107977c5d44f46f0e3d94a7fbbc7897ed222
Merge: 4c27c51 f5c18c9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 25 13:11:50 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 25 13:11:50 2014 -0400

    Merge topic 'refactor-link-internals'
    
    f5c18c9c cmTarget: Drop GetDirectLinkLibraries methods
    281eb3d8 cmTarget: Improve HaveBuildTreeRPATH implementation
    d912220e cmTarget: Lookup targets in LinkInterface and LinkImplementation
    edce4351 cmExportFileGenerator: Make SetImportLinkProperty a template
    097be413 cmTarget: Add GetUtilityItems to get target ordering dependencies
    4dad5fd2 cmTarget: Add cmLinkItem to refer to a target by name and pointer
    a2723442 Fix scope of transitive target name lookups
    069d60fe cmTarget: Add method to lookup other targets in a target's scope
    47ab3ca6 cmTarget: Constify GetLinkImplementationClosure results
    9f3ed029 cmTarget: Constify GetTransitivePropertyTargets results
    6f0951af cmTarget: Drop 'head' target from GetImportInfo
    0dc9e88d cmTarget: Remove 'head' argument from GetLinkImplementation
    4ac72455 cmTarget: Drop 'head' argument from GetLinkClosure
    bcdb7ff9 cmTarget: Remove 'head' argument from GetLinkerLanguage
    bd9b667b cmComputeLinkInformation: Remove 'head' argument
    06328dd5 cmTarget: Remove 'head' argument from GetLinkInformation
    ...


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

Summary of changes:
 Source/cmComputeLinkDepends.cxx                |   92 ++--
 Source/cmComputeLinkDepends.h                  |   14 +-
 Source/cmComputeLinkInformation.cxx            |   14 +-
 Source/cmComputeLinkInformation.h              |    4 +-
 Source/cmComputeTargetDepends.cxx              |   46 +-
 Source/cmComputeTargetDepends.h                |    7 +-
 Source/cmExportFileGenerator.cxx               |    8 +-
 Source/cmExportFileGenerator.h                 |    4 +-
 Source/cmGeneratorExpressionEvaluator.cxx      |   22 +-
 Source/cmGeneratorTarget.cxx                   |   14 +-
 Source/cmGlobalXCodeGenerator.cxx              |    2 +-
 Source/cmTarget.cxx                            |  530 +++++++++++++-----------
 Source/cmTarget.h                              |   88 ++--
 Tests/InterfaceLibrary/CMakeLists.txt          |   12 +-
 Tests/InterfaceLibrary/definetestexe.cpp       |    4 +-
 Tests/InterfaceLibrary/ifacedir/CMakeLists.txt |    8 +
 Tests/InterfaceLibrary/ifacedir/sub.cpp        |    1 +
 17 files changed, 465 insertions(+), 405 deletions(-)
 create mode 100644 Tests/InterfaceLibrary/ifacedir/CMakeLists.txt
 create mode 100644 Tests/InterfaceLibrary/ifacedir/sub.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list