Brad King
268909518f
Merge topic 'file-CONFIGURE'
...
a6fee09484 file: Add CONFIGURE subcommand
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4436
2020-03-10 08:27:21 -04:00
Brad King
16ad4e5ce6
Merge topic 'modernize-memory-management'
...
44867a8c01 Modernize memory management
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4444
2020-03-10 08:26:27 -04:00
Brad King
30e67e752c
Merge topic 'std-string-genex'
...
b0dc52704b cmGeneratorExpression: remove const char* overloads
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4445
2020-03-10 08:25:18 -04:00
Brad King
1ba7225480
Merge topic 'TI-C'
...
5a0fc68312 TI: Fix C toolchain command-lines
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4422
2020-03-10 08:24:13 -04:00
Brad King
d3d0358009
Merge branch 'release-3.17'
2020-03-10 08:22:58 -04:00
Brad King
058972b16f
Merge topic 'cuda_warning'
...
6ebc6cec41 cm_cxx_features: Filter out CUDA installation warnings
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4437
2020-03-10 08:22:58 -04:00
Brad King
cb84575b0d
Merge topic 'cuda_warning' into release-3.17
...
6ebc6cec41 cm_cxx_features: Filter out CUDA installation warnings
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4437
2020-03-10 08:22:57 -04:00
Brad King
6a7c614a7e
Merge branch 'release-3.17'
2020-03-10 08:22:00 -04:00
Brad King
d11a5d8f2b
Merge topic 'invalid_alias' into release-3.17
...
a54d96b722 cmAlgorithms: Fix -Wnon-c-typedef-for-linkage warnings
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4438
2020-03-10 08:22:00 -04:00
Brad King
e154c70e48
Merge topic 'invalid_alias'
...
a54d96b722 cmAlgorithms: Fix -Wnon-c-typedef-for-linkage warnings
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4438
2020-03-10 08:22:00 -04:00
Kitware Robot
df4acef151
CMake Nightly Date Stamp
2020-03-10 00:01:10 -04:00
Oliver Blasius
5a0fc68312
TI: Fix C toolchain command-lines
...
Fix `armar` arguments. Fix the linker `--map_file=` argument.
Enable response files.
2020-03-09 12:02:20 -04:00
Leander Beernaert
a6fee09484
file: Add CONFIGURE subcommand
...
Extend the `file()` command with a new `CONFIGURE` subcommand that
behaves the same as `string(CONFIGURE)` except that it writes the
resulting output immediately to a file.
Fixes : #20388
2020-03-09 11:54:02 -04:00
Raul Tambre
a54d96b722
cmAlgorithms: Fix -Wnon-c-typedef-for-linkage warnings
...
In commit bf1e73305a (cmAlgorithms: Refactor cmRemoveDuplicates,
2019-03-03, v3.15.0-rc1~414^2) we added `union X = struct {}`.
C++ had a rule change whereby only C-compatible unnamed typedefs are
allowed. Clang 11 warns about this by default. See
https://reviews.llvm.org/D74103 . The aliases don't seem to be
necessary, so simply define as structs.
2020-03-09 09:21:25 -04:00
Raul Tambre
6ebc6cec41
cm_cxx_features: Filter out CUDA installation warnings
...
Clang always outputs these if it doesn't recognize the installed CUDA version.
They don't affect compiling C++.
Fixes #20434 .
2020-03-09 09:17:41 -04:00
Brad King
efa30023b4
Merge topic 'required_find_commands'
...
dc00809596 find_*: Add support for REQUIRED keyword
cc070e66cd cmFindBase: Use in-class member initialization
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4435
2020-03-09 09:15:38 -04:00
Brad King
bb9dc34800
Merge topic 'FindArmadillo-wrappers'
...
38c6dd7b19 FindArmadillo: Add support for non-wrapper case
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4418
2020-03-09 09:13:40 -04:00
Brad King
51238ec1d9
Merge branch 'release-3.16'
2020-03-09 09:00:15 -04:00
Brad King
a4626ab996
Merge branch 'release-3.17'
2020-03-09 08:58:39 -04:00
Brad King
6857aaaa06
Merge topic 'ibmi-fix-libuv-build' into release-3.17
...
7d6bd14dca libuv: Add support for building on IBM i (OS400)
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4431
2020-03-09 08:58:38 -04:00
Brad King
809570c4a9
Merge topic 'ibmi-fix-libuv-build'
...
7d6bd14dca libuv: Add support for building on IBM i (OS400)
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4431
2020-03-09 08:58:38 -04:00
Kitware Robot
ca8e37f72e
CMake Nightly Date Stamp
2020-03-09 00:01:08 -04:00
Vitaly Stakhovsky
b0dc52704b
cmGeneratorExpression: remove const char* overloads
2020-03-08 17:22:43 -04:00
Marc Chevrier
44867a8c01
Modernize memory management
...
Update internals of various classes.
2020-03-08 16:32:44 +01:00
Kitware Robot
1bb7474aba
CMake Nightly Date Stamp
2020-03-08 00:01:21 -05:00
Kitware Robot
8f122b4557
CMake Nightly Date Stamp
2020-03-07 00:01:12 -05:00
Brad King
2c3cf6371f
Merge branch 'ibmi-fix-libuv-build' into release-3.16
...
Merge-request: !4431
2020-03-06 14:25:50 -05:00
Jesse Gorzinski
7d6bd14dca
libuv: Add support for building on IBM i (OS400)
2020-03-06 14:24:01 -05:00
Ryan Birmingham
38c6dd7b19
FindArmadillo: Add support for non-wrapper case
...
Armadillo is typically built as a wrapper library, which is what this
find module has historically supported, but it does not have to be.
If not, then instead of armadillo itself, we need to link to some
combination of dependencies and not armadillo.
2020-03-06 11:29:21 -05:00
Sylvain Joubert
dc00809596
find_*: Add support for REQUIRED keyword
...
In the same spirit as the REQUIRED keyword on find_package, this will
stop cmake execution with an error on a failed find_program, find_file,
find_path or find_library.
2020-03-06 16:40:26 +01:00
Sylvain Joubert
cc070e66cd
cmFindBase: Use in-class member initialization
2020-03-06 16:07:18 +01:00
Brad King
41162cbb81
Merge topic 'ConvertMSBuildXMLToJSON-default-mutable'
...
98e735903a MSBuild: Fix python mutable default data structure
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Drew Dennison <dennison@mit.edu >
Merge-request: !4432
2020-03-06 09:42:20 -05:00
Brad King
3665d27c12
Merge branch 'release-3.16'
2020-03-06 09:26:13 -05:00
Brad King
b7d43ea0da
Merge topic 'cmstd-IBM-i' into release-3.17
...
917db8163d cmstd: Remove -isystem option for IBM i (OS400)
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4430
2020-03-06 09:24:45 -05:00
Brad King
d9dec23b88
Merge branch 'release-3.17'
2020-03-06 09:24:45 -05:00
Brad King
21bbc56fb5
Merge topic 'cmstd-IBM-i'
...
917db8163d cmstd: Remove -isystem option for IBM i (OS400)
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4430
2020-03-06 09:24:45 -05:00
Brad King
6deb9da277
Merge branch 'release-3.17'
2020-03-06 09:23:36 -05:00
Brad King
a1ccbab5a8
Merge branch 'release-3.16' into release-3.17
2020-03-06 09:23:23 -05:00
Brad King
a99edc491b
Merge branch 'release-3.17'
2020-03-06 09:20:02 -05:00
Brad King
6746fdf7cb
Merge topic 'doc-add_custom_command-depends' into release-3.17
...
785f2b2df1 Help: Clarify add_custom_command DEPENDS conversion to file paths
Acked-by: Kitware Robot <kwrobot@kitware.com >
Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com >
Merge-request: !4434
2020-03-06 09:20:02 -05:00
Brad King
05e647759d
Merge topic 'doc-add_custom_command-depends'
...
785f2b2df1 Help: Clarify add_custom_command DEPENDS conversion to file paths
Acked-by: Kitware Robot <kwrobot@kitware.com >
Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com >
Merge-request: !4434
2020-03-06 09:20:02 -05:00
Brad King
995b122471
Merge topic 'FindPython-artifacts-scope'
...
e5b4c74238 FindPython: Add possibility to control scope of artifacts.
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4426
2020-03-06 09:18:24 -05:00
Brad King
74359da1e9
Merge topic 'modernize-memory-management'
...
9de0355d4f Modernize memory management
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4428
2020-03-06 09:17:39 -05:00
Brad King
7d63476e2f
Merge topic 'update-curl'
...
85ad7190f3 curl: Set build options the way we need for CMake
d61c3bd505 Merge branch 'upstream-curl' into update-curl
735ea3001a curl 2020-03-04 (b8d13668)
84dc14a967 curl: Update script to get curl 7.69.0
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4429
2020-03-06 09:16:35 -05:00
Brad King
785f2b2df1
Help: Clarify add_custom_command DEPENDS conversion to file paths
...
In commit f5126badd8 (add_custom_command: convert DEPENDS path arguments
to absolute paths, 2019-12-18, v3.17.0-rc1~263^2) we updated the
documentation to describe the behavior introduced by that commit.
However, the behavior was removed again by commit fd0ba705ce
(add_custom_command: check if a relative path should be an in-source
path, 2020-01-09, v3.17.0-rc1~141^2~4) without updating the
documentation.
Update the documentation again to describe the behavior as of the latter
commit. Spell out the steps that `cmLocalGenerator::GetRealDependency`
and `cmTargetTraceDependencies::IsUtility` use to add file-level and
target-level dependencies.
2020-03-06 08:44:46 -05:00
Kitware Robot
4a1baca6f7
CMake Nightly Date Stamp
2020-03-06 00:01:10 -05:00
Brendon Go
98e735903a
MSBuild: Fix python mutable default data structure
...
Change default value of arguments to be None and instantiate new
object inside function.
2020-03-05 20:42:46 -05:00
Brad King
2de860513d
Merge branch 'cmstd-IBM-i' into release-3.16
...
Merge-request: !4430
2020-03-05 15:09:09 -05:00
ThePrez
917db8163d
cmstd: Remove -isystem option for IBM i (OS400)
...
Much like AIX, IBM i (OS identifier "OS400") implicitly adds `extern
"C"` around system header files included with the `-isystem` option.
Update the condition added by commit c688b401d3 (cmstd: Modernize CMake
system headers, 2019-08-04, v3.16.0-rc1~81^2~1) to treat `IBM i` as we
do AIX.
2020-03-05 15:07:46 -05:00
Kyle Edwards
e484b4289d
Merge topic 'macos_framework_postfix'
...
ad3f69c86e Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !4289
2020-03-05 10:50:15 -05:00