summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/scanbuild.py
AgeCommit message (Expand)Author
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-10-29coredata: move cmd_line.txt and command line handling to a new modulePaolo Bonzini
2025-10-14scanbuild: obey MESON_NUM_PROCESSES environment variableStephan Lachnit
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-02scan-build: Exclude subprojects from scan-build reportAndrew McNulty
2023-02-01treewide: add future annotations importEli Schwartz
2021-06-02Do not delete workdir in case scan-build fails.Jussi Pakkanen
2020-11-01Fix #5492 (#7919)Elliot
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini
2019-10-20Fix all flake8 warningsDaniel Mensinger
2019-09-14uniform scan-build detection processGabriel Ganne
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-04-22Update list of potential scan-build binaries. Closes #5287.Jussi Pakkanen
2018-10-08scanbuild: Split SCANBUILD using shlexGuido Günther
2017-12-30The scanbuild script does now also look for executables with a version in the...snsmac
2016-12-31Use the correct directory for scan-build command.Hemmo Nieminen
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-12-18remove shebangs from scriptsIgor Gnatenko
2016-11-09Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-05-22Automagic scan-build support.Jussi Pakkanen