[Cmake-commits] CMake branch, master, updated. v3.16.0-rc1-88-g220d599

2019-10-15 Thread Kitware Robot via Cmake-commits
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  220d5995076f794e222c882963fb634169a6600b (commit)
  from  60509518124e715994900afa88530558b248510c (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=220d5995076f794e222c882963fb634169a6600b
commit 220d5995076f794e222c882963fb634169a6600b
Author: Kitware Robot 
AuthorDate: Wed Oct 16 00:01:08 2019 -0400
Commit: Kitware Robot 
CommitDate: Wed Oct 16 00:01:08 2019 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 458cc86..4edadd8 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,7 +1,7 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 16)
-set(CMake_VERSION_PATCH 20191015)
+set(CMake_VERSION_PATCH 20191016)
 #set(CMake_VERSION_RC 0)
 set(CMake_VERSION_IS_DIRTY 0)
 

---

Summary of changes:
 Source/CMakeVersion.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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


[Cmake-commits] CMake branch, master, updated. v3.16.0-rc1-87-g6050951

2019-10-15 Thread Kitware Robot via Cmake-commits
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  60509518124e715994900afa88530558b248510c (commit)
   via  cdc8d75c495b4a7c8151b0aca1f6ceb515d9135e (commit)
   via  4041f6a3273f5638c28c7c9ff48f0326088531c7 (commit)
   via  dc164bccc1a5c3e3e20b8c4c1ee655e9d83d5779 (commit)
   via  e14518ec4507b008a4a1b842bb14a8587aacf055 (commit)
   via  fb16e0e7c05c9c227f6fb2a6ec5dbcae95b12880 (commit)
   via  7716be4561505118bee90d54357f83f37092b53f (commit)
   via  74035b0ad4eb2eccf6537d6348afeb5d63222b5d (commit)
   via  c9d73b26b0a78fac774a549de41eee55ed4e8d7b (commit)
   via  db5a8d78761e59d43db2b463a8f8aaa5e7d2be48 (commit)
  from  daf6a6ba68a6fa1c5d1956f151104d903f3447cc (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=60509518124e715994900afa88530558b248510c
commit 60509518124e715994900afa88530558b248510c
Merge: cdc8d75 4041f6a
Author: Brad King 
AuthorDate: Tue Oct 15 11:18:51 2019 -0400
Commit: Brad King 
CommitDate: Tue Oct 15 11:18:51 2019 -0400

Merge branch 'release-3.16'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cdc8d75c495b4a7c8151b0aca1f6ceb515d9135e
commit cdc8d75c495b4a7c8151b0aca1f6ceb515d9135e
Merge: dc164bc fb16e0e
Author: Brad King 
AuthorDate: Tue Oct 15 15:16:55 2019 +
Commit: Kitware Robot 
CommitDate: Tue Oct 15 11:17:03 2019 -0400

Merge topic 'doc-static-lib-flags'

fb16e0e7c0 Help: Clarify documentation of CMAKE_STATIC_LINKER_FLAGS

Acked-by: Kitware Robot 
Merge-request: !3919


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dc164bccc1a5c3e3e20b8c4c1ee655e9d83d5779
commit dc164bccc1a5c3e3e20b8c4c1ee655e9d83d5779
Merge: e14518e c9d73b2
Author: Brad King 
AuthorDate: Tue Oct 15 15:13:12 2019 +
Commit: Kitware Robot 
CommitDate: Tue Oct 15 11:14:09 2019 -0400

Merge topic 'cmake-initial-cache-relative'

c9d73b26b0 cmake: Fix relative path regression in -C

Acked-by: Kitware Robot 
Merge-request: !3912


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e14518ec4507b008a4a1b842bb14a8587aacf055
commit e14518ec4507b008a4a1b842bb14a8587aacf055
Merge: daf6a6b db5a8d7
Author: Brad King 
AuthorDate: Tue Oct 15 15:13:02 2019 +
Commit: Kitware Robot 
CommitDate: Tue Oct 15 11:13:10 2019 -0400

Merge topic 'FindOpenMP-clang-HIP-device'

db5a8d7876 FindOpenMP: Add support for HIP clang device pass

Acked-by: Kitware Robot 
Merge-request: !3911


---

Summary of changes:
 Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst   | 10 --
 Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst| 12 +---
 Modules/FindOpenMP.cmake  |  2 ++
 Source/cmake.cxx  |  2 ++
 Tests/RunCMake/CommandLine/C-no-file-stderr.txt   |  2 +-
 Tests/RunCMake/CommandLine/C_basic-stderr.txt |  4 
 Tests/RunCMake/CommandLine/C_basic-stdout.txt |  1 +
 Tests/RunCMake/CommandLine/C_basic.cmake  |  2 ++
 Tests/RunCMake/CommandLine/C_basic_fullpath-stderr.txt|  4 
 Tests/RunCMake/CommandLine/C_basic_fullpath-stdout.txt|  1 +
 Tests/RunCMake/CommandLine/C_basic_fullpath.cmake |  2 ++
 .../initial-cache.txt => C_basic_initial-cache.txt}   |  1 -
 Tests/RunCMake/CommandLine/C_buildsrcdir-stderr.txt   |  8 
 Tests/RunCMake/CommandLine/C_buildsrcdir-stdout.txt   |  2 +-
 Tests/RunCMake/CommandLine/Cno-file-stderr.txt|  2 +-
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 15 ---
 16 files changed, 54 insertions(+), 16 deletions(-)
 create mode 100644 Tests/RunCMake/CommandLine/C_basic-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic-stdout.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic.cmake
 create mode 100644 Tests/RunCMake/CommandLine/C_basic_fullpath-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic_fullpath-stdout.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic_fullpath.cmake
 copy Tests/RunCMake/CommandLine/{C_buildsrcdir/initial-cache.txt => 
C_basic_initial-cache.txt} (76%)


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


