aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/run_tool.py
AgeCommit message (Expand)AuthorFilesLines
10 daysclang-tidy: run tool only on source files participating in targetsSahnvour1-0/+20
2024-12-19scripts: add "clippy" internal toolPaolo Bonzini1-0/+10
2024-12-19scripts: convert run_tool to asyncioPaolo Bonzini1-32/+88
2024-12-19scripts: rename run_tool to run_clang_toolPaolo Bonzini1-1/+1
2024-08-25Better handle CTRL-C during clang-tidy/formatMark A. Tsuchida1-4/+18
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-03-21Fix run_tool() when git is not installedAlyssa Ross1-3/+3
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-1/+1
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-1/+4
2021-11-14Share common code between clang tidy and formatXavier Claessens1-0/+65