[Cmake-commits] CMake branch, master, updated. v3.16.0-rc2-122-g11897b824c

2019-10-24 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  11897b824cb18f40bcbcee03ab4cb106a10ee436 (commit)
   via  920dd9d56bca8f855675ecf65c13059d111c3ec6 (commit)
   via  26a0f5d6d428f025f4bfb987d6dc24acb0707aec (commit)
   via  81ded33c04e0d7faff55b048877fcd795ce8afe0 (commit)
   via  fd867a49c4c9563c90bf9ebf66ba602dee072e35 (commit)
   via  39fbbd6feaec91bcb2d31ee01ec431d0791a2baf (commit)
  from  490da0bd337f33c51884d7fe3bd5ac042ac0b0c5 (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=11897b824cb18f40bcbcee03ab4cb106a10ee436
commit 11897b824cb18f40bcbcee03ab4cb106a10ee436
Merge: 920dd9d56b 81ded33c04
Author: Brad King 
AuthorDate: Thu Oct 24 08:03:40 2019 -0400
Commit: Brad King 
CommitDate: Thu Oct 24 08:03:40 2019 -0400

Merge branch 'release-3.16'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=920dd9d56bca8f855675ecf65c13059d111c3ec6
commit 920dd9d56bca8f855675ecf65c13059d111c3ec6
Merge: 26a0f5d6d4 fd867a49c4
Author: Brad King 
AuthorDate: Thu Oct 24 12:02:23 2019 +
Commit: Kitware Robot 
CommitDate: Thu Oct 24 08:03:15 2019 -0400

Merge topic 'cmp0097-doc-fix'

fd867a49c4 Help: Fix capitalization in CMP0097 documentation

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=26a0f5d6d428f025f4bfb987d6dc24acb0707aec
commit 26a0f5d6d428f025f4bfb987d6dc24acb0707aec
Merge: 490da0bd33 39fbbd6fea
Author: Brad King 
AuthorDate: Thu Oct 24 12:02:13 2019 +
Commit: Kitware Robot 
CommitDate: Thu Oct 24 08:02:21 2019 -0400

Merge topic 'fortran-ext-F'

39fbbd6fea Fortran: Add .F extension to Source Files group

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=39fbbd6feaec91bcb2d31ee01ec431d0791a2baf
commit 39fbbd6feaec91bcb2d31ee01ec431d0791a2baf
Author: Johnny Jazeix 
AuthorDate: Wed Oct 23 14:47:45 2019 +0200
Commit: Brad King 
CommitDate: Wed Oct 23 09:20:25 2019 -0400

Fortran: Add .F extension to Source Files group

While at it, improve source layout of the regex string literal.

Fixes: #8768

diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h
index 82a3625b8b..19a0d29136 100644
--- a/Source/cmSourceFile.h
+++ b/Source/cmSourceFile.h
@@ -154,9 +154,8 @@ private:
 #define CM_HEADER_REGEX "\\.(h|hh|h\\+\\+|hm|hpp|hxx|in|txx|inl)$"
 
 #define CM_SOURCE_REGEX   \
-  "\\.(C|M|c|c\\+\\+|cc|cpp|cxx|cu|f|f90|for|fpp|ftn|m|mm|rc|def|r|odl|idl|"  \
-  "hpj"   \
-  "|bat)$"
+  "\\.(C|F|M|c|c\\+\\+|cc|cpp|cxx|cu|f|f90|for|fpp|ftn|m|mm|" \
+  "rc|def|r|odl|idl|hpj|bat)$"
 
 #define CM_PCH_REGEX "cmake_pch\\.(h|hxx)$"
 

---

Summary of changes:
 Help/policy/CMP0097.rst | 2 +-
 Source/cmSourceFile.h   | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)


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-rc2-8-g81ded33c04

2019-10-24 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  81ded33c04e0d7faff55b048877fcd795ce8afe0 (commit)
   via  fd867a49c4c9563c90bf9ebf66ba602dee072e35 (commit)
  from  fa1fe09dbbf8e18e02a67dc20adb3cb523418ef6 (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/policy/CMP0097.rst | 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-rc2-124-gb2b79e7776

2019-10-24 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  b2b79e7776584d4903721756f39ccfcec8e560e9 (commit)
   via  2d1fd3f8188176e51cc30b64b471158a36916b65 (commit)
  from  11897b824cb18f40bcbcee03ab4cb106a10ee436 (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=b2b79e7776584d4903721756f39ccfcec8e560e9
commit b2b79e7776584d4903721756f39ccfcec8e560e9
Merge: 11897b824c 2d1fd3f818
Author: Brad King 
AuthorDate: Thu Oct 24 14:41:21 2019 +
Commit: Kitware Robot 
CommitDate: Thu Oct 24 10:41:30 2019 -0400

Merge topic 'doc-dev-note-ext'

2d1fd3f818 Help: Fix missed extension for `CMAKE_MESSAGE_CONTEXT` release 
note

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d1fd3f8188176e51cc30b64b471158a36916b65
commit 2d1fd3f8188176e51cc30b64b471158a36916b65
Author: Alex Turbov 
AuthorDate: Thu Oct 24 13:07:51 2019 +0200
Commit: Alex Turbov 
CommitDate: Thu Oct 24 13:07:51 2019 +0200

Help: Fix missed extension for `CMAKE_MESSAGE_CONTEXT` release note

diff --git a/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT 
b/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst
similarity index 100%
rename from Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT
rename to Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst

---

Summary of changes:
 .../{feature-CMAKE_MESSAGE_CONTEXT => feature-CMAKE_MESSAGE_CONTEXT.rst}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Help/release/dev/{feature-CMAKE_MESSAGE_CONTEXT => 
feature-CMAKE_MESSAGE_CONTEXT.rst} (100%)


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-rc2-125-g5a3f539cd5

2019-10-24 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  5a3f539cd50621298d15df639c29a9c09aace443 (commit)
  from  b2b79e7776584d4903721756f39ccfcec8e560e9 (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=5a3f539cd50621298d15df639c29a9c09aace443
commit 5a3f539cd50621298d15df639c29a9c09aace443
Author: Kitware Robot 
AuthorDate: Fri Oct 25 00:01:07 2019 -0400
Commit: Kitware Robot 
CommitDate: Fri Oct 25 00:01:07 2019 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 1c8e050c59..05137c83f6 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 20191024)
+set(CMake_VERSION_PATCH 20191025)
 #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