[Cmake-commits] CMake branch, master, updated. v3.3.0-rc3-366-g8c14606

Brad King brad.king at kitware.com
Wed Jul 8 09:19:11 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  8c1460653e8f21b9e09324617836aeec18f350b7 (commit)
       via  bf11253163b54f7c18b001cb00973a6341ee859b (commit)
      from  ad91d0edd5b8e56dc6afffa38e01bcc7d0d265cd (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=8c1460653e8f21b9e09324617836aeec18f350b7
commit 8c1460653e8f21b9e09324617836aeec18f350b7
Merge: ad91d0e bf11253
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 8 09:19:10 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 8 09:19:10 2015 -0400

    Merge topic 'add-apple-swift-language'
    
    bf112531 Add rudimentary support for the Apple Swift language with Xcode


-----------------------------------------------------------------------

Summary of changes:
 Help/release/dev/add-apple-swift-language.rst      |    9 ++++
 Modules/CMakeDetermineSwiftCompiler.cmake          |   53 ++++++++++++++++++++
 Modules/CMakeSwiftCompiler.cmake.in                |    5 ++
 Modules/CMakeSwiftInformation.cmake                |   41 +++++++++++++++
 Modules/CMakeTestSwiftCompiler.cmake               |   15 ++++++
 Modules/CompilerId/main.swift.in                   |    1 +
 Source/cmGlobalXCodeGenerator.cxx                  |    4 ++
 Tests/CMakeLists.txt                               |    6 +++
 Tests/RunCMake/CMakeLists.txt                      |    5 ++
 .../{GNUInstallDirs => Swift}/CMakeLists.txt       |    0
 Tests/RunCMake/Swift/Enable-stdout.txt             |    1 +
 Tests/RunCMake/Swift/Enable.cmake                  |    1 +
 .../NotSupported-result.txt}                       |    0
 Tests/RunCMake/Swift/NotSupported-stderr.txt       |    5 ++
 Tests/RunCMake/Swift/NotSupported.cmake            |    1 +
 Tests/RunCMake/Swift/RunCMakeTest.cmake            |   11 ++++
 .../XcodeTooOld-result.txt}                        |    0
 Tests/RunCMake/Swift/XcodeTooOld-stderr.txt        |    5 ++
 Tests/RunCMake/Swift/XcodeTooOld.cmake             |    1 +
 Tests/SwiftMix/CMain.c                             |    4 ++
 Tests/SwiftMix/CMakeLists.txt                      |    5 ++
 .../hello.f => Tests/SwiftMix/ObjC-Swift.h         |    0
 Tests/SwiftMix/ObjCMain.m                          |    4 ++
 Tests/SwiftMix/SwiftMain.swift                     |   10 ++++
 Tests/SwiftOnly/CMakeLists.txt                     |    4 ++
 Tests/SwiftOnly/main.swift                         |    1 +
 26 files changed, 192 insertions(+)
 create mode 100644 Help/release/dev/add-apple-swift-language.rst
 create mode 100644 Modules/CMakeDetermineSwiftCompiler.cmake
 create mode 100644 Modules/CMakeSwiftCompiler.cmake.in
 create mode 100644 Modules/CMakeSwiftInformation.cmake
 create mode 100644 Modules/CMakeTestSwiftCompiler.cmake
 create mode 100644 Modules/CompilerId/main.swift.in
 copy Tests/RunCMake/{GNUInstallDirs => Swift}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/Swift/Enable-stdout.txt
 create mode 100644 Tests/RunCMake/Swift/Enable.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Swift/NotSupported-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Swift/NotSupported-stderr.txt
 create mode 100644 Tests/RunCMake/Swift/NotSupported.cmake
 create mode 100644 Tests/RunCMake/Swift/RunCMakeTest.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Swift/XcodeTooOld-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Swift/XcodeTooOld-stderr.txt
 create mode 100644 Tests/RunCMake/Swift/XcodeTooOld.cmake
 create mode 100644 Tests/SwiftMix/CMain.c
 create mode 100644 Tests/SwiftMix/CMakeLists.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/SwiftMix/ObjC-Swift.h (100%)
 create mode 100644 Tests/SwiftMix/ObjCMain.m
 create mode 100644 Tests/SwiftMix/SwiftMain.swift
 create mode 100644 Tests/SwiftOnly/CMakeLists.txt
 create mode 100644 Tests/SwiftOnly/main.swift


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list