summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/scanbuild.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #5492 (#7919)Elliot2020-11-011-5/+19
* typing: fully annotate scriptsDaniel Mensinger2020-09-081-11/+12
* environment: use ExternalProgram to find ninjaPaolo Bonzini2020-09-041-1/+1
* Fix all flake8 warningsDaniel Mensinger2019-10-201-1/+0
* uniform scan-build detection processGabriel Ganne2019-09-141-34/+6
* mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-051-3/+2
* Update list of potential scan-build binaries. Closes #5287.Jussi Pakkanen2019-04-221-3/+6
* scanbuild: Split SCANBUILD using shlexGuido Günther2018-10-081-7/+14
* The scanbuild script does now also look for executables with a version in the...snsmac2017-12-301-1/+25
* Use the correct directory for scan-build command.Hemmo Nieminen2016-12-311-1/+2
* tree-wide: remove unused importsIgor Gnatenko2016-12-191-1/+1
* remove shebangs from scriptsIgor Gnatenko2016-12-181-0/+1
* Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen2016-11-091-6/+7
* Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen2016-10-071-1/+0
* Automagic scan-build support.Jussi Pakkanen2016-05-221-0/+39