summaryrefslogtreecommitdiff
path: root/Utilities
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Build: Add `SPHINX_LINKCHECK` build optionAlex Turbov2022-11-072-1/+19
| * | | | Build: Do not redirect `sphinx-build` output if CMake running in verbose modeAlex Turbov2022-11-071-3/+34
| * | | | Build: Deduplicate `add_custom_command()` calls for Sphinx targetsAlex Turbov2022-11-071-32/+25
* | | | | clang-tidy module: add tests for cmsys::fstream checkIgor-Mikhail-Valentin Glebov2022-11-044-0/+318
* | | | | clang-tidy module: add check for cmsys::fstreamJoe Blaauboer2022-11-044-0/+130
* | | | | Tests: remove stderr from clang-tidy module testsKyle Edwards2022-11-042-18/+12
|/ / / /
* | | | Merge topic 'update-nghttp2'Brad King2022-11-0128-695/+3252
|\ \ \ \
| * | | | nghttp2: Update build within CMake to account for 1.50.0Brad King2022-10-311-0/+1
| * | | | Merge branch 'upstream-nghttp2' into update-nghttp2Brad King2022-10-3126-694/+3250
| * | | | nghttp2: Update script to get nghttp2 1.50.0Brad King2022-10-311-1/+1
* | | | | Merge topic 'update-curl'Brad King2022-11-01350-4296/+8265
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | curl: Set build options the way we need for CMakeBrad King2022-10-312-0/+18
| * | | Merge branch 'upstream-curl' into update-curlBrad King2022-10-31348-4295/+8246
| * | | curl: Update script to get curl 7.86.0Brad King2022-10-311-1/+1
| * | | Merge topic 'filesystem-path-c++03-abi' into release-3.25Brad King2022-10-211-10/+6
| |\ \ \ | | | |/ | | |/|
* | | | Utilities/Sphinx: support cmakedomain running in parallelHenry Schreiner2022-10-241-0/+1
* | | | Merge topic 'filesystem-path-c++03-abi'Brad King2022-10-211-10/+6
|\ \ \ \ | | |/ / | |/| |
| * | | cm/filesystem: Fix crash with pre-C++11 std::string GNU ABI in C++17Brad King2022-10-201-10/+6
| * | | Merge branch 'rel-macos-sign-notarize' into release-3.23Brad King2022-07-081-18/+25
| |\ \ \
| * \ \ \ Merge topic 'backport-update-libarchive' into release-3.23Brad King2022-05-2444-827/+1807
| |\ \ \ \
* | | | | | clang-tidy module: add test for cmStrLen() checkSean Orner2022-10-195-0/+98
* | | | | | clang-tidy module: add check for cmStrLen()Kyle Edwards2022-10-194-1/+61
* | | | | | clang-tidy module: add test frameworkKyle Edwards2022-10-143-0/+87