| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
# By LibArchive Upstream
* upstream-LibArchive:
LibArchive 2024-10-13 (b439d586)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Sphinx 7.3 warns:
sphinx/builders/linkcheck.py:86: RemovedInSphinx80Warning:
The default value for 'linkcheck_report_timeouts_as_broken'
will change to False in Sphinx 8, ...
Configure that behavior explicitly.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
022d16659b curl: Work around missing OpenSSL symbol with LCC 1.23
01dde28dab ci: curl with Secure Transport on macOS does not support TLS 1.3
da52e4e571 curl: Set build options the way we need for CMake
ce908c42a3 Merge branch 'upstream-curl' into update-curl
1a2b208170 curl 2024-09-18 (7eb8c048)
862bd5defc curl: Update script to get curl 8.10.1
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9832
|
| |
| |
| |
| |
| |
| | |
Extend commit 8443dfa946 (curl: Work around missing OpenSSL symbol on
machine with LCC 1.23, 2023-01-30, v3.26.0-rc1~18^2) to cover the
`X509_get_signature_nid` symbol used by curl 8.10.
|
| |
| |
| |
| | |
Set options added by the update to curl 8.10.1.
|
| |
| |
| |
| |
| | |
* upstream-curl:
curl 2024-09-18 (7eb8c048)
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Backport [libarchive PR 2338] to fix [libarchive issue 2336].
[libarchive PR 2338]: https://github.com/libarchive/libarchive/pull/2338
[libarchive issue 2336]: https://github.com/libarchive/libarchive/issues/2336
|
| | |
|
| |
| |
| |
| |
| | |
* upstream-LibArchive:
LibArchive 2024-09-13 (12ecf841)
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
628a807730 librhash: aligned_alloc is not available with glibc < 2.16
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9804
|
| |
| |
| |
| |
| |
| |
| | |
Revise the version check from commit e14300816b (librhash: aligned_alloc
is not available with glibc < 2.15, 2024-02-14, v3.29.0-rc2~30^2).
Issue: #25679
|
| |
| |
| |
| |
| | |
GCC 15 requires the include for the declaration of `uint32_t`.
Backport [cppdap PR 133](https://github.com/google/cppdap/pull/133).
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
f6745ed29f Merge branch 'upstream-cppdap' into update-cppdap
bcfd096ed9 cppdap 2024-08-02 (c69444ed)
5098a08fde cppdap: Update script to get version as of 2024-08-02
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !9730
|
| | |
| | |
| | |
| | |
| | |
| | | |
# By cppdap Upstream
* upstream-cppdap:
cppdap 2024-08-02 (c69444ed)
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* upstream-expat:
expat 2024-03-13 (fa75b965)
|
|/ / |
|
| |
| |
| |
| |
| | |
* upstream-curl:
curl 2024-07-31 (83bedbd7)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Set options added by the update to curl 8.9.0.
|
| |
| |
| |
| |
| | |
* upstream-curl:
curl 2024-07-24 (5040f7e9)
|
| | |
|
| |
| |
| |
| |
| |
| | |
# By llpkgc upstream
* upstream-llpkgc:
llpkgc 2024-07-18 (7958a1de)
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
890beb19e6 libuv: backport IDNA input/output hardening fixes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9658
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Backport libuv commit `0f2d7e78` (fix: always zero-terminate idna
output, 2024-01-18, `v1.48.0~4`) and libuv commit `3530bcc3` (fix:
reject zero-length idna inputs, 2024-01-18, `v1.48.0~3`).
Fixes: #26112
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
422c1de564 libuv: macos: restore use of kqueue instead of posix poll
7e3519e705 libuv: macos: reap child processes more reliably when using kqueue
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9619
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
422c1de564 libuv: macos: restore use of kqueue instead of posix poll
7e3519e705 libuv: macos: reap child processes more reliably when using kqueue
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9619
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Revert commit f54ec4e7f9 (libuv: macos: use posix poll instead of
kqueue, 2024-03-31, v3.29.1~7^2) and its parent. It is not necessary
after the kqueue-based implementation was fixed to reap child processes
more reliably.
Issue: #25839
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Backport libuv commit `42cc412c4a` (darwin,process: feed kevent the
signal to reap children, 2023-02-01, `v1.45.0~55`) from libuv PR 3893.
Fixes: #25839
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
f6c2f64d04 Utilities/Release: Update MSI generation to use WIX 4
a8cecc3b7f ci: Update CMake version to 3.30.0-rc1
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9591
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
Set options added by the update to curl 8.8.0.
|
| |
| |
| |
| |
| | |
* upstream-curl:
curl 2024-05-22 (fd567d4f)
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
fa8c04b421 Tests/RunCMake/execute_process: Check STARTUPINFOW reserved members
d98df689ab Merge branch 'libuv-win-process-no-extra-stdio'
a590382850 libuv: win/spawn: disable extra-file-descriptor support not needed by CMake
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9541
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Upstream libuv supports passing file descriptors >= 3 to child processes
via `STARTUPINFOW` members reserved by the MSVC C run-time. However,
some programs use `GetStartupInfoW` to initialize a `STARTUPINFOW`
structure to pass to `CreateProcessW` without clearing the reserved
members. If we launch such programs with non-zero values in the
reserved members, the MSVC C run-time in *their* children may not
correctly associate the stdin/stdout/stderr streams' file descriptors
with the corresponding `HANDLE`s.
Patch our copy of libuv to avoid using the reserved members. This
restores `execute_process` support for the above-described programs as
we had prior to commit 5420639a8d (cmExecuteProcessCommand: Replace
cmsysProcess with cmUVProcessChain, 2023-06-01, v3.28.0-rc1~138^2~8).
It also enables support for such programs when launched by `ctest`.
Fixes: #25996
Fixes: #25889
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
b07c637e42 FindOpenMP: Add option to control OpenMP runtime with MSVC
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9475
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The MSVC compiler's `-openmp` flag accepts `:{experimental,llvm}`
values. Add an option to specify one.
Closes: #25570
|
|/ / /
| | |
| | |
| | |
| | | |
Powershell scripts cannot be launched as commands on Windows.
They must be run through the `powershell` or `pwsh` tool.
|