aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/factory.py
AgeCommit message (Expand)AuthorFilesLines
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