aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/detect.py
AgeCommit message (Expand)AuthorFilesLines
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz1-5/+3
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz1-6/+22
2023-06-26dependencies: delay often-unused importsEli Schwartz1-4/+4
2023-06-26dependencies: Don't Repeat Yourself when it comes to lookup methodsEli Schwartz1-24/+17
2023-06-01python: Use detect.find_external_dependency() for log consistencyXavier Claessens1-2/+3
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-30pylint: enable the set_membership pluginDylan Baker1-2/+2
2022-09-12dependencies: log the real reason for a dependency lookup failingEli Schwartz1-1/+4
2022-09-12dependencies: use better internal representation of factory methodsEli Schwartz1-2/+1
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-1/+1
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-2/+2
2022-03-07merge various TYPE_CHECKING blocks into oneEli Schwartz1-5/+3
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