summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
AgeCommit message (Expand)Author
2021-04-19pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens
2021-04-18pkgconfig: Fix broken paths in -uninstalled.pc on WindowsXavier Claessens
2021-03-26pkgconfig: Allow setting prefix in dataonly pc fileXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-03pkgconfig: Add missing permitted kwargsXavier Claessens
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens
2021-01-13build/interperter: Add annotations and move input validation to interpreterDylan Baker
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-11-04pkgconfig: Make external deps of static library publicXavier Claessens
2020-10-22pkgconfig: Define libdir and includedir in -uninstalled.pc filesXavier Claessens
2020-10-17pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens
2020-10-16Fix consistency in variables kwargXavier Claessens
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-07-30pkgconfig: Fix various corner casesXavier Claessens
2020-06-24pkgconfig: Add missing cflags in uninstalled filesXavier Claessens
2020-05-27Fix lack of space after 'Cflags:' in pkgconfig filesSoapux
2020-05-14use FeatureNew.single_useDylan Baker
2020-05-14modules/pkgconfig: Remove duplicate FeatureNewDylan Baker
2020-03-09pkgconfig: Document conflicts keywordFini Jastrow
2020-03-05mesonlib: Replace unholder argument to listifyDylan Baker
2020-03-03pkgconfig: Fix deprecation message (fixes #6720)Stéphane Cerveau
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg
2020-02-05pkgconfig: Generate -uninstalled.pc filesXavier Claessens
2020-02-05pkgconfig: Fix code that make relative pathXavier Claessens
2020-01-29dependencies: Use a DependencyFactory for threadsDylan Baker
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz
2019-11-07pkgconfig: only check import_filename for shared librariesRyan Lucia
2019-11-05Change default pkgconfig directory on FreeBSDsghctoma
2019-10-01pkgconfig: Do not include uninstalled static librariesXavier Claessens
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-09-02Handle case of dependency('threads') in 'requires'Simon Allen
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-12Force pkgconfig to UTF-8myd7349
2019-03-09pkgconfig.generate: add FeatureNew and documentation for implict versionEli Schwartz
2019-01-31pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan
2019-01-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens
2019-01-29pep8 py37Michael Hirsch, Ph.D
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens
2018-12-03pkgconfig: do not generated dependency on itselfLuca Boccassi
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan
2018-07-01Nirbheek/fix pkgconfig library dedup (#3813)Nirbheek Chauhan
2018-06-01Add 0.46.0 featuresSalamandar
2018-06-01Add 0.42.0 featuresSalamandar
2018-06-01Add 0.41.0 featuresSalamandar
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan