[Cmake-commits] CMake branch, master, updated. v3.11.0-rc1-120-ge73016b

Kitware Robot kwrobot at kitware.com
Tue Feb 27 09:35:06 EST 2018


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  e73016bc06b58bb8a3cc1f4238c9596d8fd2703a (commit)
       via  0b8db75b476152829aea45a155d1b8854aa70d31 (commit)
       via  2bcccd07bdf4f382776cfb55c716cf09a785fb74 (commit)
       via  2edd5cb9e0b4d0ba84308df3d1d0cfe9345c8ae1 (commit)
       via  e708dac65f52b44b991e0358f8ffb04bad9a649b (commit)
       via  7b1c14241ddd120fbf93d206c8b3708b38556263 (commit)
       via  be9731965e9a41fc58f73b8f243e52fd38678f06 (commit)
       via  e1cd936c62cdcd8a2031e899238310a1ec12196d (commit)
       via  4964fe1e5ad74cb5b166002498e48c807e4fa7d2 (commit)
      from  464ae1bcc0f3b3264934c1f6c756e5ef919d3f2b (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=e73016bc06b58bb8a3cc1f4238c9596d8fd2703a
commit e73016bc06b58bb8a3cc1f4238c9596d8fd2703a
Merge: 0b8db75 e708dac
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 27 09:33:52 2018 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Feb 27 09:33:52 2018 -0500

    Merge branch 'release-3.11'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0b8db75b476152829aea45a155d1b8854aa70d31
commit 0b8db75b476152829aea45a155d1b8854aa70d31
Merge: 2bcccd0 4964fe1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 27 14:27:05 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Feb 27 09:27:43 2018 -0500

    Merge topic 'contract-plplot'
    
    4964fe1e Tests: Update PLplot contract test repository URL
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1801


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2bcccd07bdf4f382776cfb55c716cf09a785fb74
commit 2bcccd07bdf4f382776cfb55c716cf09a785fb74
Merge: 2edd5cb 7b1c142
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 27 14:25:49 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Feb 27 09:26:31 2018 -0500

    Merge topic 'modules-restore-path-suffixes'
    
    7b1c1424 Modules: Restore recently removed search path suffixes
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1802


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2edd5cb9e0b4d0ba84308df3d1d0cfe9345c8ae1
commit 2edd5cb9e0b4d0ba84308df3d1d0cfe9345c8ae1
Merge: 464ae1b e1cd936
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 27 14:25:40 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Feb 27 09:25:48 2018 -0500

    Merge topic 'unixtimefix'
    
    e1cd936c Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1800


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4964fe1e5ad74cb5b166002498e48c807e4fa7d2
commit 4964fe1e5ad74cb5b166002498e48c807e4fa7d2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 26 09:33:08 2018 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Feb 26 09:33:56 2018 -0500

    Tests: Update PLplot contract test repository URL
    
    Use a `git://` protocol URL documented by the repository hosting
    infrastructure.  After some updates to that infrastructure, the
    `https://` URL with the `.git` extension no longer works reliably.

diff --git a/Tests/Contracts/PLplot/CMakeLists.txt b/Tests/Contracts/PLplot/CMakeLists.txt
index b87b4c3..7051d62 100644
--- a/Tests/Contracts/PLplot/CMakeLists.txt
+++ b/Tests/Contracts/PLplot/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT PLplot_GIT_TAG)
   set(PLplot_GIT_TAG "plplot-5.13.0")
 endif()
 ExternalProject_Add(PLplot
-  GIT_REPOSITORY "https://git.code.sf.net/p/plplot/plplot.git"
+  GIT_REPOSITORY "git://git.code.sf.net/p/plplot/plplot"
   GIT_TAG "${PLplot_GIT_TAG}"
   PREFIX "${PLplot_PREFIX}"
   CMAKE_ARGS

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

Summary of changes:
 Modules/FindGDAL.cmake                           |    3 +++
 Modules/FindGIF.cmake                            |    2 ++
 Modules/FindOpenThreads.cmake                    |    3 +++
 Modules/Findosg_functions.cmake                  |    3 +++
 Tests/CMakeTests/String-TIMESTAMP-UnixTime.cmake |    6 +++---
 Tests/CMakeTests/StringTest.cmake.in             |    2 +-
 Tests/Contracts/PLplot/CMakeLists.txt            |    2 +-
 7 files changed, 16 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list