[Cmake-commits] CMake branch, master, updated. v3.0.0-1418-gbb4c158
Brad King
brad.king at kitware.com
Thu Jul 17 09:43:01 EDT 2014
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 bb4c1588952523fa8340d6e882c2cb6f3501266b (commit)
via 10c5c82c1e255523757d4c4fe81b6ad742e81c8f (commit)
via 6e7e881c57e8ff7295a1007d329708143b54baad (commit)
via 0400cd5dd1be33ebcc2c2d5dba8233a78b1cee68 (commit)
from 96f2a2a2eddc4f0591abe6b49f5c7a335515f971 (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=bb4c1588952523fa8340d6e882c2cb6f3501266b
commit bb4c1588952523fa8340d6e882c2cb6f3501266b
Merge: 96f2a2a 10c5c82
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 17 09:43:00 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 17 09:43:00 2014 -0400
Merge topic 'generalize-LINK_ONLY'
10c5c82c Help: Add notes for topic 'generalize-LINK_ONLY'
6e7e881c Honor $<LINK_ONLY> when checking interface properties
0400cd5d Make $<LINK_ONLY> available to projects (#14751)
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-generator-expressions.7.rst | 7 +++++++
Help/release/dev/generalize-LINK_ONLY.rst | 6 ++++++
Source/cmTarget.cxx | 16 ++++------------
Tests/CompatibleInterface/CMakeLists.txt | 11 ++++++++++-
.../CMP0026/empty.cpp => CompatibleInterface/bar.cpp} | 2 +-
.../CompatibleInterface/foo.cpp | 2 +-
Tests/CompatibleInterface/main.cpp | 8 +++++++-
Tests/InterfaceLinkLibraries/CMakeLists.txt | 12 ++++++++++++
Tests/InterfaceLinkLibraries/main.cpp | 8 ++++++--
Tests/InterfaceLinkLibraries/zot.cpp | 6 ++++++
Tests/InterfaceLinkLibraries/{bar.h => zot.h} | 4 ++--
Tests/InterfaceLinkLibraries/zot_vs6_1.cpp | 1 +
Tests/InterfaceLinkLibraries/zot_vs6_2.cpp | 1 +
Tests/InterfaceLinkLibraries/zot_vs6_3.cpp | 1 +
Tests/InterfaceLinkLibraries/zot_vs6_4.cpp | 1 +
15 files changed, 66 insertions(+), 20 deletions(-)
create mode 100644 Help/release/dev/generalize-LINK_ONLY.rst
copy Tests/{RunCMake/CMP0026/empty.cpp => CompatibleInterface/bar.cpp} (83%)
copy Modules/DummyCXXFile.cxx => Tests/CompatibleInterface/foo.cpp (59%)
create mode 100644 Tests/InterfaceLinkLibraries/zot.cpp
copy Tests/InterfaceLinkLibraries/{bar.h => zot.h} (61%)
create mode 100644 Tests/InterfaceLinkLibraries/zot_vs6_1.cpp
create mode 100644 Tests/InterfaceLinkLibraries/zot_vs6_2.cpp
create mode 100644 Tests/InterfaceLinkLibraries/zot_vs6_3.cpp
create mode 100644 Tests/InterfaceLinkLibraries/zot_vs6_4.cpp
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list