meson/mesonbuild
Nirbheek Chauhan badbfa125c pkgconfig: Don't expose internal libraries in .pc files
Libraries that have been linked with link_whole: are internal
implementation details and should never be exposed to the outside
world in either Libs: or Libs.private:

Closes https://github.com/mesonbuild/meson/issues/3509
2018-05-02 11:46:47 +00:00
..
backend Allow custom_target do depend on indexed output of custom_target 2018-05-01 11:51:55 +00:00
compilers has_multi_link_arguments: Some compilers needs -Wl,--fatal-warnings 2018-04-30 16:06:24 +00:00
dependencies Allow `required : false` for OpenMP dependency 2018-05-02 11:44:53 +00:00
modules pkgconfig: Don't expose internal libraries in .pc files 2018-05-02 11:46:47 +00:00
scripts Made depfixer more robust on OSX. Closes #3493. 2018-05-01 12:10:25 +00: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 pkgconfig: Don't expose internal libraries in .pc files 2018-05-02 11:46:47 +00:00
coredata.py Fix --warnlevel being renamed to --warning-level in latest release 2018-04-27 11:09:14 -04:00
environment.py Passing --default-library=both should override project value 2018-04-27 11:19:12 -04:00
interpreter.py Fix setting c_args and friends from command line 2018-05-01 12:09:45 +00:00
interpreterbase.py interpreter: Verify permitted kwargs on all methods 2018-04-26 00:01:48 +03:00
linkers.py Add an OpenMP dependency. 2018-04-17 02:04:37 -04:00
mconf.py Fix setting c_args and friends from command line 2018-05-01 12:09:45 +00:00
mesonlib.py Fix encoding bug on Windows 2018-04-14 21:56:24 +03:00
mesonmain.py Merge pull request #3485 from xclaesse/warnlevel 2018-04-29 20:27:43 +03:00
minit.py Use visual studio solution directories 2018-04-17 23:41:03 +02:00
mintro.py introspect: default builddir to . to prevent a crash 2018-04-11 21:43:59 +03:00
mlog.py Add VT100 ANSI escape sequences for Windows 10. 2018-05-01 20:17:14 +03:00
mparser.py Remove escaping for triple-quoted strings 2018-04-21 22:57:19 +03: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