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
2018-05-02
pkgconfig: Don't expose internal libraries in .pc files
Nirbheek Chauhan
2018-05-02
Keep separator spaces in pkg-config declarations. Closes #3479.
Jussi Pakkanen
2018-04-20
regression: pkgconfig module: Fix Fix regression in Requires.private generation.
Martin Hostettler
2018-04-15
Updated all modules to work with the new API.
Jussi Pakkanen
2018-04-14
Improve generation of pkg-config files for static only libraries.
Martin Hostettler
2018-04-14
pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...
textshell
2018-04-07
pkgconfig generator: Remove duplicates in required versions
Xavier Claessens
2018-04-06
pkgconfig generator: Fix crash when passing a SharedModule
Xavier Claessens
2018-04-03
pkgconfig generator: Only skip dependencies when using shared_library()
Xavier Claessens
2018-03-29
Don't crash when using d_module_versions for pkg-config
Matthias Klumpp
2018-03-29
pkgconfig: Add a simple version of the generator (#3284)
Xavier Claessens
2018-03-25
pkgconfig generator: Add required version
Xavier Claessens
2018-03-25
Make the generated pkgconfig files reproducible.
Chris Lamb
2018-03-19
Merge pull request #3251 from mesonbuild/fixpkgconfigdeps
Jussi Pakkanen
2018-03-19
Fix existing tests.
Jussi Pakkanen
2018-03-17
Do not leak out private dependencies for shared libraries.
Jussi Pakkanen
2018-03-13
pkgconfig: allow any non-found dependency requires arguments
Aleksey Filippov
2018-03-13
pkgconfig: print requires argument type on error
Aleksey Filippov
2018-02-24
Add library with generated_pc and PkgConfigDependency support to pkgconfig.ge...
Aleksey Filippov
2018-02-24
Use listify(unholder=True) instead of manual unwrapping
Aleksey Filippov
2018-02-23
Fix misprint in pkgconfig comment
Aleksey Filippov
2018-01-19
pkgconfig: Also ignore not found deps passed directly to pc generator
Xavier Claessens
2018-01-19
Add external dependencies to pc files only if found. Closes #2911.
Jussi Pakkanen
2017-12-21
pkgconfig: Rename DepsHolder to DependenciesHelper
Xavier Claessens
2017-12-20
pkgconfig: Use the pc file we generated for libraries
Xavier Claessens
2017-12-20
pkgconfig: Avoid duplicated -L flags
Xavier Claessens
2017-12-20
pkgconfig: Allow passing Dependency objects to library(_private)
Xavier Claessens
2017-11-19
pkgconfig: Handle prefix in library path
Iñigo Martínez
2017-11-11
pkgconfig module: Escape all paths while generating
Nirbheek Chauhan
2017-10-19
Error for Libs in package_config function
getzze
2017-09-21
flake8: Clean up complained-about unused imports
Luke Shumaker
2017-09-18
Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.
Alexis Jeandet
2017-09-17
d: Make feature names less verbose
Matthias Klumpp
2017-09-12
Drop feature_args call in favor of letting pkgconfig do this directly
Matthias Klumpp
2017-09-03
pkgconfig: Document url keyword
Patrick Griffis
2017-07-21
Make error message more informative
Emmanuele Bassi
2017-07-13
pkgconfig: avoid appending slash at Cflags
Laurent Carlier
2017-06-29
pkgconfig: add support for extra_cflags
Bruce Richardson
2017-06-26
Fixed issues raised in review.
Jussi Pakkanen
2017-06-26
Converted some modules.
Jussi Pakkanen
2017-05-11
pkgconfig: add suppport for custom variables during generation
Peter Hutterer
2017-04-04
Support multiple install dirs for built/custom targets
Nirbheek Chauhan
2017-01-11
style: [E301] expected 1 blank line, found 0
Mike Sinkovsky
2017-01-09
There are two different kinds of extensions: modules that create new
Jussi Pakkanen
2017-01-04
Create a module return value object.
Jussi Pakkanen
2017-01-01
style: fix E231 violations
Igor Gnatenko
2017-01-01
style: fix E222 violations
Igor Gnatenko
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-06
Merge pull request #1144 from valum-framework/always-add-version-in-pkg-config
Jussi Pakkanen
2016-12-05
pkgconfig: Raise an error if 'version' is not specified
Guillaume Poirier-Morency
[next]