[Cmake-commits] CMake branch, master, updated. v2.8.10.1-146-g035c29f

Brad King brad.king at kitware.com
Tue Nov 13 14:31:56 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  035c29fee4b74fcd9146941193f88670dfa0e437 (commit)
       via  306796e86206f2b6cf0bd3b66735f2e825c6bcbd (commit)
       via  ed9763136acdb8594e4b85ab7b2e4e2828d8b775 (commit)
      from  87b8487d149ac4fcf081bee6871f4f04a096b0b6 (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=035c29fee4b74fcd9146941193f88670dfa0e437
commit 035c29fee4b74fcd9146941193f88670dfa0e437
Merge: 87b8487 306796e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 13 14:31:54 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 13 14:31:54 2012 -0500

    Merge topic 'link-depends-no-shared'
    
    306796e Teach BuildDepends test to cover LINK_DEPENDS_NO_SHARED
    ed97631 Optionally skip link dependencies on shared library files


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

Summary of changes:
 Source/cmComputeLinkInformation.cxx                |   10 +++++-
 Source/cmComputeLinkInformation.h                  |    1 +
 Source/cmDocumentVariables.cxx                     |    9 +++++
 Source/cmTarget.cxx                                |   17 ++++++++++
 Tests/BuildDepends/CMakeLists.txt                  |   34 ++++++++++++++++++++
 Tests/BuildDepends/Project/CMakeLists.txt          |   15 +++++++++
 .../Project/link_depends_no_shared_check.cmake     |    7 ++++
 .../Project/link_depends_no_shared_exe.c           |    9 +++++
 .../Project/link_depends_no_shared_lib.c           |    8 +++++
 9 files changed, 109 insertions(+), 1 deletions(-)
 create mode 100644 Tests/BuildDepends/Project/link_depends_no_shared_check.cmake
 create mode 100644 Tests/BuildDepends/Project/link_depends_no_shared_exe.c
 create mode 100644 Tests/BuildDepends/Project/link_depends_no_shared_lib.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list