summaryrefslogtreecommitdiff
path: root/Utilities
Commit message (Expand)AuthorAgeFilesLines
* Utilities: Update hard-coded try_compile results for curl 7.88.1Brad King2023-02-211-0/+1
* Merge branch 'upstream-curl' into update-curlBrad King2023-02-21360-9802/+14331
* curl: Update script to get curl 7.88.1Brad King2023-02-211-1/+1
* Merge topic 'ci-linkcheck'Brad King2023-02-171-0/+8
|\
| * Utilities/Sphinx: Configure linkcheck allowed permanent redirectsBrad King2023-02-171-0/+8
* | Merge topic 'update-nghttp2'Brad King2023-02-175-17/+8
|\ \ | |/ |/|
| * Merge branch 'upstream-nghttp2' into update-nghttp2Brad King2023-02-163-12/+6
| * nghttp2: Update script to get nghttp2 1.52.0Brad King2023-02-161-2/+2
| * Merge branch 'upstream-nghttp2' into update-nghttp2Brad King2023-02-161-2/+2
| * nghttp2: Update import script to fix version headerBrad King2023-02-161-2/+2
| * nghttp2: Drop unused configuration value from build within CMakeBrad King2023-02-161-3/+0
* | Merge topic 'curl-macos-tls'Brad King2023-02-101-40/+88
|\ \ | |/
| * curl: Backport upstream fix for SecureTransport on macOSBrad King2023-02-091-40/+88
* | Merge topic 'curl-windows-restore-tls1.3'Brad King2023-02-091-7/+0
|\ \ | |/
| * curl: Enable schannel TLS 1.3 support on Windows 11Brad King2023-02-081-7/+0
* | Configure CMake itself with policies through CMake 3.25Brad King2023-02-012-2/+2
|/
* Merge topic 'ccg-index-type'Brad King2023-02-011-0/+1
|\
| * IWYU: exclude `__decay_and_strip<int>` as wellBen Boeckel2023-01-271-0/+1
* | Merge topic 'update-curl'Brad King2023-01-31143-5990/+8210
|\ \
| * | curl: Work around missing OpenSSL symbol on machine with LCC 1.23Brad King2023-01-301-0/+6
| * | Merge branch 'upstream-curl' into update-curlBrad King2023-01-27141-5989/+8202
| * | curl: Update script to get curl 7.87.0Brad King2023-01-271-1/+1
| * | file: Avoid using deprecated curl progress callbackBrad King2023-01-271-0/+1
| |/
* | CMake: add an option to run IWYU in verbose modeBen Boeckel2023-01-271-1/+1
|/
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-183-26/+22
* clang-format.bash: update to clang-format-15Brad King2023-01-182-5/+5
* clang-format.bash: Use generic clang-format attributeBrad King2023-01-182-9/+7
* Merge topic 'fix-cmzlib-crc32-fn-mangling'Brad King2023-01-121-2/+1
|\
| * zlib: Fix typo in mangling the crc32() functionleha-bot2023-01-111-2/+1
* | clang-tidy module: fix offset issue with last string concat operandKyle Edwards2022-12-034-42/+62
* | Merge topic 'rel-win-sign-digest'Brad King2022-11-301-1/+1
|\ \ | |/
| * Utilities/Release: Use explicit digest for Win7-compatible signatureBrad King2022-11-301-1/+1
* | clang-tidy module: add tests for string concatenation checkSean Orner2022-11-284-0/+186
* | clang-tidy module: add check for string concatenationJoe Blaauboer2022-11-284-0/+218
* | clang-tidy module: look for sizeof string literal in cmStrLen() checkKyle Edwards2022-11-184-4/+90
* | clang-tidy module: add test for #pragma once checkSean Orner2022-11-1710-0/+79
* | clang-tidy module: add #pragma once checkIgor-Mikhail-Valentin Glebov2022-11-174-0/+389
* | clang-tidy module: allow header files in test casesKyle Edwards2022-11-171-12/+42
* | clang-tidy module: add test for ostringstream checkSean Orner2022-11-143-0/+17
* | clang-tidy module: add check for ostringstreamJoe Blaauboer2022-11-144-0/+78
* | Merge topic 'expat-c-no-extensions'Brad King2022-11-111-0/+6
|\ \ | |/
| * expat: Activate POSIX APIs even without compiler extensionsRaul Tambre2022-11-101-0/+6
| * Merge branch 'filesystem-path-c++03-abi' into release-3.24Brad King2022-10-201-10/+6
| |\
* | \ Merge topic 'curl-windows-no-tls1.3'Brad King2022-11-101-0/+7
|\ \ \
| * | | curl: Disable schannel TLS 1.3 support on Windows 11Brad King2022-11-091-0/+7
* | | | Merge topic 'doc-guide-link-style'Brad King2022-11-091-0/+11
|\ \ \ \ | |/ / /
| * | | Help: Render guide links as normal text instead of monospaceAlex Turbov2022-11-081-0/+11
* | | | Merge topic 'clang-tidy-module-use-bespoke-enum-class-check'Brad King2022-11-087-0/+143
|\ \ \ \
| * | | | clang-tidy module: add check for boolean parametersSean Orner2022-11-077-0/+143
* | | | | Merge topic 'sphinx-linkcheck'Brad King2022-11-082-34/+76
|\ \ \ \ \ | |/ / / / |/| | | |