meson/mesonbuild
Martin Hostettler 247b1a598a regression: pkgconfig module: Fix Fix regression in Requires.private generation.
The fix for Requires generation in #3406 missed a second code path with the same
problem.

Passing a pkgconfig dependency to requires would produce Q, t, 5, C, o,r, e'
instead of 'Qt5Core'.

This was introduced in 8efd940.
2018-04-20 00:59:06 +03:00
..
backend Merge pull request #3404 from xclaesse/extract-recursive 2018-04-20 00:58:08 +03:00
compilers CCompiler: Do not call to_native() twice 2018-04-19 11:37:35 +00:00
dependencies Add partial_dependency method to dependencies 2018-04-17 23:33:31 +03:00
modules regression: pkgconfig module: Fix Fix regression in Requires.private generation. 2018-04-20 00:59:06 +03:00
scripts 🤦🤦🤦 2018-04-14 22:41:24 +03:00
wrap new wrap-mode: forcefallback 2018-04-06 23:48:48 +02:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
astinterpreter.py cleanup: Remove redundant parentheses 2017-01-18 21:22:47 +02:00
build.py extract_all_objects: Add 'recursive' keyword argument 2018-04-18 14:54:52 -04:00
coredata.py Move builtin_argument_registration to coredata 2018-04-17 11:32:26 -07:00
environment.py Merged Arm CC support. 2018-04-16 23:02:09 +03:00
interpreter.py extract_all_objects: Add 'recursive' keyword argument 2018-04-18 14:54:52 -04:00
interpreterbase.py Allow meson build file to exit early. (#2808) 2018-03-29 21:29:45 +03:00
linkers.py Add an OpenMP dependency. 2018-04-17 02:04:37 -04:00
mconf.py mconf: accept -- options like `meson` does 2018-04-17 11:32:26 -07:00
mesonlib.py Fix encoding bug on Windows 2018-04-14 21:56:24 +03:00
mesonmain.py Move builtin_argument_registration to coredata 2018-04-17 11:32:26 -07:00
minit.py Generate meson.build based on existing source files when meson init is run in a non-empty directory. 2018-03-06 00:05:17 +02:00
mintro.py introspect: default builddir to . to prevent a crash 2018-04-11 21:43:59 +03:00
mlog.py Indicate subproject depth in console output 2018-04-13 01:05:54 +00:00
mparser.py Exit meson with an error if an invalid escape sequence is found in a 2018-04-17 09:55:34 +00:00
mtest.py improve suite of meson test (#3369) 2018-04-14 22:17:02 +03:00
optinterpreter.py options: s/yiel/yield/ typo 2018-03-20 07:05:24 +00:00
rewriter.py Always build parser objects anew to avoid leaking old data. 2018-03-27 00:39:45 +03:00