[Cmake-commits] CMake branch, master, updated. v3.14.4-1132-g7c39a9c

2019-05-28 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  7c39a9c6b6e2463b9fefc7516faeb48c2cbbd997 (commit)
  from  c7db6ce98617aa846d213027c9ea9505f7d11d08 (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=7c39a9c6b6e2463b9fefc7516faeb48c2cbbd997
commit 7c39a9c6b6e2463b9fefc7516faeb48c2cbbd997
Author: Kitware Robot 
AuthorDate: Wed May 29 00:01:08 2019 -0400
Commit: Kitware Robot 
CommitDate: Wed May 29 00:01:08 2019 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 0a23023..06fac72 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 14)
-set(CMake_VERSION_PATCH 20190528)
+set(CMake_VERSION_PATCH 20190529)
 #set(CMake_VERSION_RC 1)

---

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.14.4-1131-gc7db6ce

2019-05-28 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  c7db6ce98617aa846d213027c9ea9505f7d11d08 (commit)
   via  a7754448f66acc50427a04b1e5b699a041ae295a (commit)
  from  45e4f470c02b16622c281371d30ecc0f7d71e5c6 (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=c7db6ce98617aa846d213027c9ea9505f7d11d08
commit c7db6ce98617aa846d213027c9ea9505f7d11d08
Merge: 45e4f47 a775444
Author: Brad King 
AuthorDate: Tue May 28 18:59:32 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 14:59:48 2019 -0400

Merge topic 'flex'

a7754448f6 FindFLEX: fix example

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a7754448f66acc50427a04b1e5b699a041ae295a
commit a7754448f66acc50427a04b1e5b699a041ae295a
Author: Marcin Ślusarz 
AuthorDate: Sun May 26 22:30:49 2019 +0200
Commit: Marcin Ślusarz 
CommitDate: Sun May 26 22:34:06 2019 +0200

FindFLEX: fix example

Binaries using flex must link with the detected library.

diff --git a/Modules/FindFLEX.cmake b/Modules/FindFLEX.cmake
index 09d57d2..d22b7ec 100644
--- a/Modules/FindFLEX.cmake
+++ b/Modules/FindFLEX.cmake
@@ -95,6 +95,7 @@ respectively ``FLEX_TARGET`` and ``BISON_TARGET`` macros.
   ${BISON_MyParser_OUTPUTS}
   ${FLEX_MyScanner_OUTPUTS}
)
+   target_link_libraries(Foo ${FLEX_LIBRARIES})
   
 #]===]
 

---

Summary of changes:
 Modules/FindFLEX.cmake | 1 +
 1 file changed, 1 insertion(+)


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.14.4-1129-g45e4f47

2019-05-28 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  45e4f470c02b16622c281371d30ecc0f7d71e5c6 (commit)
   via  dfd2e0a4ede4a7c31eb7132f8e74d234b260a519 (commit)
   via  22aabdfde0c3e73812b596c21479c8418075d644 (commit)
   via  f326591c1369680541311eabe8d3eae6d1bce293 (commit)
   via  f07d42632bd4f29eda871de12ebb5f03f9d4edda (commit)
   via  a38b63c1bb2485f43054906f2e9697f9a3979ce6 (commit)
   via  df6adb02c067a5714587365bc6ffdd90b342732c (commit)
   via  5bf07b9cfc5fda0c9d81f90e34761eb256733785 (commit)
   via  b5ad572ac181c6e9754e31bd907abe59e7016d8a (commit)
   via  62d6ed79fb4cc4cdeb1a246f0f12db7e6031f4ba (commit)
   via  2b6f832bf52bf59241cd8de742bf95dbb4269c88 (commit)
  from  76cb43c7c5515e0ca8c1858311a54954fbc39870 (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=45e4f470c02b16622c281371d30ecc0f7d71e5c6
commit 45e4f470c02b16622c281371d30ecc0f7d71e5c6
Merge: dfd2e0a f07d426
Author: Brad King 
AuthorDate: Tue May 28 11:59:22 2019 -0400
Commit: Brad King 
CommitDate: Tue May 28 11:59:22 2019 -0400

Merge branch 'release-3.14'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dfd2e0a4ede4a7c31eb7132f8e74d234b260a519
commit dfd2e0a4ede4a7c31eb7132f8e74d234b260a519
Merge: 22aabdf a38b63c
Author: Brad King 
AuthorDate: Tue May 28 15:57:55 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:58:07 2019 -0400

Merge topic 'FindThreads-doc-c++'

a38b63c1bb FindThreads: Drop incorrect docs about usage with C++

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=22aabdfde0c3e73812b596c21479c8418075d644
commit 22aabdfde0c3e73812b596c21479c8418075d644
Merge: f326591 df6adb0
Author: Brad King 
AuthorDate: Tue May 28 15:56:14 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:56:24 2019 -0400

Merge topic 'cmake_automoc_relaxed_mode_deprecation'

df6adb02c0 Autogen: Deprecation release notes for CMAKE_AUTOMOC_RELAXED_MODE
5bf07b9cfc Help: Mark CMAKE_AUTOMOC_RELAXED_MODE as deprecated
b5ad572ac1 Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODE

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f326591c1369680541311eabe8d3eae6d1bce293
commit f326591c1369680541311eabe8d3eae6d1bce293
Merge: 76cb43c 62d6ed7
Author: Brad King 
AuthorDate: Tue May 28 15:51:19 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:53:21 2019 -0400

Merge topic 'FindPython-find_framework'

62d6ed79fb FindPython: Add variable 'Python_FIND_FRAMEWORK' to control 
frameworks lookup.

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=df6adb02c067a5714587365bc6ffdd90b342732c
commit df6adb02c067a5714587365bc6ffdd90b342732c
Author: Sebastian Holtermann 
AuthorDate: Mon May 27 12:55:34 2019 +0200
Commit: Sebastian Holtermann 
CommitDate: Mon May 27 13:13:08 2019 +0200

Autogen: Deprecation release notes for CMAKE_AUTOMOC_RELAXED_MODE

diff --git a/Help/release/dev/cmake_automoc_relaxed_mode.rst 
b/Help/release/dev/cmake_automoc_relaxed_mode.rst
new file mode 100644
index 000..aa4772a
--- /dev/null
+++ b/Help/release/dev/cmake_automoc_relaxed_mode.rst
@@ -0,0 +1,5 @@
+cmake_automoc_relaxed_mode
+--
+
+* The variable :variable:`CMAKE_AUTOMOC_RELAXED_MODE` is considered
+  deprecated.  Support still exists but will be removed in future versions.

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5bf07b9cfc5fda0c9d81f90e34761eb256733785
commit 5bf07b9cfc5fda0c9d81f90e34761eb256733785
Author: Sebastian Holtermann 
AuthorDate: Mon May 27 12:56:58 2019 +0200
Commit: Sebastian Holtermann 
CommitDate: Mon May 27 13:13:08 2019 +0200

Help: Mark CMAKE_AUTOMOC_RELAXED_MODE as deprecated

diff --git a/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst 
b/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst
index addc62d..6c0c61b 100644
--- a/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst
+++ b/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst
@@ -1,6 +1,8 @@
 CMAKE_AUTOMOC_RELAXED_MODE
 --
 
+.. deprecated:: 3.15
+
 Switch between strict and relaxed automoc mode.
 
 By default, :prop_tgt:`AUTOMOC` behaves exactly as described in the

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b5ad572ac181c6e9754e31bd907abe59e7016d8a
commit b5ad572ac181c6e9754e31bd907abe59e7016d8a
Author: Sebastian Holtermann 
AuthorDate: Mon May 27 12:30:45 2019 +0200
Commit: Sebastian 

[Cmake-commits] CMake branch, release, updated. v3.14.4-6-gf07d426

2019-05-28 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  f07d42632bd4f29eda871de12ebb5f03f9d4edda (commit)
   via  a38b63c1bb2485f43054906f2e9697f9a3979ce6 (commit)
   via  2b6f832bf52bf59241cd8de742bf95dbb4269c88 (commit)
   via  b915a4258550917cadb7cdd2f522b6e488b4db59 (commit)
  from  fffb5f1a75ee4d2c909209e68a822596606f90a4 (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:
 Modules/FindBoost.cmake   | 10 ++
 Modules/FindThreads.cmake |  3 ---
 2 files changed, 10 insertions(+), 3 deletions(-)


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.14.4-1118-g76cb43c

2019-05-28 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  76cb43c7c5515e0ca8c1858311a54954fbc39870 (commit)
   via  da0937c04fe8cb167a55a1e37cf275d24a262fa7 (commit)
   via  56fec2fe8f7014abb5677fd4fca03fa208c498e8 (commit)
   via  da78d0f5ea5506602db9f761e559ff9057430c57 (commit)
   via  59c392b44eb2920240b05a46e7f9c069ef374558 (commit)
   via  9bf97363b0d0f3ba0bf89247ce4f8811b4286961 (commit)
   via  3a0ab3ba2303784e20f1025cf3cd337d840a5b17 (commit)
   via  9e5457d3b4f5c46028c29d731f4057e3fa76415a (commit)
   via  3dfc8b9bd6b75d35b959ee4a79c056f4af8ea28a (commit)
  from  540640fc0aca7f181098b0270fb1cae1cd684791 (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=76cb43c7c5515e0ca8c1858311a54954fbc39870
commit 76cb43c7c5515e0ca8c1858311a54954fbc39870
Merge: da0937c 3dfc8b9
Author: Brad King 
AuthorDate: Tue May 28 15:50:29 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:51:58 2019 -0400

Merge topic 'GetPrerequisites-use-if-IN_LIST'

3dfc8b9bd6 GetPrerequisites: use if(IN_LIST) instead of foreach

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=da0937c04fe8cb167a55a1e37cf275d24a262fa7
commit da0937c04fe8cb167a55a1e37cf275d24a262fa7
Merge: 56fec2f 9e5457d
Author: Brad King 
AuthorDate: Tue May 28 15:49:43 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:50:28 2019 -0400

Merge topic 'swift-response'

9e5457d3b4 Ninja,Swift: correct response file handling

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=56fec2fe8f7014abb5677fd4fca03fa208c498e8
commit 56fec2fe8f7014abb5677fd4fca03fa208c498e8
Merge: da78d0f 59c392b
Author: Brad King 
AuthorDate: Tue May 28 15:49:09 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:49:17 2019 -0400

Merge topic 'FindICU-find-names'

59c392b44e FindICU: Pass explicit NAMES argument to find command calls

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=da78d0f5ea5506602db9f761e559ff9057430c57
commit da78d0f5ea5506602db9f761e559ff9057430c57
Merge: 540640f 9bf9736
Author: Brad King 
AuthorDate: Tue May 28 15:42:38 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:43:24 2019 -0400

Merge topic 'rel-push'

9bf97363b0 Utilities/Release: Replace upload step with a "push" script
3a0ab3ba23 Utilities/Release: Teach upload script to compute version 
automatically

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=59c392b44eb2920240b05a46e7f9c069ef374558
commit 59c392b44eb2920240b05a46e7f9c069ef374558
Author: Brad King 
AuthorDate: Fri May 24 10:30:08 2019 -0400
Commit: Brad King 
CommitDate: Fri May 24 10:31:35 2019 -0400

FindICU: Pass explicit NAMES argument to find command calls

This improves readability and avoids an undocumented signature variant.

Fixes: #19302

diff --git a/Modules/FindICU.cmake b/Modules/FindICU.cmake
index e4b4909..38081f5 100644
--- a/Modules/FindICU.cmake
+++ b/Modules/FindICU.cmake
@@ -162,7 +162,8 @@ function(_ICU_FIND)
 string(TOUPPER "${program}" program_upcase)
 set(cache_var "ICU_${program_upcase}_EXECUTABLE")
 set(program_var "ICU_${program_upcase}_EXECUTABLE")
-find_program("${cache_var}" "${program}"
+find_program("${cache_var}"
+  NAMES "${program}"
   HINTS ${icu_roots}
   PATH_SUFFIXES ${icu_binary_suffixes}
   DOC "ICU ${program} executable"
@@ -228,13 +229,15 @@ function(_ICU_FIND)
   list(APPEND component_libnames ${static_component_libnames})
   list(APPEND component_debug_libnames ${static_component_debug_libnames})
 endif()
-find_library("${component_cache_release}" ${component_libnames}
+find_library("${component_cache_release}"
+  NAMES ${component_libnames}
   HINTS ${icu_roots}
   PATH_SUFFIXES ${icu_library_suffixes}
   DOC "ICU ${component} library (release)"
   NO_PACKAGE_ROOT_PATH
   )
-find_library("${component_cache_debug}" ${component_debug_libnames}
+find_library("${component_cache_debug}"
+  NAMES ${component_debug_libnames}
   HINTS ${icu_roots}
   PATH_SUFFIXES ${icu_library_suffixes}
   DOC "ICU ${component} library (debug)"
@@ -286,7 +289,8 @@ function(_ICU_FIND)
 string(REPLACE "." "_" data_upcase "${data_upcase}")
 set(cache_var "ICU_${data_upcase}")
 set(data_var 

[Cmake-commits] CMake branch, master, updated. v3.14.4-1109-g540640f

2019-05-28 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  540640fc0aca7f181098b0270fb1cae1cd684791 (commit)
   via  b915a4258550917cadb7cdd2f522b6e488b4db59 (commit)
  from  e13b18e2c70f42c23ed7e7fddb93557ce19b7359 (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=540640fc0aca7f181098b0270fb1cae1cd684791
commit 540640fc0aca7f181098b0270fb1cae1cd684791
Merge: e13b18e b915a42
Author: Brad King 
AuthorDate: Tue May 28 15:42:02 2019 +
Commit: Kitware Robot 
CommitDate: Tue May 28 11:42:12 2019 -0400

Merge topic 'FindBoost-contract-requires-compile-features'

b915a42585 FindBoost: Add compiler features for Boost Contract library

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


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b915a4258550917cadb7cdd2f522b6e488b4db59
commit b915a4258550917cadb7cdd2f522b6e488b4db59
Author: Alex Turbov 
AuthorDate: Fri May 24 19:12:44 2019 +0900
Commit: Brad King 
CommitDate: Fri May 24 07:13:56 2019 -0400

FindBoost: Add compiler features for Boost Contract library

diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 552c2fd..6a59dff 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -1075,6 +1075,16 @@ function(_Boost_COMPILER_FEATURES component _ret)
 # Compiler feature for `context` same as for `fiber`.
 set(_Boost_CONTEXT_COMPILER_FEATURES ${_Boost_FIBER_COMPILER_FEATURES})
   endif()
+
+  # Boost Contract library available in >= 1.67
+  if(NOT Boost_VERSION_STRING VERSION_LESS 1.67.0)
+# From `libs/contract/build/boost_contract_build.jam`
+set(_Boost_CONTRACT_COMPILER_FEATURES
+cxx_lambdas
+cxx_variadic_templates
+)
+  endif()
+
   string(TOUPPER ${component} uppercomponent)
   set(${_ret} ${_Boost_${uppercomponent}_COMPILER_FEATURES} PARENT_SCOPE)
 endfunction()

---

Summary of changes:
 Modules/FindBoost.cmake | 10 ++
 1 file changed, 10 insertions(+)


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