[Cmake-commits] CMake branch, master, updated. v3.7.2-1239-gf012a95
Brad King
brad.king at kitware.com
Tue Jan 31 09:04:18 EST 2017
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 f012a95836e14e12f5a445abd72fa79599736641 (commit)
via 071f8e78dda152d8759539fa390b25c7f58d3cc5 (commit)
via d525754eabef7a9f6e6696ae323a8ed965e12f2e (commit)
via 45405f00d27031fb9641408c56673532a3ee3bde (commit)
via 50e1c1056ea82690474dc186d7a4103b33547fa6 (commit)
via 8643ca75c705568bc9bb084a5182baef04865d2d (commit)
from 8a76536e78e9084fb9636b2f0c57121522cfbbaf (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f012a95836e14e12f5a445abd72fa79599736641
commit f012a95836e14e12f5a445abd72fa79599736641
Merge: 8a76536 071f8e7
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 31 09:04:16 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 31 09:04:16 2017 -0500
Merge topic '16432-static-frameworks'
071f8e78 Apple: Add support for static frameworks
d525754e Xcode: Refactor RunCMake.Framework test to prepare for static frameworks
45405f00 Xcode: Ignore Xcode project warning until issue is fixed
50e1c105 Makefile: For static libraries remove only the "real" lib before creating
8643ca75 Makefile: Re-order list of files to clean
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_library.rst | 2 +-
Help/command/install.rst | 6 +-
Help/prop_tgt/FRAMEWORK.rst | 4 +-
Help/release/dev/static-frameworks.rst | 6 ++
Source/cmGeneratorTarget.cxx | 3 +-
Source/cmGlobalXCodeGenerator.cxx | 39 +++++++++--
Source/cmInstallCommand.cxx | 42 +++++++++---
Source/cmMakefileLibraryTargetGenerator.cxx | 35 +++++-----
Source/cmTarget.cxx | 3 +-
Tests/Framework/CMakeLists.txt | 47 ++++++-------
Tests/RunCMake/CMakeLists.txt | 3 +-
Tests/RunCMake/Framework/FrameworkLayout.cmake | 5 +-
.../Framework/FrameworkTypeSHARED-build-stdout.txt | 1 +
.../Framework/FrameworkTypeSTATIC-build-stdout.txt | 1 +
Tests/RunCMake/Framework/RunCMakeTest.cmake | 69 +++++++++++---------
Tests/RunCMake/RunCMake.cmake | 2 +-
Tests/RunCMake/XcodeProject/XcodeBundles.cmake | 52 +++++++++++----
17 files changed, 211 insertions(+), 109 deletions(-)
create mode 100644 Help/release/dev/static-frameworks.rst
create mode 100644 Tests/RunCMake/Framework/FrameworkTypeSHARED-build-stdout.txt
create mode 100644 Tests/RunCMake/Framework/FrameworkTypeSTATIC-build-stdout.txt
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list