meson/mesonbuild
Xavier Claessens fda99b08a4 interpreter: Simplify get_option_internal() and fix base option fallback
The fallback to compilers.base_options was done after optname is changed
to have subproject prefix. Simplify the code by looping over all
dictionaries and only keep user_options separate because that one is
special.
2018-08-22 15:15:54 -04:00
..
backend Convert buildtype to optimization and debug options (#3489) 2018-08-18 20:39:47 +03:00
compilers UserArrayOption: Allow duplicates when used as <lang>_args option 2018-08-20 16:16:38 -04:00
dependencies PkgConfigDependency: Parse library paths in a separate step 2018-08-21 13:22:29 -07:00
modules Merge pull request #4036 from jon-turney/fix_issue_3999 2018-08-21 00:56:10 +03:00
scripts gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307 2018-08-07 04:42:03 -07:00
wrap wraptool: fix manual selection of wrap file to promote 2018-08-17 00:33:38 +03: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 Call it gnu_symbol_visibility instead. 2018-08-09 19:46:49 +03:00
coredata.py UserArrayOption: Allow duplicates when used as <lang>_args option 2018-08-20 16:16:38 -04:00
environment.py Adding a new AR Linker Class for the ARM Compiler. (#3949) 2018-08-14 23:04:43 +03:00
interpreter.py interpreter: Simplify get_option_internal() and fix base option fallback 2018-08-22 15:15:54 -04:00
interpreterbase.py interpreter: Add support for dict addition 2018-08-14 23:46:42 +03:00
linkers.py Adding a new AR Linker Class for the ARM Compiler. (#3949) 2018-08-14 23:04:43 +03:00
mconf.py mconf: Take only one optional builddir arg that defaults to '.' 2018-06-06 20:02:37 +00:00
mesonlib.py PkgConfigDependency: Fix library path search order 2018-08-08 05:45:45 -07:00
mesonmain.py Install meson.exe as the entrypoint on Windows 2018-08-11 03:19:57 +05:30
minit.py Call it gnu_symbol_visibility instead. 2018-08-09 19:46:49 +03:00
minstall.py minstall: use follow_symlinks to check executable 2018-08-17 16:41:09 +02:00
mintro.py macos: Rewrite install_name for dependent built libraries on install 2018-06-18 06:33:23 +00:00
mlog.py Print a more usable message when a subproject fails to configure 2018-07-07 04:33:24 -07:00
mparser.py Warn for future keyword (#3908) 2018-07-27 14:31:54 +03:00
mtest.py Print only custom env vars in the test log for each test 2018-08-11 09:15:05 -07:00
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 2018-07-25 09:55:16 -04:00
rewriter.py Always build parser objects anew to avoid leaking old data. 2018-03-27 00:39:45 +03:00