[Cmake-commits] CMake branch, master, updated. v3.16.0-rc3-342-g95555d95aa
Kitware Robot
kwrobot at kitware.com
Mon Nov 11 10:28:22 EST 2019
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 95555d95aa04658a5d656f90f031e9fdea661a02 (commit)
via ac7f41d20e676c46989e9768e188ec3161ed5b2a (commit)
via 5e328c6d74ed6b6470e1df1005d07fe930185b52 (commit)
via 19aadc03efe7032533cbf868abfdb10751f67c15 (commit)
via 8bfd4447eb150b17062e26a739b6b7975118057d (commit)
via b75882c2f7b683502a6d2240c885463599e98d35 (commit)
via 7447aa4b340420b0d55bc17bdd9ca1422b1806cf (commit)
via db91c5f776751173ac4caf9afbcef7700dc055ea (commit)
from e3aeae7ee80bfba17568a529f756eb23ef8269a1 (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=95555d95aa04658a5d656f90f031e9fdea661a02
commit 95555d95aa04658a5d656f90f031e9fdea661a02
Merge: ac7f41d20e 5e328c6d74
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 11 15:25:38 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Nov 11 10:25:47 2019 -0500
Merge branch 'release-3.16'
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ac7f41d20e676c46989e9768e188ec3161ed5b2a
commit ac7f41d20e676c46989e9768e188ec3161ed5b2a
Merge: 19aadc03ef 7447aa4b34
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 11 15:25:38 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Nov 11 10:25:47 2019 -0500
Merge topic 'objc-trycompile'
7447aa4b34 ObjC: Add try_compile support
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !4006
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=19aadc03efe7032533cbf868abfdb10751f67c15
commit 19aadc03efe7032533cbf868abfdb10751f67c15
Merge: b75882c2f7 8bfd4447eb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 11 15:23:50 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Nov 11 10:24:02 2019 -0500
Merge branch 'release-3.16'
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b75882c2f7b683502a6d2240c885463599e98d35
commit b75882c2f7b683502a6d2240c885463599e98d35
Merge: e3aeae7ee8 db91c5f776
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 11 15:23:50 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Nov 11 10:24:02 2019 -0500
Merge topic 'objc-link-main'
db91c5f776 ObjC: Set same settings for all languages supported on Darwin
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !4012
-----------------------------------------------------------------------
Summary of changes:
Modules/Platform/Darwin.cmake | 76 +++-----
Source/cmCoreTryCompile.cxx | 208 +++++++++++++--------
Tests/RunCMake/CMakeLists.txt | 2 +
.../ObjCStandard-result.txt} | 0
...Standard-stderr.txt => ObjCStandard-stderr.txt} | 6 +-
.../{CStandard.cmake => ObjCStandard.cmake} | 6 +-
.../ObjCxxStandard-result.txt} | 0
.../RunCMake/try_compile/ObjCxxStandard-stderr.txt | 7 +
.../{CStandard.cmake => ObjCxxStandard.cmake} | 6 +-
Tests/RunCMake/try_compile/RunCMakeTest.cmake | 6 +
.../RunCMake/try_compile/src.m | 0
.../RunCMake/try_compile/src.mm | 0
Tests/TryCompile/CMakeLists.txt | 19 ++
Tests/TryCompile/{fail.c => fail.m} | 0
.../DummyCXXFile.cxx => Tests/TryCompile/pass.m | 0
15 files changed, 197 insertions(+), 139 deletions(-)
copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => try_compile/ObjCStandard-result.txt} (100%)
copy Tests/RunCMake/try_compile/{CudaStandard-stderr.txt => ObjCStandard-stderr.txt} (53%)
copy Tests/RunCMake/try_compile/{CStandard.cmake => ObjCStandard.cmake} (57%)
copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => try_compile/ObjCxxStandard-result.txt} (100%)
create mode 100644 Tests/RunCMake/try_compile/ObjCxxStandard-stderr.txt
copy Tests/RunCMake/try_compile/{CStandard.cmake => ObjCxxStandard.cmake} (55%)
copy Modules/DummyCXXFile.cxx => Tests/RunCMake/try_compile/src.m (100%)
copy Modules/DummyCXXFile.cxx => Tests/RunCMake/try_compile/src.mm (100%)
copy Tests/TryCompile/{fail.c => fail.m} (100%)
copy Modules/DummyCXXFile.cxx => Tests/TryCompile/pass.m (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list