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 annotated tag, v3.14.0-rc3 has been created
        at  afc1c744387081ca93d09b7f882c1efba24968a3 (tag)
   tagging  20a41aa589d4418f9ac46fc8c0402162d1d82873 (commit)
  replaces  v3.14.0-rc2
 tagged by  Brad King
        on  Fri Mar 1 11:09:45 2019 -0500

- Log -----------------------------------------------------------------
CMake 3.14.0-rc3
-----BEGIN PGP SIGNATURE-----

iQJKBAABCgA0FiEExsJlMku+vcNQtRPQLSzvEDSSFoQFAlx5WUkWHGJyYWQua2lu
Z0BraXR3YXJlLmNvbQAKCRAtLO8QNJIWhF+LD/9jTTc48riA2+3c5/bOXi2+uIP3
f1oysPcnFVSAkEujm6kx7s0ohZVqxvt9QqbCAL3znZ4jI1ZOdRrYuY6dWkibPMPT
4+jyKqXZWVZTMKd8wtfZYZ1fctWcwogZp3hZHLpfAA0k48CZIA/syiQnajl63HPP
4Mtba0nM7M9+9qPO3hYuQgsUcYBMilaNvE/k/rwy6+k5dj6JORvcWh9yoUZg/AMP
Upnv6K0DMFfnASSPyJ2cNBV5ywsJcIxF9vpr1LTe3BYe5yvGZm+nRkUig9n/gF91
U1Up/MNE7qWS1z8QjBMyzEmwEdZdTPNTb0m6CRKJPuvWMlEhpXt4VVbkdHnT4CrY
ZphwQTc7oFtbAlFsrrmHSo6bslkolLogepho9TezxMe1bf1Sfv3NXEjKCaCXWK8W
+u8YFGJ4GqKmqE4rg5rm/65xoWr12cOSYRadVksUsooXhMUA6h9HQ2COdrWvrT1V
AwH03RdPjfIa9u0yUeHuxb8EX53ySrUZWoSmWBmW7GWodwtxIAV97C6rpetOKxSD
I9ZgRYJh+uQ7pCtvCyDZPs218VjEWJ2kLkgA6lTRWwRswo/cIapyzjNxV1uoDeZs
/1x09lYeVaJoqOLh+76gD8J8WDQnybDC+Mrj2BQk22WibLPekwTxrCYgio4hcPa5
nkA/YG+2rReZqgJPmA==
=TA0Y
-----END PGP SIGNATURE-----

Brad King (45):
      Merge branch 'get_filename_component_docs' into release-3.14
      Merge branch 'externalproject_docs' into release-3.14
      Merge branch 'file_symlink_docs' into release-3.14
      Prefix implicit include directories with sysroot on construction
      Restore unconditional use of "standard" include directories
      Do not explicitly report "standard" include directories as implicit
      Use -? instead of /? to test compiler for MSVC-like command-line support
      Merge branch 'FindBoost-layout-tagged' into release-3.14
      Merge branch 'fix-legacy-implicit-includes' into release-3.14
      Merge branch 'asm-no-slash-question' into release-3.14
      VS: Factor out a method to set the Windows SDK version internally
      VS: Tell VS 2019 to use Windows SDK 8.1 explicitly when needed
      Merge branch 'vs-win-sdk' into release-3.14
      Merge branch 'autogen_cache_binary_checks' into release-3.14
      Fortran: Do not suppress explicit use of implicit include directories
      Merge branch 'fix-implicit-includes-fortran' into release-3.14
      Merge branch 'link-options' into release-3.14
      Merge branch 'remove-exclude-from-all-warning' into release-3.14
      Merge branch 'check_lang_source_runs_output' into release-3.14
      Merge branch 'docs_try_commands' into release-3.14
      Merge branch 'releasenotes_arch_independent' into release-3.14
      Merge branch 'qcc-asm-detection' into release-3.14
      Tests: Restore support for CMake 3.1 through 3.6 with MSVC
      Merge branch 'doc-ctest-build-and-test-summary' into release-3.14
      FindThreads: Fix libc check to use proper header for pthread_kill
      VS: Fix detection of clang-cl with -T llvm
      include_external_msproject: Restore support for EXCLUDE_FROM_ALL
      FindOctave: Remove module pending further work
      FindThreads: Revert libc symbol check to pthread_create
      Merge branch 'restore-min-cmake-3.1' into release-3.14
      Merge branch 'vs-llvm-extension' into release-3.14
      Merge branch 'include_external_msproject-exclude-from-all' into 
release-3.14
      Merge branch 'FindOctave-remove' into release-3.14
      Merge branch 'docs-rpath-origin-apple' into release-3.14
      Merge branch 'cmake_role-vs-fix' into release-3.14
      Merge branch 'FindThreads-revert-libc-check' into release-3.14
      Merge branch 'backport-check-std-size-cbegin-cend' into release-3.14
      VS: Drop workaround needed only for VS 2019 preview 2 and 3
      Help: Update VS 2019 generator release note for preview 4
      Merge branch 'vs2019' into release-3.14
      ExternalProject: Restore default log dir with custom stamp dir
      Merge branch 'cuda_device_link_handle_frameworks' into release-3.14
      Merge branch 'ExternalProject-fix-log-in-custom-stamp' into release-3.14
      Merge branch 'findjni-paths' into release-3.14
      CMake 3.14.0-rc3

Christian Pfeiffer (1):
      FindJNI: Unify path search, fix support for Java 9

Craig Scott (12):
      Help: Remove outdated statement about get_filename_component()
      Help: Clarify and improve readability of link-related file subcommands
      Release notes: Make ExternalProject dot points consistent
      Help: Clarify ExternalProject_Add()'s LOG_MERGED_STDOUTERR behavior
      EXCLUDE_FROM_ALL: Don't warn if installing target excluded from all
      CheckLangSourceRuns: Capture run output to log files
      Help: User-provided variable names for try_* commands
      Help: try_compile() readability and grammar improvements
      Help: Consistency in try_compile() docs for target type
      Help: Caveat for try_compile() and CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
      Help: Add release note for new ARCH_INDEPENDENT option
      Help: Fix minor inaccuracies of what BUILD_RPATH_USE_ORIGIN affects

Kyle Edwards (1):
      CMAKE_ROLE: Fix value in --build for Visual Studio generators

Maikel van den Hurk (1):
      Add ASM Compiler detection for QCC

Marc Chevrier (1):
      PIE link options: No warning when policy CMP0083 is not set.

Mathieu Garaud (1):
      Extend C++17/C++14 feature checks to cover more standard library APIs

Paul Seyfert (1):
      Help: Fix --build-and-test synopsis in ctest(1)

Robert Maynard (1):
      CUDA: Filter out -framework arguments during device linking

Sebastian Holtermann (2):
      Autogen: Add output caching GetExecutableTestOutput
      Autogen: Use output caching GetExecutableTestOutput

Yves Frederix (1):
      FindBoost: Find boost libraries built with --layout=tagged

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to