[Cmake-commits] CMake branch, master, updated. v2.8.12-612-gb4a1f44
Brad King
brad.king at kitware.com
Mon Nov 4 07:54:22 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 b4a1f442bbaaaa5c1260e87ae7e8e488c8ccef16 (commit)
via b51696f003a945e7f9de0b551afd707416cc09fa (commit)
via 25b7f87ecadb400db0d206e938ec1d2771d735a7 (commit)
via 0a561a03475f4ed1e017802970a8f17998fe05c3 (commit)
via 23d21b78e125c11a0d901eb987e5f616026ff8fd (commit)
via ef10b87cc1e87343a778c89d8a41d7e11ca08a7c (commit)
via 0e06788c0a5bd2a85db4b1559d13ead30ea5be0e (commit)
via c0f4a6107412dc7bdbd810b86407016af723cb79 (commit)
via 4b0cfa7004c1a2f5069affa4e673a24d9cf6a075 (commit)
from eb3761ae68ea643ee7a2a290f03017e67c888a6b (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=b4a1f442bbaaaa5c1260e87ae7e8e488c8ccef16
commit b4a1f442bbaaaa5c1260e87ae7e8e488c8ccef16
Merge: eb3761a b51696f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 4 07:54:20 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 4 07:54:20 2013 -0500
Merge topic 'policy-CMP0022-fixes-for-master'
b51696f CMP0022: Update target_link_libraries plain signature documentation
25b7f87 Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-master
0a561a0 CMP0022: Warn about a given target at most once
23d21b7 Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets
ef10b87 CMP0022: Plain target_link_libraries must populate link interface
0e06788 CMP0022: Add test for target_link_libraries plain signature
c0f4a61 CMP0022: Add unit test for null pointer check and message.
4b0cfa7 Merge branch 'output-CMP0022-entries' into policy-CMP0022-fixes
-----------------------------------------------------------------------
Summary of changes:
Help/command/target_link_libraries.rst | 17 +-
Source/cmExportFileGenerator.cxx | 5 +
Source/cmTarget.cxx | 252 +++++++++-----------
Source/cmTargetLinkLibrariesCommand.cxx | 10 +-
.../target_link_libraries/cmp0022/CMakeLists.txt | 7 +
.../cmp0022/onlyplainlib1.cpp | 13 +
.../target_link_libraries/cmp0022/onlyplainlib1.h | 14 +
.../cmp0022/onlyplainlib2.cpp | 8 +
.../target_link_libraries/cmp0022/onlyplainlib2.h | 7 +
.../cmp0022/onlyplainlib_user.cpp | 7 +
...es-stderr.txt => CMP0022-NOWARN-exe-stderr.txt} | 0
Tests/RunCMake/CMP0022/CMP0022-NOWARN-exe.cmake | 7 +
...stderr.txt => CMP0022-NOWARN-shared-stderr.txt} | 0
Tests/RunCMake/CMP0022/CMP0022-NOWARN-shared.cmake | 8 +
.../CMP0022/CMP0022-WARN-empty-old-stderr.txt | 8 +-
.../CMP0022/CMP0022-WARN-static-stderr.txt | 8 +-
Tests/RunCMake/CMP0022/CMP0022-WARN-stderr.txt | 6 +-
Tests/RunCMake/CMP0022/CMP0022-WARN-tll-stderr.txt | 4 +-
Tests/RunCMake/CMP0022/CMP0022-WARN.cmake | 5 +
...es-stderr.txt => CMP0022-export-exe-stderr.txt} | 0
Tests/RunCMake/CMP0022/CMP0022-export-exe.cmake | 9 +
Tests/RunCMake/CMP0022/RunCMakeTest.cmake | 3 +
.../CMP0022/{empty_vs6_1.cpp => empty_vs6_4.cpp} | 0
23 files changed, 237 insertions(+), 161 deletions(-)
create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.cpp
create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h
create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib2.cpp
create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib2.h
create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib_user.cpp
copy Tests/RunCMake/CMP0022/{CMP0022-NOWARN-static-link_libraries-stderr.txt => CMP0022-NOWARN-exe-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0022/CMP0022-NOWARN-exe.cmake
copy Tests/RunCMake/CMP0022/{CMP0022-NOWARN-static-link_libraries-stderr.txt => CMP0022-NOWARN-shared-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0022/CMP0022-NOWARN-shared.cmake
copy Tests/RunCMake/CMP0022/{CMP0022-NOWARN-static-link_libraries-stderr.txt => CMP0022-export-exe-stderr.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0022/CMP0022-export-exe.cmake
copy Tests/RunCMake/CMP0022/{empty_vs6_1.cpp => empty_vs6_4.cpp} (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list