aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/scanbuild.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen1-1/+2
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-11-02scan-build: Exclude subprojects from scan-build reportAndrew McNulty1-4/+5
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2021-06-02Do not delete workdir in case scan-build fails.Jussi Pakkanen1-8/+13
2020-11-01Fix #5492 (#7919)Elliot1-5/+19
2020-09-08typing: fully annotate scriptsDaniel Mensinger1-11/+12
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini1-1/+1
2019-10-20Fix all flake8 warningsDaniel Mensinger1-1/+0
2019-09-14uniform scan-build detection processGabriel Ganne1-34/+6
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-3/+2
2019-04-22Update list of potential scan-build binaries. Closes #5287.Jussi Pakkanen1-3/+6
2018-10-08scanbuild: Split SCANBUILD using shlexGuido Günther1-7/+14
2017-12-30The scanbuild script does now also look for executables with a version in the...snsmac1-1/+25
2016-12-31Use the correct directory for scan-build command.Hemmo Nieminen1-1/+2
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+1
2016-12-18remove shebangs from scriptsIgor Gnatenko1-0/+1
2016-11-09Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen1-6/+7
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-1/+0
2016-05-22Automagic scan-build support.Jussi Pakkanen1-0/+39