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
/
modules
/
pkgconfig.py
Age
Commit message (
Expand
)
Author
2022-10-03
pylint: enable unnecessary-comprehension
Dylan Baker
2022-08-18
modules/pkgconfig: make it a NewExtensionModule
Dylan Baker
2022-08-18
modules/pkgconfig: mypy clean!
Dylan Baker
2022-08-18
modules/pkgconfig: Fix code to handle CustomTarget and CustomTargetIndex
Dylan Baker
2022-08-18
modules/pkgconfig: remove type checking abstraction
Dylan Baker
2022-08-18
modules/pkgconfig: get rid of modifications to the BuildTarget objects
Dylan Baker
2022-08-18
modules/pkgconfig: ensure "name" is not None
Dylan Baker
2022-08-18
modules/pkgconfig: Get most type annotations added
Dylan Baker
2022-08-18
modules/pkgconfig: Use typed_kwargs
Dylan Baker
2022-08-18
modules/pkgconfig: use typed_pos_args
Dylan Baker
2022-08-18
modules/pkgconfig: fix typo in blocked variable
Dylan Baker
2022-08-18
modules/pkgconfig: Fix some low hanging typing issues
Dylan Baker
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-07-06
pkgconfig: do not add valgrind as requirement
Marc-André Lureau
2022-06-17
fix parameter expansion in several error messages
Michael Mera
2022-04-19
pkgconfig: Add relocatable module option
Fredrik Salomonsson
2022-03-09
Move dataonly pkgconfig file to datadir/pkgconfig
Tristan Partin
2022-02-15
pkgconfig module: allow custom variables to reference builtin directories
Eli Schwartz
2022-02-01
pkgconfig: set libdir only if used
Andrea Pappacoda
2021-12-22
pkgconfig: Fix linking to a custom target
Xavier Claessens
2021-11-01
various manual conversion of percent-formatted strings to f-strings
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-10
pkgconfig module: correctly generate Libs search path with absolute install_dir
Eli Schwartz
2021-10-04
f-strings
Eli Schwartz
2021-09-30
interpreter: Use typed_kwargs for func_custom_target
Dylan Baker
2021-09-24
build: use an object rather than a dict for the dep_manifest
Dylan Baker
2021-09-06
mintro: add installed_plan
Filipe Laíns
2021-08-17
Add install tags
Xavier Claessens
2021-07-13
modules/pkgconfig: remove handling of .pcdep
Dylan Baker
2021-06-26
refactor: Refactor BothLibraries logic
Daniel Mensinger
2021-06-18
holders: remove unholder
Daniel Mensinger
2021-06-18
holders: Introduce BothLibraries
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-18
pkgconfig: Do not escape custom variables
Xavier Claessens
2021-04-19
pkgconfig: Add support for CustomTarget objects in generator
Xavier Claessens
2021-04-18
pkgconfig: Fix broken paths in -uninstalled.pc on Windows
Xavier Claessens
2021-03-26
pkgconfig: Allow setting prefix in dataonly pc file
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-03
pkgconfig: Add missing permitted kwargs
Xavier Claessens
2021-02-22
minstall: Add --skip-subprojects option
Xavier Claessens
2021-01-13
build/interperter: Add annotations and move input validation to interpreter
Dylan Baker
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-11-04
pkgconfig: Make external deps of static library public
Xavier Claessens
2020-10-22
pkgconfig: Define libdir and includedir in -uninstalled.pc files
Xavier Claessens
2020-10-17
pkgconfig: InternalDependency's ext_deps should be private by default
Xavier Claessens
2020-10-16
Fix consistency in variables kwarg
Xavier Claessens
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-07-30
pkgconfig: Fix various corner cases
Xavier Claessens
[next]