Brad King
d61c3bd505
Merge branch 'upstream-curl' into update-curl
...
* upstream-curl:
curl 2020-03-04 (b8d13668)
2020-03-04 14:34:39 -05:00
Curl Upstream
735ea3001a
curl 2020-03-04 (b8d13668)
...
Code extracted from:
https://github.com/curl/curl.git
at commit b8d1366852fd0034374c5de1e4968c7a224f77cc (curl-7_69_0).
2020-03-04 14:34:23 -05:00
Brad King
84dc14a967
curl: Update script to get curl 7.69.0
2020-03-04 14:34:13 -05:00
Brad King
5868e58b42
Merge branch 'release-3.16'
2020-03-04 10:14:40 -05:00
Brad King
b7d8c91822
CMake 3.16.5
v3.16.5
2020-03-04 08:50:44 -05:00
Brad King
07a7bc0e3f
Merge branch 'release-3.16'
2020-03-04 08:49:39 -05:00
Brad King
75d5232e18
Merge branch 'doc-rel-3.16-updates' into release-3.16
...
Merge-request: !4425
2020-03-04 08:49:19 -05:00
Brad King
33adf8452a
Merge branch 'release-3.17'
2020-03-04 08:48:01 -05:00
Brad King
af184b138a
Merge topic 'doc-rel-3.16-updates'
...
d25d8e9eef Help: Update CMake 3.16 release notes for 3.16.5
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4425
2020-03-04 08:48:00 -05:00
Brad King
f1f5d90752
Merge topic 'doc-rel-3.16-updates' into release-3.17
...
d25d8e9eef Help: Update CMake 3.16 release notes for 3.16.5
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4425
2020-03-04 08:48:00 -05:00
Brad King
8367d5e305
Merge branch 'release-3.17'
2020-03-04 08:45:49 -05:00
Brad King
2c6d55b652
Merge branch 'release-3.16' into release-3.17
2020-03-04 08:44:28 -05:00
Brad King
5bf1081962
Merge topic 'FindOpenAL-updates'
...
a67f0a4ac7 FindOpenAL: Move user-relevant comments into public documentation
cf0ce977de FindOpenAL: Minor implementation cleanup
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4414
2020-03-04 08:29:36 -05:00
Brad King
022a935f3a
Merge topic 'msvc-librarian'
...
55196a1440 MSVC: Use 'lib' instead of 'link /lib' to create static libraries
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4409
2020-03-04 08:28:01 -05:00
Brad King
adbce239c4
Merge topic 'update-librhash'
...
4cfadf3bc6 librhash: Fix -Wdocumentation warning about @param name
8d3770738c librhash: Update build within CMake for rhash 1.3.9
471ebc590e Merge branch 'upstream-librhash' into update-librhash
641cc0030c librhash 2019-12-14 (75716b45)
74f1a64572 librhash: Update import script to get rhash 1.3.9
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4417
2020-03-04 08:26:43 -05:00
Brad King
4f231fd5dc
Merge branch 'release-3.17'
2020-03-04 08:20:18 -05:00
Brad King
95b151af90
Merge topic 'FindPython-manage-SOABI-suffix'
...
0c97b73bc0 FindPython: python_add_library can now manage SOABI suffix.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4420
2020-03-04 08:20:18 -05:00
Brad King
ab00435e79
Merge topic 'FindPython-manage-SOABI-suffix' into release-3.17
...
0c97b73bc0 FindPython: python_add_library can now manage SOABI suffix.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4420
2020-03-04 08:20:17 -05:00
Brad King
288a3204ed
Merge branch 'release-3.17'
2020-03-04 08:19:30 -05:00
Brad King
b0317d9b98
Merge topic 'llvm-rc-defines-not-flags' into release-3.17
...
ee70c5de4d llvm-rc: Forward DEFINES instead of FLAGS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4419
2020-03-04 08:19:30 -05:00
Brad King
71633304c4
Merge topic 'llvm-rc-defines-not-flags'
...
ee70c5de4d llvm-rc: Forward DEFINES instead of FLAGS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4419
2020-03-04 08:19:30 -05:00
Brad King
27a29c46b6
Merge topic 'ninja-multi-spurious-unused-variables' into release-3.17
...
8b799f80e3 Ninja Multi-Config: Fix spurious unused variable warning
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4421
2020-03-04 08:18:03 -05:00
Brad King
0975743eb6
Merge branch 'release-3.17'
2020-03-04 08:18:03 -05:00
Brad King
26f728ca78
Merge topic 'ninja-multi-spurious-unused-variables'
...
8b799f80e3 Ninja Multi-Config: Fix spurious unused variable warning
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4421
2020-03-04 08:18:03 -05:00
Kitware Robot
d674c3a5bc
CMake Nightly Date Stamp
2020-03-04 00:01:11 -05:00
Kyle Edwards
8b799f80e3
Ninja Multi-Config: Fix spurious unused variable warning
...
Fixes : #20381
2020-03-03 15:52:36 -05:00
Nguyễn Gia Phong
a67f0a4ac7
FindOpenAL: Move user-relevant comments into public documentation
...
In particular, the role of frameworks in the search order can
help users trying to use the ``OPENALDIR`` environment variable.
Fixes : #20334
2020-03-03 09:30:34 -05:00
Nguyễn Gia Phong
cf0ce977de
FindOpenAL: Minor implementation cleanup
...
Use modern FPHSA signature. Indent search paths.
2020-03-03 09:25:20 -05:00
Brad King
38ac070ead
Merge topic 'cmake_command-eval'
...
598b676b5e cmake_command: Add command to EVAL a CMake script as a string
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4408
2020-03-03 09:19:39 -05:00
Brad King
cabde33ed8
Merge topic 'cmGeneratedFileStream-resource-leak'
...
59530d9dec cmGeneratedFileStream: File resource leak if oldname not found
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4415
2020-03-03 08:46:44 -05:00
Cristian Adam
598b676b5e
cmake_command: Add command to EVAL a CMake script as a string
2020-03-03 08:42:13 -05:00
Francisco Facioni
55196a1440
MSVC: Use 'lib' instead of 'link /lib' to create static libraries
...
`link.exe /lib` is an undocumented flag and it just calls `lib.exe`.
Also `link.exe` doesn't parse the `/lib` option correctly when in a
response file.
2020-03-03 08:31:13 -05:00
Thomas Bernard
ee70c5de4d
llvm-rc: Forward DEFINES instead of FLAGS
...
Since commit 1c2d031cbd (Add -E cmake_llvm_rc to preprocess files for
llvm-rc, 2020-01-14, v3.17.0-rc1~24^2) we pass the full target `<FLAGS>`
to the llvm-rc resource compiler, but we should pass only `<DEFINES>`.
Fixes : #20414
2020-03-03 08:12:25 -05:00
Brad King
4cfadf3bc6
librhash: Fix -Wdocumentation warning about @param name
2020-03-03 07:55:03 -05:00
Marc Chevrier
0c97b73bc0
FindPython: python_add_library can now manage SOABI suffix.
...
Fixes : #20408
2020-03-03 13:13:48 +01:00
Kitware Robot
7120ffc994
CMake Nightly Date Stamp
2020-03-03 00:01:08 -05:00
Brad King
8d3770738c
librhash: Update build within CMake for rhash 1.3.9
2020-03-02 17:22:06 -05:00
Brad King
471ebc590e
Merge branch 'upstream-librhash' into update-librhash
...
* upstream-librhash:
librhash 2019-12-14 (75716b45)
2020-03-02 16:58:34 -05:00
librhash upstream
641cc0030c
librhash 2019-12-14 (75716b45)
...
Code extracted from:
https://github.com/rhash/rhash.git
at commit 75716b45c21416c98c0ab2e3c2735b150e7afb03 (v1.3.9).
2020-03-02 16:31:07 -05:00
Brad King
74f1a64572
librhash: Update import script to get rhash 1.3.9
2020-03-02 16:31:01 -05:00
Brad King
6e9eaca24f
Merge branch 'release-3.17'
2020-03-02 15:30:44 -05:00
Brad King
d1cb554c99
CMake 3.17.0-rc2
v3.17.0-rc2
2020-03-02 14:15:14 -05:00
Brad King
02556d850b
Merge topic 'test_output'
...
1ae9ddbb9d Tests: Output the expected value in Preprocess test for debugging
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4410
2020-03-02 10:49:25 -05:00
Brad King
f32d41d295
Merge topic 'CheckTypeSize-ppc64'
...
a09d646b7c CheckTypeSize: Fix '..._CODE' result for ppc and ppc64
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4413
2020-03-02 10:48:41 -05:00
Brad King
178a166ae1
Merge topic 'xl-fortran-module-dir-use'
...
92785ed746 Tests: Enable Fortran submodule tests on XL compilers
210b0b99a9 XL: Fix using Fortran modules from their output directory
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4405
2020-03-02 10:48:05 -05:00
Brad King
813b505c67
Merge topic 'CheckFortranSource-def'
...
1bc521416f CheckFortranSource*: Avoid passing -DVAR to linker
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4406
2020-03-02 10:47:11 -05:00
Kitware Robot
d016637eef
CMake Nightly Date Stamp
2020-03-02 00:01:08 -05:00
Bo Rydberg
59530d9dec
cmGeneratedFileStream: File resource leak if oldname not found
2020-03-01 17:40:41 -05:00
Kitware Robot
61596e1cc8
CMake Nightly Date Stamp
2020-03-01 00:01:04 -05:00
Kitware Robot
be2f34b9c1
CMake Nightly Date Stamp
2020-02-29 00:01:10 -05:00