aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/detect.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Fix mypy errorsDaniel Mensinger1-2/+2
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz1-2/+2
2021-10-26dep.name(): return dependency name even if dependency is not foundThomas Heijligen1-1/+1
2021-10-04coding style: don't format an empty string with another stringEli Schwartz1-1/+1
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-1/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-06-09typing: Rename some variablesDaniel Mensinger1-5/+8
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger1-15/+28
2021-06-04dependencies/detect: Add type annotations to find_external_dependencyDylan Baker1-4/+5
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-0/+209