[Cmake-commits] CMake branch, release, updated. v3.16.0-rc1-30-g4041f6a

2019-10-15 Thread Kitware Robot via Cmake-commits
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, release has been updated
   via  4041f6a3273f5638c28c7c9ff48f0326088531c7 (commit)
   via  fb16e0e7c05c9c227f6fb2a6ec5dbcae95b12880 (commit)
   via  7716be4561505118bee90d54357f83f37092b53f (commit)
   via  74035b0ad4eb2eccf6537d6348afeb5d63222b5d (commit)
   via  c9d73b26b0a78fac774a549de41eee55ed4e8d7b (commit)
   via  db5a8d78761e59d43db2b463a8f8aaa5e7d2be48 (commit)
  from  6847d81856be2337d24d4db04fc3d23f43122c82 (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 -
---

Summary of changes:
 Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst   | 10 --
 Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst| 12 +---
 Modules/FindOpenMP.cmake  |  2 ++
 Source/cmake.cxx  |  2 ++
 Tests/RunCMake/CommandLine/C-no-file-stderr.txt   |  2 +-
 Tests/RunCMake/CommandLine/C_basic-stderr.txt |  4 
 Tests/RunCMake/CommandLine/C_basic-stdout.txt |  1 +
 Tests/RunCMake/CommandLine/C_basic.cmake  |  2 ++
 Tests/RunCMake/CommandLine/C_basic_fullpath-stderr.txt|  4 
 Tests/RunCMake/CommandLine/C_basic_fullpath-stdout.txt|  1 +
 Tests/RunCMake/CommandLine/C_basic_fullpath.cmake |  2 ++
 .../initial-cache.txt => C_basic_initial-cache.txt}   |  1 -
 Tests/RunCMake/CommandLine/C_buildsrcdir-stderr.txt   |  8 
 Tests/RunCMake/CommandLine/C_buildsrcdir-stdout.txt   |  2 +-
 Tests/RunCMake/CommandLine/Cno-file-stderr.txt|  2 +-
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 15 ---
 16 files changed, 54 insertions(+), 16 deletions(-)
 create mode 100644 Tests/RunCMake/CommandLine/C_basic-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic-stdout.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic.cmake
 create mode 100644 Tests/RunCMake/CommandLine/C_basic_fullpath-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic_fullpath-stdout.txt
 create mode 100644 Tests/RunCMake/CommandLine/C_basic_fullpath.cmake
 copy Tests/RunCMake/CommandLine/{C_buildsrcdir/initial-cache.txt => 
C_basic_initial-cache.txt} (76%)


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