index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
scanbuild.py
Age
Commit message (
Expand
)
Author
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2025-10-29
coredata: move cmd_line.txt and command line handling to a new module
Paolo Bonzini
2025-10-14
scanbuild: obey MESON_NUM_PROCESSES environment variable
Stephan Lachnit
2024-06-04
Extract native file parser to machinefile source file.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-02
scan-build: Exclude subprojects from scan-build report
Andrew McNulty
2023-02-01
treewide: add future annotations import
Eli Schwartz
2021-06-02
Do not delete workdir in case scan-build fails.
Jussi Pakkanen
2020-11-01
Fix #5492 (#7919)
Elliot
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2020-09-04
environment: use ExternalProgram to find ninja
Paolo Bonzini
2019-10-20
Fix all flake8 warnings
Daniel Mensinger
2019-09-14
uniform scan-build detection process
Gabriel Ganne
2019-09-05
mesonlib.split_args/quote_arg/join_args
Aleksey Gurtovoy
2019-04-22
Update list of potential scan-build binaries. Closes #5287.
Jussi Pakkanen
2018-10-08
scanbuild: Split SCANBUILD using shlex
Guido Günther
2017-12-30
The scanbuild script does now also look for executables with a version in the...
snsmac
2016-12-31
Use the correct directory for scan-build command.
Hemmo Nieminen
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-18
remove shebangs from scripts
Igor Gnatenko
2016-11-09
Can specify scan-build executable with an environment variable. Closes #1015.
Jussi Pakkanen
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-05-22
Automagic scan-build support.
Jussi Pakkanen