aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens1-3/+8
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-1/+1
2019-09-02Handle case of dependency('threads') in 'requires'Simon Allen1-0/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-1/+1
2019-05-12Force pkgconfig to UTF-8myd73491-1/+1
2019-03-09pkgconfig.generate: add FeatureNew and documentation for implict versionEli Schwartz1-1/+3
2019-01-31pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan1-12/+20
2019-01-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6
2019-01-29pep8 py37Michael Hirsch, Ph.D1-1/+1
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens1-1/+5
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas1-2/+2
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens1-8/+40
2018-12-03pkgconfig: do not generated dependency on itselfLuca Boccassi1-1/+1
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach1-5/+12
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan1-2/+2
2018-07-01Nirbheek/fix pkgconfig library dedup (#3813)Nirbheek Chauhan1-4/+6
2018-06-01Add 0.46.0 featuresSalamandar1-1/+2
2018-06-01Add 0.42.0 featuresSalamandar1-0/+1
2018-06-01Add 0.41.0 featuresSalamandar1-1/+4
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan1-2/+2
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen1-2/+4
2018-04-20regression: pkgconfig module: Fix Fix regression in Requires.private generation.Martin Hostettler1-1/+1
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen1-2/+2
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler1-2/+6
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell1-1/+1
2018-04-07pkgconfig generator: Remove duplicates in required versionsXavier Claessens1-3/+5
2018-04-06pkgconfig generator: Fix crash when passing a SharedModuleXavier Claessens1-1/+2
2018-04-03pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens1-12/+10
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp1-1/+1
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens1-6/+22
2018-03-25pkgconfig generator: Add required versionXavier Claessens1-8/+48
2018-03-25Make the generated pkgconfig files reproducible.Chris Lamb1-5/+12
2018-03-19Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen1-1/+14
2018-03-19Fix existing tests.Jussi Pakkanen1-0/+3
2018-03-17Do not leak out private dependencies for shared libraries.Jussi Pakkanen1-1/+11
2018-03-13pkgconfig: allow any non-found dependency requires argumentsAleksey Filippov1-0/+2
2018-03-13pkgconfig: print requires argument type on errorAleksey Filippov1-1/+2
2018-02-24Add library with generated_pc and PkgConfigDependency support to pkgconfig.ge...Aleksey Filippov1-2/+22
2018-02-24Use listify(unholder=True) instead of manual unwrappingAleksey Filippov1-3/+1
2018-02-23Fix misprint in pkgconfig commentAleksey Filippov1-1/+1
2018-01-19pkgconfig: Also ignore not found deps passed directly to pc generatorXavier Claessens1-7/+6
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen1-1/+4
2017-12-21pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens1-2/+2
2017-12-20pkgconfig: Use the pc file we generated for librariesXavier Claessens1-8/+13
2017-12-20pkgconfig: Avoid duplicated -L flagsXavier Claessens1-2/+6
2017-12-20pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens1-32/+95
2017-11-19pkgconfig: Handle prefix in library pathIñigo Martínez1-1/+10
2017-11-11pkgconfig module: Escape all paths while generatingNirbheek Chauhan1-9/+24
2017-10-19Error for Libs in package_config functiongetzze1-2/+4
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+1