index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
dependencies
/
pkgconfig.py
Age
Commit message (
Expand
)
Author
2023-08-18
consistently use Literal annotation from typing_extensions
Eli Schwartz
2023-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-01-16
properly type utils/core.py and add it to mypy
Eli Schwartz
2022-12-25
dependencies: better logging of pkg-config call outputs
Eli Schwartz
2022-12-04
refactor pkg-config dependency to allow statically finding the program
Eli Schwartz
2022-09-12
dependencies: simplify log_tried into a staticmethod
Eli Schwartz
2022-05-01
Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-files
Jussi Pakkanen
2022-04-30
pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* env
Xavier Claessens
2022-04-13
dependencies: tighten type checking and fix cmake API violation for get_variable
Eli Schwartz
2022-03-07
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-02-01
Fix dep.get_variable() with empty string default_value
Xavier Claessens
2022-01-27
flake8: fix indentation style
Eli Schwartz
2022-01-18
dependencies: don't pass kwargs from get_pkgconfig_variable
Dylan Baker
2021-11-01
various manual conversion of percent-formatted strings to f-strings
Eli Schwartz
2021-10-10
pkg-config: do not ever successfully detect Strawberry Perl.
Eli Schwartz
2021-10-10
simplify some log formatting by splitting out a commonly used format string
Eli Schwartz
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-08-09
pkg-config: support for `-l:libfoo.a`
lilinzhe
2021-07-28
dependencies: make the preferred LibType available to any ExternalDependency
Eli Schwartz
2021-07-13
dependencies: drop Dependency.methods and Dependency.get_methods()
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-14
dependencies: Use a typing.NewType for Dependency.type_name
Dylan Baker
2021-06-06
typing: Fully annotate dependencies.pkgconfig
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger