[Cmake-commits] CMake branch, master, updated. v2.8.10.2-409-ga9f1bf4
Brad King
brad.king at kitware.com
Tue Jan 8 14:32:43 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 a9f1bf438054227e989ad1706b785b978e18455c (commit)
via 765386279815f208c5f83b1ad2b66776e990feb9 (commit)
via 40cf3fb95bc391519c0db4be1dc03c49e040579f (commit)
from e41d4951b366cd34a1fd5129deb7e61e906db6ec (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=a9f1bf438054227e989ad1706b785b978e18455c
commit a9f1bf438054227e989ad1706b785b978e18455c
Merge: e41d495 7653862
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 8 14:32:41 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 8 14:32:41 2013 -0500
Merge topic 'LINK_LIBRARIES-property'
7653862 Add LINK_LIBRARIES property for direct target link dependencies
40cf3fb Make linking APIs aware of 'head' target
-----------------------------------------------------------------------
Summary of changes:
Source/cmComputeLinkDepends.cxx | 11 +-
Source/cmComputeLinkDepends.h | 3 +-
Source/cmComputeLinkInformation.cxx | 11 +-
Source/cmComputeLinkInformation.h | 4 +-
Source/cmComputeTargetDepends.cxx | 43 +++-
Source/cmExportFileGenerator.cxx | 3 +-
Source/cmGlobalXCodeGenerator.cxx | 2 +-
Source/cmTarget.cxx | 221 +++++++++++++++-----
Source/cmTarget.h | 38 +++-
.../target_link_libraries/CMakeLists.txt | 7 +
Tests/CMakeCommands/target_link_libraries/depB.cpp | 6 +-
.../target_link_libraries/libgenex.cpp | 7 +
.../CMakeCommands/target_link_libraries/libgenex.h | 12 +
13 files changed, 282 insertions(+), 86 deletions(-)
create mode 100644 Tests/CMakeCommands/target_link_libraries/libgenex.cpp
create mode 100644 Tests/CMakeCommands/target_link_libraries/libgenex.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list