[Cmake-commits] CMake branch, master, updated. v2.8.10.2-473-g3a7d1ce

Brad King brad.king at kitware.com
Tue Jan 15 14:43:10 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  3a7d1ce3ff0ea0565d463a341f42acd6bed8a6c4 (commit)
       via  1d74ba21f6ee70936191c94448c88fd10eb1e81c (commit)
       via  522bdac14963acf7c147f5518ea51382b042bf96 (commit)
       via  4ee872cb99f49ac5a95768da454f3313ba87182f (commit)
       via  1d47cd94f3748d287f676f3847d42f3674062dcd (commit)
       via  6c828f9126453d27c45e1ca6113602fe9df8cbe2 (commit)
       via  cfd4f0a4f49da41330f648a665b24cb507829ede (commit)
       via  d8fe1fcd800e622209fdb84f1302822e8bee5a77 (commit)
       via  f623d37a9558336af208a4fb5db232b28b56cb82 (commit)
       via  b279f2b43180b6c55dd3361c2380f7ed3c998109 (commit)
      from  33d4e0db3fbe9441a227052c5fea5bc1d57af6cc (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=3a7d1ce3ff0ea0565d463a341f42acd6bed8a6c4
commit 3a7d1ce3ff0ea0565d463a341f42acd6bed8a6c4
Merge: 33d4e0d 1d74ba2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 15 14:43:05 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 15 14:43:05 2013 -0500

    Merge topic 'test-export-iface-genex'
    
    1d74ba2 Test evaluation target via export for generator expressions
    522bdac Export the INTERFACE_PIC property.
    4ee872c Make the BUILD_INTERFACE of export()ed targets work.
    1d47cd9 Add a test for the interfaces in targets exported from the build tree.
    6c828f9 Move the exported check for file existence.
    cfd4f0a Move the exported check for dependencies of targets
    d8fe1fc Only generate one check per missing target.
    f623d37 Don't write a comment in the export file without the code.
    b279f2b Strip consecutive semicolons when preprocessing genex strings.


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

Summary of changes:
 Source/cmExportBuildFileGenerator.cxx              |   15 ++++---
 Source/cmExportBuildFileGenerator.h                |    3 +-
 Source/cmExportFileGenerator.cxx                   |   47 ++++++++++++++-----
 Source/cmExportFileGenerator.h                     |    8 +++-
 Source/cmExportInstallFileGenerator.cxx            |   22 +++++----
 Source/cmExportInstallFileGenerator.h              |    6 ++-
 Source/cmGeneratorExpression.cxx                   |   36 ++++++++++++++-
 Source/cmGlobalGenerator.cxx                       |   14 +-----
 Source/cmTarget.cxx                                |   25 ++++++++++
 Source/cmTarget.h                                  |    3 +
 Tests/ExportImport/Export/CMakeLists.txt           |   11 ++++-
 .../Export/sublib}/CMakeLists.txt                  |    3 +-
 Tests/ExportImport/Export/sublib/subdir.cpp        |    7 +++
 Tests/ExportImport/Export/sublib/subdir.h          |   12 +++++
 Tests/ExportImport/Import/A/CMakeLists.txt         |   47 +++++++++++++------
 Tests/ExportImport/Import/A/deps_shared_iface.cpp  |   20 ++++++++-
 16 files changed, 212 insertions(+), 67 deletions(-)
 copy Tests/{CMakeCommands/target_link_libraries/subdir => ExportImport/Export/sublib}/CMakeLists.txt (50%)
 create mode 100644 Tests/ExportImport/Export/sublib/subdir.cpp
 create mode 100644 Tests/ExportImport/Export/sublib/subdir.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list