- 20 May, 2022 1 commit
-
-
Kitware Robot authored
-
- 19 May, 2022 7 commits
-
-
98af010b Help: Avoid duplicating registry query syntax in multiple find_* commands Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7278
-
65f7053d COMPILE_WARNING_AS_ERROR: Add command-line option Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7268
-
259c2651 VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETS Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !7279
-
-
066ff258 CPack/NuGet: Restore component packaging on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7280
-
066ff258 CPack/NuGet: Restore component packaging on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7280
-
Kitware Robot authored
-
- 18 May, 2022 14 commits
-
-
In commit 8d7e80cf (find_* commands: add control over Windows registry views, 2022-04-16) we added documentation that is repeated by multiple find commands. Move it to a dedicated manual section to avoid duplication.
-
Martin Duffy authored
Add command-line option `--compile-no-warning-as-error` to ignore value of `COMPILE_WARNING_AS_ERROR`. Issue: #19085
-
Kyle Edwards authored
Issue: #23448
-
-
432a8ab7 ccmake: Fix infinite loop during invalid search Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7269
-
432a8ab7 ccmake: Fix infinite loop during invalid search Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7269
-
Fix issue introduced in commit 2defe9ff (ccmake: Fix crash when deleting all cache entries, 2022-05-12). Leaving the Empty Cache widget always on the Entry list had unforeseen consequences, including that it caused an infinite loop when searching for a string that did not match any variables.
-
-
faed1562 Merge branch 'backport-3.23-clang-imsvc' into clang-imsvc 23a52561 Clang: Use -imsvc flag without space to support Clang tools Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Raul Tambre <raul@tambre.ee> Acked-by:
hihig2001 <hihig@bluehole.net> Merge-request: !7274
-
23a52561 Clang: Use -imsvc flag without space to support Clang tools Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Raul Tambre <raul@tambre.ee> Acked-by:
hihig2001 <hihig@bluehole.net> Merge-request: !7274
-
6c053e68 FindGLUT: Remove undocumented variables GLUT_INCLUDE_PATH and GLUT_LIBRARY Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7273
-
82f3ceb2 FetchContent: Use Debug rather than Release for sub-build Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7272
-
Kitware Robot authored
-
- 17 May, 2022 16 commits
-
-
Brad King authored
-
Brad King authored
Since commit bb61c2d0 (Clang: use -imsvc for system include dirs when running on Windows, 2020-09-16, v3.19.0-rc1~162^2) we use the `-imsvc` flag followed by the include directory as a separate argument. Some versions of `clang-tidy` do not support the flag unless the include directory is attached to it, so use that form instead. A similar fix was made by commit 3a8b6653 (MSVC: Use -external:I flag without space to support Clang tools, 2022-01-11, v3.22.2~8^2). Fixes: #23517
-
a6562ff5 try_compile: Add option to skip passing platform variables 4843a376 try_compile: Propagate platform variables in project-mode too Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !7265
-
71747a28 Merge branch 'upstream-curl' into update-curl 9d8f81f4 curl 2022-05-11 (462196e6) 02902188 curl: Update script to get curl 7.83.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7267
-
3f0b9663 FindZLIB: fix ZLIB_USE_STATIC_LIBS on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7262
-
b0c8e31b install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTS Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7263
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
-
cb616d43 FortranCInterface: Fix failure with gfortran 12 and Clang Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7266
-
cb616d43 FortranCInterface: Fix failure with gfortran 12 and Clang Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7266
-
cb3feb1e gitlab-ci: add jobs testing Intel 2022.1.0 compilers on Linux Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7270
-
Craig Scott authored
The config used can be part of the path to the sub-build. On some platforms, there are restrictions on the length of paths or file names. Use Debug rather than Release because the former is shorter. When CMAKE_CONFIGURATION_TYPES is left at its default, this also makes the path the same as the previous default before 10865c8e (FetchContent: Hard-code a config for the sub-build, 2022-05-01) .
-
Kitware Robot authored
-
- 16 May, 2022 2 commits