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
2025-10-14
pkgconfig: Improve handling of empty string deps
Eyal Itkin
2025-10-11
pkgconfig: Handle malformatted string dependencies
Eyal Itkin
2025-09-11
Document internal dep support in pkgconfig.generate `requires` arg
Benjamin Gilbert
2025-08-01
modules/pkgconfig: Resolve dependencies in case of an internal dependency
Corentin Noël
2025-05-06
Add license keyword to pkgconfig generate
Charles Brunet
2025-05-06
do not use len to check emptyness
Charles Brunet
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-02-12
modules/pkgconfig: use host machine to calculate install prefix
Dylan Baker
2024-09-11
Fix pkgconfig.generate handling of BothLibraries dependencies
Charles Brunet
2024-08-30
update various deprecation notices to call out meson 2.0
Eli Schwartz
2024-07-17
Remove module type from OptionKey.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-02-26
interpreter: Dependency variables can be empty string
Xavier Claessens
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-22
Make the Requires.private line in generated .pkgconfig files reproducible
Chris Lamb
2023-10-16
compilers/d: use DFeatures for get_features_args
Dylan Baker
2023-09-18
pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scanner
Xavier Claessens
2023-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-07-25
modules/pkgconfig: Don't insert None into devenv list
Dylan Baker
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-07-19
add better comments for mypy suppressions
Eli Schwartz
2023-06-26
tree-wide: reduce unneeded imports on specific Dependency impls
Eli Schwartz
2023-06-26
pkgconfig: move uninstalled devenv handling from setup to the module hook
Eli Schwartz
2023-06-01
pkgconfig: Add include directories from internal deps in -uninstalled.pc
Xavier Claessens
2023-04-18
pkgconfig module: fix traceback on invalid missing description
Eli Schwartz
2023-01-20
Haiku pkgconfig directory layout support
X512
2023-01-04
forbid using declare_dependency(objects: ...) with pkg-config module
Paolo Bonzini
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
[next]