summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/Python
ModeNameSize
-rw-r--r--CMakeLists.txt1559logstatsplain
n> | | | | | | | | | | | | | | | | | | | Backport changes from libuv v2 commit `8ad246557a` (win,process: allow users to configure child error mode, 2024-10-17) to add the `UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE` option. Also use `UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE` to keep the behavior the same as before the option was added, all child processes would be spawned the the parent's error mode. Issue: #20115 | * | libuv: win/spawn: allow exception through to OSDylan Snelgrove2024-10-251-2/+1 | | | | | | | | | | | | | | | | | | | | | Backport changes from libuv v2 commit `da343e6237` (win: allow fatal errors to trigger WER, 2023-01-17). Issue: #20115 * | | Merge branch 'backport-ci-fedora-41' into ci-fedora-41Brad King2024-10-262-1/+3 |\ \ \ | |/ / |/| / | |/ | * Utilities/Sphinx: Tell linkcheck to not treat timeouts as brokenBrad King2024-10-261-0/+2 | | | | | | | | | | | | | | | | | | | | 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. | * codespell: Fix typosBrad King2024-10-251-1/+1 | | * | Configure CMake itself with policies through CMake 3.30Brad King2024-10-102-2/+2 |/ * Merge topic 'update-curl'Brad King2024-09-20212-7915/+10335 |\ | | | | | | | | | | | | | | | | | | | | | | 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 | * curl: Work around missing OpenSSL symbol with LCC 1.23Brad King2024-09-191-3/+8 | | | | | | | | | | | | 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. | * curl: Set build options the way we need for CMakeBrad King2024-09-191-1/+9 | | | | | | | | Set options added by the update to curl 8.10.1. | * Merge branch 'upstream-curl' into update-curlBrad King2024-09-18211-7912/+10319 | | | | | | | | | | * upstream-curl: curl 2024-09-18 (7eb8c048) | * curl: Update script to get curl 8.10.1Brad King2024-09-181-1/+1 | | * | libarchive: tar: fix memory leaks when reading symlinks or parsing pax headersBrad King2024-09-191-0/+2 | | | | | | | | | | | | | | 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 * | Utilities: Update hard-coded try_compile results for libarchive 3.7.5Brad King2024-09-171-0/+1 | | * | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2024-09-17185-1830/+3214 | | | | | | | | | | * upstream-LibArchive: LibArchive 2024-09-13 (12ecf841) * | libarchive: Update script to get 3.7.5Brad King2024-09-171-1/+1 |/ * Merge topic 'librhash-glibc-version'Brad King2024-09-101-1/+1 |\ | | | | | | | | | | | | 628a807730 librhash: aligned_alloc is not available with glibc < 2.16 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9804 | * librhash: aligned_alloc is not available with glibc < 2.16Dilshod Mukhtarov2024-09-091-1/+1 | | | | | | | | | | | | | | 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 | * cppdap: include/dap/network.h: add <stdint.h> include for GCC 15Christoph GrĂ¼ninger2024-08-131-0/+1 | | | | | | | | | | GCC 15 requires the include for the declaration of `uint32_t`. Backport [cppdap PR 133](https://github.com/google/cppdap/pull/133). * | Merge topic 'update-cppdap'Brad King2024-08-1510-47/+171 |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | * | Merge branch 'upstream-cppdap' into update-cppdapBrad King2024-08-139-46/+170 | | | | | | | | | | | | | | | | | | # By cppdap Upstream * upstream-cppdap: cppdap 2024-08-02 (c69444ed) | * | cppdap: Update script to get version as of 2024-08-02Brad King2024-08-131-1/+1 | | | * | | expat: Hard-code configuration options for our needsBrad King2024-08-131-1/+1 | | | * | | Merge branch 'upstream-expat' into update-expatBrad King2024-08-1314-321/+658 | | | | | | | | | | | | | | | * upstream-expat: expat 2024-03-13 (fa75b965) * | | expat: Update script to get Expat 2.6.2Brad King2024-08-131-1/+1 |/ / * | Merge branch 'upstream-curl' into update-curlBrad King2024-07-3120-127/+330 | | | | | | | | | | * upstream-curl: curl 2024-07-31 (83bedbd7) * | curl: Update script to get curl 8.9.1Brad King2024-07-311-1/+1 | | * | PkgC: Add llpkgc to buildVito Gamberini2024-07-291-0/+9 | | * | Utilities: Update hard-coded try_compile results for curl 8.9.0Brad King2024-07-251-0/+2 | | * | curl: Set build options the way we need for CMakeBrad King2024-07-251-2/+5 | | | | | | | | Set options added by the update to curl 8.9.0. * | Merge branch 'upstream-curl' into update-curlBrad King2024-07-25232-5424/+8209 | | | | | | | | | | * upstream-curl: curl 2024-07-24 (5040f7e9) * | curl: Update script to get curl 8.9.0Brad King2024-07-25