[Cmake-commits] CMake branch, master, updated. v2.8.10.2-522-g2046de2
Brad King
brad.king at kitware.com
Fri Jan 25 13:38:08 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 2046de2a39e993d0f892f2f38f0ba7543f8505a6 (commit)
via 2fb2c32f9b304bc71b039754f9b9170fd6f27a6f (commit)
via cd66b9131d76984795c8a77353d6afa33abb54f7 (commit)
from a4eb27fbab81087fde72f2058b60a67f1f9298da (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=2046de2a39e993d0f892f2f38f0ba7543f8505a6
commit 2046de2a39e993d0f892f2f38f0ba7543f8505a6
Merge: a4eb27f 2fb2c32
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 25 13:38:06 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 25 13:38:06 2013 -0500
Merge topic 'compatible-interface-strings'
2fb2c32 Add the COMPATIBLE_INTERFACE_STRING property.
cd66b91 Make calculation of link-interface-dependent properties type-sensitive.
-----------------------------------------------------------------------
Summary of changes:
Source/cmExportFileGenerator.cxx | 6 +
Source/cmGeneratorExpressionEvaluator.cxx | 7 +
Source/cmTarget.cxx | 229 ++++++++++++++++----
Source/cmTarget.h | 5 +
Tests/CompatibleInterface/CMakeLists.txt | 13 ++
Tests/CompatibleInterface/main.cpp | 12 +
Tests/ExportImport/Export/CMakeLists.txt | 9 +-
Tests/ExportImport/Import/A/CMakeLists.txt | 2 +
Tests/ExportImport/Import/A/deps_shared_iface.cpp | 4 +
.../InterfaceString-builtin-prop-result.txt} | 0
.../InterfaceString-builtin-prop-stderr.txt | 5 +
.../InterfaceString-builtin-prop.cmake | 11 +
...nterfaceString-mismatch-depend-self-result.txt} | 0
...nterfaceString-mismatch-depend-self-stderr.txt} | 0
.../InterfaceString-mismatch-depend-self.cmake | 11 +
.../InterfaceString-mismatch-depends-result.txt} | 0
...=> InterfaceString-mismatch-depends-stderr.txt} | 0
.../InterfaceString-mismatch-depends.cmake | 10 +
.../InterfaceString-mismatched-use-result.txt} | 0
...t => InterfaceString-mismatched-use-stderr.txt} | 2 +-
....cmake => InterfaceString-mismatched-use.cmake} | 4 +-
.../CompatibleInterface/RunCMakeTest.cmake | 4 +
22 files changed, 283 insertions(+), 51 deletions(-)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CompatibleInterface/InterfaceString-builtin-prop-result.txt} (100%)
create mode 100644 Tests/RunCMake/CompatibleInterface/InterfaceString-builtin-prop-stderr.txt
create mode 100644 Tests/RunCMake/CompatibleInterface/InterfaceString-builtin-prop.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CompatibleInterface/InterfaceString-mismatch-depend-self-result.txt} (100%)
copy Tests/RunCMake/CompatibleInterface/{InterfaceBool-mismatch-depend-self-stderr.txt => InterfaceString-mismatch-depend-self-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CompatibleInterface/InterfaceString-mismatch-depend-self.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CompatibleInterface/InterfaceString-mismatch-depends-result.txt} (100%)
copy Tests/RunCMake/CompatibleInterface/{InterfaceBool-mismatch-depends-stderr.txt => InterfaceString-mismatch-depends-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CompatibleInterface/InterfaceString-mismatch-depends.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CompatibleInterface/InterfaceString-mismatched-use-result.txt} (100%)
copy Tests/RunCMake/CompatibleInterface/{InterfaceBool-mismatched-use-stderr.txt => InterfaceString-mismatched-use-stderr.txt} (68%)
copy Tests/RunCMake/CompatibleInterface/{InterfaceBool-mismatched-use.cmake => InterfaceString-mismatched-use.cmake} (57%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list