[Cmake-commits] CMake branch, master, updated. v2.8.6-270-g1ec3801

David Cole david.cole at kitware.com
Wed Nov 23 08:16:12 EST 2011


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  1ec3801a3ae3969b9530163b79209df26dd1bb45 (commit)
       via  b1f12f8042ef0d7b190c04644905d3b3a325d4ae (commit)
       via  5fc95dff464b08c83df2c904a281bb4c45278a35 (commit)
       via  914382224d34cfb86a67c8191b6e7b3a3e918f88 (commit)
       via  cf64218eeb7dbe8a0d71292c42df63c4cb982fed (commit)
      from  57a85237ac8ebc429ebe442897169bc9369e0380 (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=1ec3801a3ae3969b9530163b79209df26dd1bb45
commit 1ec3801a3ae3969b9530163b79209df26dd1bb45
Merge: 57a8523 b1f12f8
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Nov 23 08:16:10 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 23 08:16:10 2011 -0500

    Merge topic 'target-link-libraries-interfaces'
    
    b1f12f8 target_link_libraries: Simplify argument processing state tests
    5fc95df target_link_libraries: Add missing space in documentation
    9143822 target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options
    cf64218 target_link_libraries: Trim trailing whitespace


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

Summary of changes:
 Source/cmTargetLinkLibrariesCommand.cxx            |   50 ++++++++++++++---
 Source/cmTargetLinkLibrariesCommand.h              |   33 +++++++++---
 .../target_link_libraries/CMakeLists.txt           |   58 ++++++++++++++++++++
 Tests/CMakeCommands/target_link_libraries/depA.cpp |    7 +++
 Tests/CMakeCommands/target_link_libraries/depA.h   |    7 +++
 Tests/CMakeCommands/target_link_libraries/depB.cpp |   11 ++++
 Tests/CMakeCommands/target_link_libraries/depB.h   |    7 +++
 Tests/CMakeCommands/target_link_libraries/depC.cpp |   13 +++++
 Tests/CMakeCommands/target_link_libraries/depC.h   |   12 ++++
 .../target_link_libraries/targetA.cpp              |   12 ++++
 Tests/CMakeLists.txt                               |    2 +
 11 files changed, 196 insertions(+), 16 deletions(-)
 create mode 100644 Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
 create mode 100644 Tests/CMakeCommands/target_link_libraries/depA.cpp
 create mode 100644 Tests/CMakeCommands/target_link_libraries/depA.h
 create mode 100644 Tests/CMakeCommands/target_link_libraries/depB.cpp
 create mode 100644 Tests/CMakeCommands/target_link_libraries/depB.h
 create mode 100644 Tests/CMakeCommands/target_link_libraries/depC.cpp
 create mode 100644 Tests/CMakeCommands/target_link_libraries/depC.h
 create mode 100644 Tests/CMakeCommands/target_link_libraries/targetA.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list