[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-514-g90070a6
Brad King
brad.king at kitware.com
Mon Dec 8 09:07:05 EST 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 90070a65d217935b71da8b4ac361f78b608648b0 (commit)
via 88eb5824da12940e78d57fe254f17f64cdacd659 (commit)
via a4f9b6f0ca9248530b9749b7fa9628053a3f8f98 (commit)
from cfe666f1a2c13e6d8093dff87b362b5e4ed64114 (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=90070a65d217935b71da8b4ac361f78b608648b0
commit 90070a65d217935b71da8b4ac361f78b608648b0
Merge: cfe666f 88eb582
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 8 09:07:04 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 8 09:07:04 2014 -0500
Merge topic 'try_compile-link-flags'
88eb5824 try_compile: Pass linker flags into test project (#14066)
a4f9b6f0 CMakeDetermineCompilerABI: Use normal linker flags in ABI project
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-policies.7.rst | 1 +
Help/policy/CMP0056.rst | 32 +++++++++++
Help/release/dev/try_compile-link-flags.rst | 6 +++
Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst | 2 +
Modules/CMakeDetermineCompilerABI.cmake | 2 +-
Source/cmCoreTryCompile.cxx | 36 +++++++++++++
Source/cmPolicies.cxx | 5 ++
Source/cmPolicies.h | 1 +
Tests/RunCMake/try_compile/CMP0056-stderr.txt | 13 +++++
Tests/RunCMake/try_compile/CMP0056-stdout.txt | 4 ++
Tests/RunCMake/try_compile/CMP0056.cmake | 67 ++++++++++++++++++++++++
Tests/RunCMake/try_compile/RunCMakeTest.cmake | 2 +
12 files changed, 170 insertions(+), 1 deletion(-)
create mode 100644 Help/policy/CMP0056.rst
create mode 100644 Help/release/dev/try_compile-link-flags.rst
create mode 100644 Tests/RunCMake/try_compile/CMP0056-stderr.txt
create mode 100644 Tests/RunCMake/try_compile/CMP0056-stdout.txt
create mode 100644 Tests/RunCMake/try_compile/CMP0056.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list