[Cmake-commits] CMake branch, master, updated. v2.8.7-135-g05fbfd4

David Cole david.cole at kitware.com
Tue Jan 17 16:25:27 EST 2012


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  05fbfd494eb3fb343e316808d390b22d8b71c7a0 (commit)
       via  8e756d2b9bb84b182a8402e71fb62d7a28d0a9c6 (commit)
      from  4cfaa91ef0ca4a85a7c39e4a9ef07eb299d5a7bf (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=05fbfd494eb3fb343e316808d390b22d8b71c7a0
commit 05fbfd494eb3fb343e316808d390b22d8b71c7a0
Merge: 4cfaa91 8e756d2
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jan 17 16:25:19 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 17 16:25:19 2012 -0500

    Merge topic 'link-shared-depend-cycle-issue-12647'
    
    8e756d2 Tolerate cycles in shared library link interfaces (#12647)


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

Summary of changes:
 Source/cmComputeLinkDepends.cxx                    |   22 ++++++++++++++--
 Source/cmComputeLinkDepends.h                      |    4 +++
 Tests/CMakeOnly/CMakeLists.txt                     |    3 ++
 Tests/CMakeOnly/LinkInterfaceLoop/CMakeLists.txt   |   27 ++++++++++++++++++++
 Tests/CMakeOnly/LinkInterfaceLoop/lib.c            |    1 +
 .../LinkInterfaceLoop/main.c}                      |    0
 6 files changed, 54 insertions(+), 3 deletions(-)
 create mode 100644 Tests/CMakeOnly/LinkInterfaceLoop/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/LinkInterfaceLoop/lib.c
 copy Tests/{LinkFlags/LinkFlags.c => CMakeOnly/LinkInterfaceLoop/main.c} (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list