[Cmake-commits] CMake branch, master, updated. v3.6.0-rc2-165-ge4cb7d7

Brad King brad.king at kitware.com
Fri Jun 17 11:06:47 EDT 2016


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  e4cb7d76095c429690255620a101b1a6f66f65df (commit)
       via  a0902efaa747d567fdd35729c8f0dac7b4fbee6d (commit)
       via  96242f8022fa4bc718ef36cda43f5dfe6236c066 (commit)
      from  5889eb43eaad2e377cee36f813872ddb381b2e43 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e4cb7d76095c429690255620a101b1a6f66f65df
commit e4cb7d76095c429690255620a101b1a6f66f65df
Merge: 5889eb4 a0902ef
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jun 17 11:06:44 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jun 17 11:06:44 2016 -0400

    Merge topic 'link_what_you_use'
    
    a0902efa Help: Add notes for topic 'link_what_you_use'
    96242f80 Add options to run `ldd -u -r` as a "link-what-you-use" tool


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

Summary of changes:
 Help/manual/cmake-properties.7.rst                 |    1 +
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/prop_tgt/LINK_WHAT_YOU_USE.rst                |   15 +++++++++
 Help/release/dev/link_what_you_use.rst             |    7 ++++
 Help/variable/CMAKE_LINK_WHAT_YOU_USE.rst          |    6 ++++
 Source/cmMakefileExecutableTargetGenerator.cxx     |   12 +++++++
 Source/cmMakefileLibraryTargetGenerator.cxx        |   13 ++++++++
 Source/cmNinjaNormalTargetGenerator.cxx            |   24 ++++++++++++--
 Source/cmTarget.cxx                                |    1 +
 Source/cmcmd.cxx                                   |   35 +++++++++++++++++---
 Tests/RunCMake/CMakeLists.txt                      |    8 +++++
 Tests/RunCMake/LinkWhatYouUse/C-Build-stdout.txt   |    2 ++
 .../LinkWhatYouUse/C-launch-Build-stdout.txt       |    2 ++
 .../{ClangTidy => LinkWhatYouUse}/C-launch.cmake   |    0
 Tests/RunCMake/LinkWhatYouUse/C.cmake              |    4 +++
 .../CMakeLists.txt                                 |    0
 Tests/RunCMake/LinkWhatYouUse/CXX-Build-stdout.txt |    2 ++
 .../LinkWhatYouUse/CXX-launch-Build-stdout.txt     |    2 ++
 .../{ClangTidy => LinkWhatYouUse}/CXX-launch.cmake |    0
 Tests/RunCMake/LinkWhatYouUse/CXX.cmake            |    4 +++
 .../RunCMakeTest.cmake                             |   11 +++---
 .../LinkWhatYouUse}/main.c                         |    0
 .../{ClangTidy => LinkWhatYouUse}/main.cxx         |    0
 23 files changed, 138 insertions(+), 12 deletions(-)
 create mode 100644 Help/prop_tgt/LINK_WHAT_YOU_USE.rst
 create mode 100644 Help/release/dev/link_what_you_use.rst
 create mode 100644 Help/variable/CMAKE_LINK_WHAT_YOU_USE.rst
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/C-Build-stdout.txt
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/C-launch-Build-stdout.txt
 copy Tests/RunCMake/{ClangTidy => LinkWhatYouUse}/C-launch.cmake (100%)
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/C.cmake
 copy Tests/RunCMake/{AutoExportDll => LinkWhatYouUse}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/CXX-Build-stdout.txt
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/CXX-launch-Build-stdout.txt
 copy Tests/RunCMake/{ClangTidy => LinkWhatYouUse}/CXX-launch.cmake (100%)
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/CXX.cmake
 copy Tests/RunCMake/{IncludeWhatYouUse => LinkWhatYouUse}/RunCMakeTest.cmake (75%)
 copy Tests/{CMakeOnly/LinkInterfaceLoop => RunCMake/LinkWhatYouUse}/main.c (100%)
 copy Tests/RunCMake/{ClangTidy => LinkWhatYouUse}/main.cxx (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list