[Cmake-commits] CMake branch, master, updated. v3.2.2-1299-g12b9005
Brad King
brad.king at kitware.com
Tue May 26 09:24:02 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 12b9005d7c015b1f8cece5a9d8cf5f1a9f4a18fa (commit)
via 700f1c3b2b379f2af63ba97b93348ff66069a388 (commit)
via 50de5dbbf5bd9293b26cad674fbdb681df89ac5e (commit)
via 771f1b00dc1e9422e543534ca2ea823c98b3e2be (commit)
via ab55b3b5faac694c28d8725e235923803fb83a8d (commit)
from 129bf45dee4d6fc4cca8103235013b60464660f2 (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=12b9005d7c015b1f8cece5a9d8cf5f1a9f4a18fa
commit 12b9005d7c015b1f8cece5a9d8cf5f1a9f4a18fa
Merge: 129bf45 700f1c3
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue May 26 09:24:00 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 26 09:24:00 2015 -0400
Merge topic 'extend-visibility-properties'
700f1c3b Honor visibility properties for all target types (#15556)
50de5dbb Help: Format visibility property and variable documentation
771f1b00 Tests: Rename Visibility{InlinesHidden =>}
ab55b3b5 Tests: Refactor RunCMake.VisibilityPreset test setup
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-policies.7.rst | 1 +
Help/policy/CMP0063.rst | 26 ++++++++
Help/prop_tgt/LANG_VISIBILITY_PRESET.rst | 13 ++--
Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst | 14 +++--
Help/release/dev/extend-visibility-properties.rst | 7 +++
Help/variable/CMAKE_LANG_VISIBILITY_PRESET.rst | 7 +--
Help/variable/CMAKE_VISIBILITY_INLINES_HIDDEN.rst | 7 +--
Source/cmLocalGenerator.cxx | 60 ++++++++++++++----
Source/cmLocalGenerator.h | 2 +
Source/cmPolicies.h | 3 +
Source/cmTarget.h | 3 +-
Tests/CMakeLists.txt | 10 +--
Tests/RunCMake/CMakeLists.txt | 19 +-----
.../RunCMake/TargetPolicies/PolicyList-stderr.txt | 1 +
.../RunCMake/VisibilityPreset/CMP0063-Common.cmake | 7 +++
Tests/RunCMake/VisibilityPreset/CMP0063-NEW.cmake | 8 +++
Tests/RunCMake/VisibilityPreset/CMP0063-OLD.cmake | 8 +++
.../VisibilityPreset/CMP0063-WARN-no.cmake | 8 +++
.../VisibilityPreset/CMP0063-WARN-yes-stderr.txt | 50 +++++++++++++++
.../VisibilityPreset/CMP0063-WARN-yes.cmake | 8 +++
Tests/RunCMake/VisibilityPreset/CMakeLists.txt | 9 +--
Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake | 5 ++
Tests/RunCMake/VisibilityPreset/RunCMakeTest.cmake | 4 ++
Tests/Visibility/CMakeLists.txt | 66 ++++++++++++++++++++
.../{VisibilityInlinesHidden => Visibility}/bar.c | 0
.../foo.cpp | 0
Tests/Visibility/hidden.c | 4 ++
Tests/Visibility/shared.c | 3 +
Tests/Visibility/shared.cpp | 8 +++
.../verify.cmake | 4 +-
Tests/VisibilityInlinesHidden/CMakeLists.txt | 14 -----
31 files changed, 301 insertions(+), 78 deletions(-)
create mode 100644 Help/policy/CMP0063.rst
create mode 100644 Help/release/dev/extend-visibility-properties.rst
create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-Common.cmake
create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-NEW.cmake
create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-OLD.cmake
create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-WARN-no.cmake
create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-WARN-yes-stderr.txt
create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-WARN-yes.cmake
create mode 100644 Tests/Visibility/CMakeLists.txt
rename Tests/{VisibilityInlinesHidden => Visibility}/bar.c (100%)
rename Tests/{VisibilityInlinesHidden => Visibility}/foo.cpp (100%)
create mode 100644 Tests/Visibility/hidden.c
create mode 100644 Tests/Visibility/shared.c
create mode 100644 Tests/Visibility/shared.cpp
rename Tests/{VisibilityInlinesHidden => Visibility}/verify.cmake (68%)
delete mode 100644 Tests/VisibilityInlinesHidden/CMakeLists.txt
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list