[Cmake-commits] CMake branch, master, updated. v2.8.10.2-444-gc0c8ef8

Brad King brad.king at kitware.com
Fri Jan 11 11:32:15 EST 2013


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  c0c8ef85fc8d65a47abfd293031bcde91e7ee930 (commit)
       via  77d26467848fd689fbbffbaa302d041aa2365b15 (commit)
       via  94aeaf72c714eb184ec61bf6e7bc573bd1bc15c9 (commit)
       via  a3aedb8152ad6fcdb42fd04e45307eea6ce0043e (commit)
       via  b6036d104a95156e8524dbfeb5533d3a579d8837 (commit)
       via  cb1afbf466d126f233e93b2cdfa3f5c5dfe5b8f7 (commit)
       via  f99196dc0cde6e5868cc74c603a78b10f1ba324a (commit)
      from  ffe93315a2554c16f7bb46a35a848602cea229f9 (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=c0c8ef85fc8d65a47abfd293031bcde91e7ee930
commit c0c8ef85fc8d65a47abfd293031bcde91e7ee930
Merge: ffe9331 77d2646
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 11 11:32:13 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 11 11:32:13 2013 -0500

    Merge topic 'LINK_INTERFACE_LIBRARIES-genex'
    
    77d2646 Allow generator expressions in LINK_INTERFACE_LIBRARIES.
    94aeaf7 Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.
    a3aedb8 Split the generator expression before extracting targets.
    b6036d1 Extract the AddTargetNamespace method.
    cb1afbf Don't pass a position when determining if a target name is a literal.
    f99196d Add cmGeneratorExpression::Split() API.


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

Summary of changes:
 Source/cmExportBuildFileGenerator.cxx              |    4 +
 Source/cmExportFileGenerator.cxx                   |  252 ++++++++++++--------
 Source/cmExportFileGenerator.h                     |   22 ++-
 Source/cmExportInstallFileGenerator.cxx            |    4 +
 Source/cmGeneratorExpression.cxx                   |   61 +++++
 Source/cmGeneratorExpression.h                     |    3 +
 Source/cmTarget.cxx                                |   50 +++-
 Source/cmTarget.h                                  |    4 +-
 .../target_link_libraries/CMakeLists.txt           |   10 +
 Tests/CMakeCommands/target_link_libraries/depD.cpp |   13 +
 .../target_link_libraries/{depC.h => depD.h}       |    5 +-
 .../target_link_libraries/targetB.cpp              |   10 +
 Tests/ExportImport/Export/CMakeLists.txt           |   33 +++-
 Tests/ExportImport/Export/testSharedLibDepends.cpp |    8 +
 Tests/ExportImport/Export/testSharedLibDepends.h   |   14 +
 .../ExportImport/Export/testSharedLibRequired.cpp  |    7 +
 Tests/ExportImport/Export/testSharedLibRequired.h  |   12 +
 Tests/ExportImport/Import/A/CMakeLists.txt         |   11 +
 Tests/ExportImport/Import/A/deps_shared_iface.cpp  |   11 +
 19 files changed, 416 insertions(+), 118 deletions(-)
 create mode 100644 Tests/CMakeCommands/target_link_libraries/depD.cpp
 copy Tests/CMakeCommands/target_link_libraries/{depC.h => depD.h} (52%)
 create mode 100644 Tests/CMakeCommands/target_link_libraries/targetB.cpp
 create mode 100644 Tests/ExportImport/Export/testSharedLibDepends.cpp
 create mode 100644 Tests/ExportImport/Export/testSharedLibDepends.h
 create mode 100644 Tests/ExportImport/Export/testSharedLibRequired.cpp
 create mode 100644 Tests/ExportImport/Export/testSharedLibRequired.h
 create mode 100644 Tests/ExportImport/Import/A/deps_shared_iface.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list