[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-335-g0aec4d3
Brad King
brad.king at kitware.com
Tue Feb 28 09:39:15 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 0aec4d38642570cc38440b5368fec4de02e09a6a (commit)
via 7238a052b9238dc4405e90389a16a4dc61f848a6 (commit)
via ffb8817b370937b02c384d9d1fd91c4e9d799553 (commit)
from 6403cda149e5213608b8f4889676c1e69aaf498a (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=0aec4d38642570cc38440b5368fec4de02e09a6a
commit 0aec4d38642570cc38440b5368fec4de02e09a6a
Merge: 6403cda 7238a05
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 28 09:39:12 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 28 09:39:12 2017 -0500
Merge topic 'cmake-xcode-schemes'
7238a052 Xcode: Add documentation for schema generator
ffb8817b Xcode: Write shared schemes based on the default files generated by Xcode
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-properties.7.rst | 1 +
Help/prop_gbl/XCODE_GENERATE_SCHEME.rst | 11 ++
Help/release/dev/cmake-xcode-schemes.rst | 6 +
Source/CMakeLists.txt | 1 +
Source/cmGlobalXCodeGenerator.cxx | 28 ++++
Source/cmGlobalXCodeGenerator.h | 3 +
Source/cmXCodeScheme.cxx | 206 ++++++++++++++++++++++++++++++
Source/cmXCodeScheme.h | 46 +++++++
8 files changed, 302 insertions(+)
create mode 100644 Help/prop_gbl/XCODE_GENERATE_SCHEME.rst
create mode 100644 Help/release/dev/cmake-xcode-schemes.rst
create mode 100644 Source/cmXCodeScheme.cxx
create mode 100644 Source/cmXCodeScheme.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list