[Cmake-commits] CMake branch, master, updated. v3.3.2-1252-gda7c8a8
Brad King
brad.king at kitware.com
Tue Sep 22 10:47:01 EDT 2015
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 da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af (commit)
via b15f4e9b86bc3dc31b6a01c0ffc30747f467ec1f (commit)
via 9784af1b50a142c0160058734c7e12cee5f2a15e (commit)
from 4be709a6b715acb4100fceb4394ad5215d8b555b (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=da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af
commit da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af
Merge: 4be709a b15f4e9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 22 10:46:59 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 22 10:46:59 2015 -0400
Merge topic 'restrict-shlib-link-flags-to-enable-exports'
b15f4e9b try_compile: Propogate CMP0065 to the generated project.
9784af1b CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS
-----------------------------------------------------------------------
Summary of changes:
Help/command/try_compile.rst | 3 ++
Help/manual/cmake-policies.7.rst | 1 +
Help/manual/cmake-variables.7.rst | 1 +
Help/policy/CMP0065.rst | 27 ++++++++++++
Help/prop_tgt/ENABLE_EXPORTS.rst | 5 ++-
...restrict-shlib-link-flags-to-enable-exports.rst | 6 +++
.../CMAKE_ENABLE_EXPORTS.rst} | 9 ++--
Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst | 2 +
Source/cmCoreTryCompile.cxx | 10 +++++
Source/cmLocalGenerator.cxx | 44 +++++++++++++++++---
Source/cmPolicies.h | 4 ++
Source/cmTarget.cxx | 1 +
Source/cmTarget.h | 3 +-
.../RunCMake/CMP0065/BuildTargetInSubProject.cmake | 15 +++++++
.../{BuildDepends => CMP0065}/CMakeLists.txt | 0
Tests/RunCMake/CMP0065/NEWBad.cmake | 4 ++
Tests/RunCMake/CMP0065/NEWGood.cmake | 4 ++
Tests/RunCMake/CMP0065/OLDBad1.cmake | 4 ++
Tests/RunCMake/CMP0065/OLDBad2.cmake | 4 ++
Tests/RunCMake/CMP0065/RunCMakeTest.cmake | 8 ++++
Tests/RunCMake/CMP0065/WARN-OFF.cmake | 3 ++
Tests/RunCMake/CMP0065/WARN-ON-stderr.txt | 10 +++++
Tests/RunCMake/CMP0065/WARN-ON.cmake | 3 ++
Tests/RunCMake/CMP0065/subproject/CMakeLists.txt | 22 ++++++++++
.../main.cpp => CMP0065/subproject/main.c} | 2 +
Tests/RunCMake/CMakeLists.txt | 7 ++++
.../RunCMake/TargetPolicies/PolicyList-stderr.txt | 1 +
27 files changed, 193 insertions(+), 10 deletions(-)
create mode 100644 Help/policy/CMP0065.rst
create mode 100644 Help/release/dev/restrict-shlib-link-flags-to-enable-exports.rst
copy Help/{prop_tgt/ENABLE_EXPORTS.rst => variable/CMAKE_ENABLE_EXPORTS.rst} (79%)
create mode 100644 Tests/RunCMake/CMP0065/BuildTargetInSubProject.cmake
copy Tests/RunCMake/{BuildDepends => CMP0065}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/CMP0065/NEWBad.cmake
create mode 100644 Tests/RunCMake/CMP0065/NEWGood.cmake
create mode 100644 Tests/RunCMake/CMP0065/OLDBad1.cmake
create mode 100644 Tests/RunCMake/CMP0065/OLDBad2.cmake
create mode 100644 Tests/RunCMake/CMP0065/RunCMakeTest.cmake
create mode 100644 Tests/RunCMake/CMP0065/WARN-OFF.cmake
create mode 100644 Tests/RunCMake/CMP0065/WARN-ON-stderr.txt
create mode 100644 Tests/RunCMake/CMP0065/WARN-ON.cmake
create mode 100644 Tests/RunCMake/CMP0065/subproject/CMakeLists.txt
copy Tests/RunCMake/{CompatibleInterface/main.cpp => CMP0065/subproject/main.c} (51%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list