[Cmake-commits] CMake branch, master, updated. v2.8.11-154-gfe4c1fb
Brad King
brad.king at kitware.com
Wed May 22 13:05:23 EDT 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 fe4c1fb32e877ea36c6882cefe4e773157573903 (commit)
via b5d6f5dd5b894ea6dcd8f87e1925db5551f3ffc0 (commit)
from d337cb402fa1935a39792a51739c7a9971202414 (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=fe4c1fb32e877ea36c6882cefe4e773157573903
commit fe4c1fb32e877ea36c6882cefe4e773157573903
Merge: d337cb4 b5d6f5d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed May 22 13:05:17 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 22 13:05:17 2013 -0400
Merge topic 'add-EXPORT_NAME-property'
b5d6f5d Add EXPORT_NAME property.
-----------------------------------------------------------------------
Summary of changes:
Source/cmExportBuildFileGenerator.cxx | 4 +-
Source/cmExportFileGenerator.cxx | 12 +++--
Source/cmExportInstallFileGenerator.cxx | 7 ++-
Source/cmTarget.cxx | 43 ++++++++++++++++++++
Source/cmTarget.h | 1 +
Tests/ExportImport/Export/CMakeLists.txt | 11 +++--
Tests/ExportImport/Export/renamed/CMakeLists.txt | 20 +++++++++
Tests/ExportImport/Export/renamed/renamed.cxx | 7 +++
Tests/ExportImport/Export/renamed/renamed.h | 12 +++++
Tests/ExportImport/Export/testSharedLibDepends.cpp | 3 +-
Tests/ExportImport/Export/testSharedLibDepends.h | 1 +
Tests/ExportImport/Import/A/CMakeLists.txt | 6 +++
Tests/ExportImport/Import/A/deps_shared_iface.cpp | 4 +-
Tests/ExportImport/Import/A/renamed_test.cpp | 8 ++++
14 files changed, 122 insertions(+), 17 deletions(-)
create mode 100644 Tests/ExportImport/Export/renamed/CMakeLists.txt
create mode 100644 Tests/ExportImport/Export/renamed/renamed.cxx
create mode 100644 Tests/ExportImport/Export/renamed/renamed.h
create mode 100644 Tests/ExportImport/Import/A/renamed_test.cpp
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list