aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/pkgconfig.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-2/+2
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe1-0/+24
2021-07-28dependencies: make the preferred LibType available to any ExternalDependencyEli Schwartz1-3/+2
2021-07-13dependencies: drop Dependency.methods and Dependency.get_methods()Dylan Baker1-5/+1
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker1-2/+2
2021-06-06typing: Fully annotate dependencies.pkgconfigDaniel Mensinger1-26/+33
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-0/+472