summaryrefslogtreecommitdiff
path: root/Utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge topic 'clang-tidy-plugin-stub'Kyle Edwards2022-10-142-0/+37
|\ \ \ \ \
| * | | | | clang-tidy module: Add stub moduleKyle Edwards2022-10-122-0/+37
| | |_|_|/ | |/| | |
* | | | | Configure CMake itself with policies through CMake 3.24Brad King2022-10-122-2/+2
|/ / / /
* | | | Utilities/Sphinx: Avoid deprecated docutils error handling helpersBrad King2022-10-111-12/+6
* | | | Merge topic 'update-libuv'Brad King2022-09-2755-1410/+2527
|\ \ \ \
| * | | | libuv: Update CMake-internal buildsystem for 1.44.2Brad King2022-09-273-0/+10
| * | | | Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-2752-1409/+2516
| * | | | libuv: Update script to get libuv 1.44.2Brad King2022-09-271-1/+1
| * | | | Merge topic 'rel-macos-sign-notarize' into release-3.24Brad King2022-07-081-18/+25
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Build: Use imported target `kwiml::kwiml` instead of variablesAlex Turbov2022-09-221-1/+1
* | | | | Build: Use imported target `ZLIB::ZLIB` instead of variablesAlex Turbov2022-09-224-16/+7
* | | | | Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-221-9/+3
* | | | | QtHelp: Update Sphinx issue URLs in commentsFeRD (Frank Dana)2022-09-041-2/+2
* | | | | cm::enum_set: fix various bugsMarc Chevrier2022-08-221-5/+8
* | | | | Remove stale references to CMakeServerLibKyle Edwards2022-08-022-2/+2
* | | | | MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command linesDubach, Joev2022-07-272-0/+6
* | | | | cmArgumentParser: Simplify internal method signaturesBrad King2022-07-201-1/+1
* | | | | Merge topic 'rel-macos-sign-notarize'Brad King2022-07-081-18/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Utilities/Release: Update macOS notarization script to use notarytoolBrad King2022-07-081-18/+25
| | |_|/ | |/| |
| * | | libarchive: Update build within CMake after changes in 3.5.3Brad King2022-05-241-0/+2
| * | | libarchive: include archive_platform.h first in blake2s sourcesBrad King2022-05-242-0/+4
| * | | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2022-05-2440-826/+1800