summaryrefslogtreecommitdiff
path: root/Utilities
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy module: copy .gitignore from top levelKyle Edwards2023-03-291-0/+8
* curl: Restore build within CMake after update to 8.0.1Brad King2023-03-201-3/+7
* Merge branch 'upstream-curl' into update-curlBrad King2023-03-2076-1538/+1934
* curl: Update script to get curl 8.0.1Brad King2023-03-201-1/+1
* Utilities/Sphinx: Fix flake8 gripes in cmake.pyMatthew Woehlke2023-03-151-42/+87
* Utilities/Sphinx: Use f-strings in cmake.pyMatthew Woehlke2023-03-151-16/+15
* Utilities/Sphinx: Require Sphinx 2.x or laterMatthew Woehlke2023-03-151-36/+6
* Utilities/Sphinx: Add 'cref' roleMatthew Woehlke2023-03-141-1/+18
* Utilities/Sphinx: Factor out part of CMakeXRefRoleMatthew Woehlke2023-03-141-13/+29
* Merge topic 'version-hanging-indent'Brad King2023-03-141-0/+11
|\
| * Utilities/Sphinx: Add hanging indent to version notesMatthew Woehlke2023-03-141-0/+11
* | Utilities/Sphinx: Restore trailing parens on command cross-referencesBrad King2023-03-141-3/+8
|/
* Merge topic 'smart-wrap-signatures'Brad King2023-03-142-12/+76
|\
| * Utilities/Sphinx: Improve word wrap of signaturesMatthew Woehlke2023-03-132-12/+76
* | Utilities/Sphinx: Allow explicit target for genexMatthew Woehlke2023-03-131-5/+29
|/
* Utilities/Sphinx: Make signatures linkableMatthew Woehlke2023-03-091-10/+29
* Utilities/Sphinx: Refactor Sphinx reference recordingMatthew Woehlke2023-03-081-18/+39
* Merge topic 'improve-doc-signatures'Brad King2023-03-072-15/+106
|\
| * Utilities/Sphinx: Add a directive to document command signaturesMatthew Woehlke2023-03-032-3/+105
| * Utilities/Sphinx: Drop commented-out code from cmake domain implBrad King2023-02-241-12/+1
* | 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