[Cmake-commits] CMake branch, master, updated. v3.3.1-893-gbadde9c

Brad King brad.king at kitware.com
Fri Aug 21 09:29:08 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  badde9c2a11afd8f9127f757e964d0d94c777aad (commit)
       via  f799ffb5cb895855ac2aba54765622b81db5be38 (commit)
       via  899458ab20876aeea915a59e9bfb459d92d264de (commit)
      from  def5795bac507ca15f40f46ba3024e81fdcc150b (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=badde9c2a11afd8f9127f757e964d0d94c777aad
commit badde9c2a11afd8f9127f757e964d0d94c777aad
Merge: def5795 f799ffb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 21 09:29:06 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Aug 21 09:29:06 2015 -0400

    Merge topic 'modules-no-soname'
    
    f799ffb5 Do not set SONAME for MODULE library targets (#15705)
    899458ab Tests: Cover NO_SONAME property for SHARED libraries


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

Summary of changes:
 Help/prop_tgt/NO_SONAME.rst                        |    6 +--
 Help/release/dev/modules-no-soname.rst             |    7 ++++
 Source/cmGeneratorTarget.cxx                       |    3 +-
 Tests/ExportImport/Export/CMakeLists.txt           |    5 +++
 Tests/ExportImport/Export/testLibNoSONAME.c        |    7 ++++
 Tests/ExportImport/Import/A/CMakeLists.txt         |   44 ++++++++++++++++++++
 .../ExportImport/Import/A/check_lib_nosoname.cmake |    7 ++++
 Tests/ExportImport/Import/A/check_lib_soname.cmake |    7 ++++
 Tests/Plugin/CMakeLists.txt                        |    9 +---
 Tests/Plugin/PluginTest/CMakeLists.txt             |   17 +++-----
 Tests/Plugin/check_mod_soname.cmake                |   17 +++-----
 11 files changed, 93 insertions(+), 36 deletions(-)
 create mode 100644 Help/release/dev/modules-no-soname.rst
 create mode 100644 Tests/ExportImport/Export/testLibNoSONAME.c
 create mode 100644 Tests/ExportImport/Import/A/check_lib_nosoname.cmake
 create mode 100644 Tests/ExportImport/Import/A/check_lib_soname.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list