[Cmake-commits] CMake branch, master, updated. v3.2.1-475-ga37937f
Brad King
brad.king at kitware.com
Mon Mar 23 09:18:31 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 a37937f7c0a37626298ccc80cffe5ec9fd26aa75 (commit)
via 4178cd88fc01bd38fde2f3ee7a1702cfb4808f93 (commit)
via 87a4b8580cad34fefa5c5e1833b0963a6bcf3e7d (commit)
via ba14510b4ebdbbfe115e29111615a4b775fb7198 (commit)
via 3714955b9cded21b13064886b30a412211ce217e (commit)
via 54a5cdbb4c35aa8847d3eb0f7f418fad72563992 (commit)
from cc8b8cdc751ff2dfa6e77a69da542d6aef066346 (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=a37937f7c0a37626298ccc80cffe5ec9fd26aa75
commit a37937f7c0a37626298ccc80cffe5ec9fd26aa75
Merge: cc8b8cd 4178cd8
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 23 09:18:29 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 23 09:18:29 2015 -0400
Merge topic 'xcode-xctest'
4178cd88 Help: Add notes for topic 'xcode-xctest'
87a4b858 Tests: Add XCTest example to test Frameworks and Cocoa App Bundles
ba14510b OS X: Add FindXCTest module
3714955b OS X: Add handling for XCTest bundles
54a5cdbb Tests: Compute Xcode version for any generator on OS X
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-modules.7.rst | 1 +
Help/manual/cmake-properties.7.rst | 1 +
Help/module/FindXCTest.rst | 1 +
Help/prop_tgt/XCTEST.rst | 13 +
Help/release/dev/xcode-xctest.rst | 6 +
Modules/FindXCTest.cmake | 196 ++++++
Source/cmGlobalXCodeGenerator.cxx | 12 +-
Source/cmTarget.cxx | 16 +-
Source/cmTarget.h | 3 +
Tests/CMakeLists.txt | 18 +
Tests/XCTest/CMakeLists.txt | 57 ++
Tests/XCTest/CocoaExample/AppDelegate.h | 6 +
Tests/XCTest/CocoaExample/AppDelegate.m | 18 +
.../CocoaExample/Info.plist} | 22 +-
Tests/XCTest/CocoaExample/MainMenu.xib | 680 ++++++++++++++++++++
Tests/XCTest/CocoaExample/main.m | 5 +
Tests/XCTest/CocoaExampleTests/CocoaExampleTests.m | 13 +
Tests/XCTest/FrameworkExample/FrameworkExample.c | 6 +
Tests/XCTest/FrameworkExample/FrameworkExample.h | 1 +
.../FrameworkExample/Info.plist} | 28 +-
.../FrameworkExampleTests/FrameworkExampleTests.m | 16 +
.../FrameworkExampleTests/Info.plist} | 24 +-
22 files changed, 1096 insertions(+), 47 deletions(-)
create mode 100644 Help/module/FindXCTest.rst
create mode 100644 Help/prop_tgt/XCTEST.rst
create mode 100644 Help/release/dev/xcode-xctest.rst
create mode 100644 Modules/FindXCTest.cmake
create mode 100644 Tests/XCTest/CMakeLists.txt
create mode 100644 Tests/XCTest/CocoaExample/AppDelegate.h
create mode 100644 Tests/XCTest/CocoaExample/AppDelegate.m
copy Tests/{iOSNavApp/Info.plist.in => XCTest/CocoaExample/Info.plist} (66%)
create mode 100644 Tests/XCTest/CocoaExample/MainMenu.xib
create mode 100644 Tests/XCTest/CocoaExample/main.m
create mode 100644 Tests/XCTest/CocoaExampleTests/CocoaExampleTests.m
create mode 100644 Tests/XCTest/FrameworkExample/FrameworkExample.c
create mode 100644 Tests/XCTest/FrameworkExample/FrameworkExample.h
copy Tests/{iOSNavApp/Info.plist.in => XCTest/FrameworkExample/Info.plist} (58%)
create mode 100644 Tests/XCTest/FrameworkExampleTests/FrameworkExampleTests.m
copy Tests/{iOSNavApp/Info.plist.in => XCTest/FrameworkExampleTests/Info.plist} (56%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list