[Cmake-commits] CMake branch, master, updated. v3.2.1-682-g1a1bdbf

Brad King brad.king at kitware.com
Thu Apr 9 11:32:33 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  1a1bdbfd87ec2dcf3205f062ab8145d5e0189146 (commit)
       via  882f48e5ba335a1dbc1750c23e6dea5fa92a3adc (commit)
       via  318cd37097c724fac13a364fe3beb21055575ae7 (commit)
       via  1535dcd894eab9eea023d93aec6a0274babc7fd3 (commit)
      from  3049951b6293486053da2d304737fad42de3b3d8 (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=1a1bdbfd87ec2dcf3205f062ab8145d5e0189146
commit 1a1bdbfd87ec2dcf3205f062ab8145d5e0189146
Merge: 3049951 882f48e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 9 11:32:31 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 9 11:32:31 2015 -0400

    Merge topic 'link-implicit-libs-full-path'
    
    882f48e5 Link libraries by full path even in implicit directories
    318cd370 Help: Add link target for Find Modules section of cmake-developer.7
    1535dcd8 Tests: Teach RunCMake to optionally merge command output to stdout


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

Summary of changes:
 Help/command/target_link_libraries.rst             |   16 +++--
 Help/manual/cmake-developer.7.rst                  |    1 +
 Help/manual/cmake-policies.7.rst                   |    1 +
 Help/policy/CMP0060.rst                            |   63 ++++++++++++++++++++
 Help/release/dev/link-implicit-libs-full-path.rst  |    6 ++
 Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst     |    2 +
 Source/cmComputeLinkInformation.cxx                |   42 +++++++++++++
 Source/cmComputeLinkInformation.h                  |    4 ++
 Source/cmPolicies.cxx                              |    5 ++
 Source/cmPolicies.h                                |    1 +
 Source/cmTarget.h                                  |    3 +-
 Tests/RunCMake/CMP0060/CMP0060-Common.cmake        |   35 +++++++++++
 Tests/RunCMake/CMP0060/CMP0060-NEW.cmake           |    2 +
 .../RunCMake/CMP0060/CMP0060-OLD-Build-result.txt  |    1 +
 .../RunCMake/CMP0060/CMP0060-OLD-Build-stdout.txt  |    1 +
 Tests/RunCMake/CMP0060/CMP0060-OLD.cmake           |    2 +
 .../CMP0060/CMP0060-WARN-OFF-Build-result.txt      |    1 +
 .../CMP0060/CMP0060-WARN-OFF-Build-stdout.txt      |    1 +
 Tests/RunCMake/CMP0060/CMP0060-WARN-OFF.cmake      |    1 +
 .../CMP0060/CMP0060-WARN-ON-Build-result.txt       |    1 +
 .../CMP0060/CMP0060-WARN-ON-Build-stdout.txt       |    1 +
 Tests/RunCMake/CMP0060/CMP0060-WARN-ON-stderr.txt  |   16 +++++
 Tests/RunCMake/CMP0060/CMP0060-WARN-ON.cmake       |    2 +
 Tests/RunCMake/{try_run => CMP0060}/CMakeLists.txt |    2 +-
 Tests/RunCMake/CMP0060/RunCMakeTest.cmake          |   19 ++++++
 Tests/RunCMake/CMP0060/cmp0060.c                   |    4 ++
 Tests/RunCMake/CMP0060/main.c                      |    5 ++
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 Tests/RunCMake/RunCMake.cmake                      |   10 +++-
 .../RunCMake/TargetPolicies/PolicyList-stderr.txt  |    1 +
 30 files changed, 241 insertions(+), 9 deletions(-)
 create mode 100644 Help/policy/CMP0060.rst
 create mode 100644 Help/release/dev/link-implicit-libs-full-path.rst
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-Common.cmake
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-NEW.cmake
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-OLD-Build-result.txt
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-OLD-Build-stdout.txt
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-OLD.cmake
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-WARN-OFF-Build-result.txt
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-WARN-OFF-Build-stdout.txt
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-WARN-OFF.cmake
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-WARN-ON-Build-result.txt
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-WARN-ON-Build-stdout.txt
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-WARN-ON-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0060/CMP0060-WARN-ON.cmake
 copy Tests/RunCMake/{try_run => CMP0060}/CMakeLists.txt (61%)
 create mode 100644 Tests/RunCMake/CMP0060/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/CMP0060/cmp0060.c
 create mode 100644 Tests/RunCMake/CMP0060/main.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list