aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/factory.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-12dependencies: use better internal representation of factory methodsEli Schwartz1-6/+6
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-5/+5
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-1/+1
2022-05-23move various imports into TYPE_CHECKING blocks for neatnessEli Schwartz1-2/+3
2022-02-02openssl dependency: add cmake supportEli Schwartz1-1/+5
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-06-17add new dependency type "builtin"Eli Schwartz1-1/+3
2021-06-17move base class for system dependencies into base.pyEli Schwartz1-1/+1
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker1-5/+8
2021-06-09typing: Rename some variablesDaniel Mensinger1-10/+10
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger1-15/+36
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-0/+125