- Feb 17, 2023
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
CMake 3.25 updated to curl 7.86, which had some `no_proxy` regressions. Backport upstream curl fixes: * commit `b830f9ba9` (noproxy: fix tail-matching) * commit `b1953c193` (noproxy: tailmatch like in 7.85.0 and earlier) * commit `60453483b` (noproxy: guard against empty hostnames) CMake 3.26 already updated to curl 7.87, and has the fixes. Fixes: #24426
-
07871487 gitlab-ci: Report sphinx logs as artifacts of its lint job 14506f49 Utilities/Sphinx: Configure linkcheck allowed permanent redirects 3c5b34af Help: Replace links with their permanent redirects 1004be15 FindCUDAToolkit: Replace broken links to NVIDIA documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8210
-
96931915 Swift: Emit debug information on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8090
-
74e0b5d9 VS: Fix wrong appxManifest if OUTPUT_NAME != target name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8216
-
-
5872d9bd Merge branch 'upstream-nghttp2' into update-nghttp2 7eee9738 nghttp2 2023-02-13 (be049129) b9221fcc nghttp2: Update script to get nghttp2 1.52.0 36d31dc9 Merge branch 'upstream-nghttp2' into update-nghttp2 2355f502 nghttp2 2022-09-21 (87fef4ab) 1ca53784 nghttp2: Update import script to fix version header bfca444b nghttp2: Drop unused configuration value from build within CMake Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8217
-
5872d9bd Merge branch 'upstream-nghttp2' into update-nghttp2 7eee9738 nghttp2 2023-02-13 (be049129) b9221fcc nghttp2: Update script to get nghttp2 1.52.0 36d31dc9 Merge branch 'upstream-nghttp2' into update-nghttp2 2355f502 nghttp2 2022-09-21 (87fef4ab) 1ca53784 nghttp2: Update import script to fix version header bfca444b nghttp2: Drop unused configuration value from build within CMake Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8217
-
9f9d121d LCC: Disable Fortran preprocessor testing if unsupported ea5f1f33 LCC: Disable implicit testing of FortranCInterface 54345476 LCC: Don't require liblfortran on lcc versions that don't have it Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8214
-
Brad King authored
-
Brad King authored
Some permanent redirects are part of the structure of their site to make URLs look nicer. Allow them.
-
Brad King authored
-
Brad King authored
The cuFile API documentation has moved, so link to its new location. The nvGRAPH library has been removed, so link to a web archive copy. The NTVX library has a higher-level landing page.
-
Kitware Robot authored
-
- Feb 16, 2023
-
-
When building on Windows, pass `-debug` to the linker to emit the PDB (or `-debug:dwarf` when building with lld and using DWARF). We would previously not do this which meant that we never emitted the debug information making debugging more difficult. Fixes: #24423
-
Brad King authored
# By nghttp2 upstream * upstream-nghttp2: nghttp2 2023-02-13 (be049129)
-
Code extracted from: https://github.com/nghttp2/nghttp2.git at commit be0491294a63d891bd12b6b1b7e372a45a5d0ffe (v1.52.0).
-
Brad King authored
-
Code extracted from: https://github.com/nghttp2/nghttp2.git at commit 87fef4ab71bebb2168f8d3d554df8d2f0f01f497 (v1.50.0).
-
Brad King authored
# By nghttp2 upstream * upstream-nghttp2: nghttp2 2022-09-21 (87fef4ab)
-
Brad King authored
In commit 66c95367 (nghttp2: Update script to get nghttp2 1.50.0, 2022-10-31, v3.26.0-rc1~455^2~2) we forgot to update the `nghttp2ver.h` replacements to provide the proper `NGHTTP2_VERSION_NUM`. This causes our build of curl to think it is using a different version of nghttp2 than we provide. Fix the version and add a reminder comment. Issue: #24419
-
ef5a4d96 Deprecate "extra" generators in favor of cmake-file-api(7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8211
-
6e71c31a Help:add_test: emphasize important points Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8212
-
dadaa286 cmGeneratorTarget: synthetic targets don't have output either bde9d4ad cmCommonTargetGenerator: also consider synthetic targets c97de104 cmMakefile: add support for a "synthesized" target 1d0426f6 cmTarget: make Visibility an `enum class` 5b586953 cmTarget: store visibility as an `enum` rather than bools Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !8203
-
bf5512ef Help:cmake -E time: note overhead included 848f7b0a cmake -E time: use C++11 chrono and better format output Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !8209
-
-
65ff605e ci: use the latest clang-scan-deps options Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8208
-
65ff605e ci: use the latest clang-scan-deps options Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8208
-
Kitware Robot authored
-
- Feb 15, 2023
-
-
Sergey Markelov authored
Fixes #24416
-
Igor Molchanov authored
LCC < 1.24 has no way to disable integrated Fortran preprocessor, and it can't produce preprocessed files explicitly. So we disable all functionality (and therefore tests) related to it.
-
Igor Molchanov authored
LCC < 1.24 has unsupported mangling scheme: it changes 'sub' neither to 'sub' nor to 'SUB', but to 'Sub'. So we should explicitly check if FortranCInterface works in the case of LCC.
-
scivision authored
* enable_testing must be called to enable testing * can only set properties on tests created in same directory * WILL_FAIL still fails on segfault and similar * compact wording
-
Igor Molchanov authored
There wasn't a liblfortran library before 1.24 (actually 1.24.01), and it is replaced by libgfortran in 1.26.03 and later.
-
P1689 support has been merged in Clang trunk and Clang 16 branch, so we are now able to use the finalized clang-scan-deps command line options. See also llvm-project's clang/test/ClangScanDeps/P1689.cppm [1] for the samples of clang-scan-deps usages. [1] https://github.com/llvm/llvm-project/blob/6d859df46e/clang/test/ClangScanDeps/P1689.cppm Signed-off-by:
Kefu Chai <kefu.chai@scylladb.com>
-
scivision authored
-