meson/mesonbuild
Jan Niklas Hasse c3d143298b Log instead of raise if Boost module invalid
BOOST_LIBS could become outdated in future versions, which would result
in dependency('boost', modules : [ 'foo' ], required : false) to fail,
although required was set to false. Therefore turn the exception into
log_fail(). If required was set to true, this will still be caught since
is_found remains False.

This also improves logging by printing all invalid module names instead
of only the first one.
2017-11-13 21:07:00 +02:00
..
backend namespace run_targets by subproject 2017-10-31 01:04:38 +02:00
compilers Better check for when address sanitizer is enabled. Closes #2590. 2017-11-09 21:14:42 +02:00
dependencies Log instead of raise if Boost module invalid 2017-11-13 21:07:00 +02:00
modules gnome: Add include_directories parameter to gtkdoc() 2017-11-10 18:23:47 +02:00
scripts gtkdoc: Pass the linker down to gtkdoc-scangobj 2017-11-07 23:56:18 +02:00
wrap Merge pull request #2373 from leiflm/svn-wraps 2017-10-01 01:21:12 +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 namespace run_targets by subproject 2017-10-31 01:04:38 +02:00
coredata.py coredata: Remove parse_string() method 2017-11-06 20:55:05 +02:00
environment.py Dump coredata earlier. 2017-11-06 20:56:53 +02:00
interpreter.py Interpreter: ensure build_def_files defined before parse_project() 2017-11-10 18:23:33 +02:00
interpreterbase.py Allow CustomTarget's to be indexed 2017-09-27 22:01:24 +03:00
linkers.py Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 2017-07-21 19:40:54 +03:00
mconf.py Print correct command in help message 2017-11-09 21:12:34 +02:00
mesonlib.py Use listify and extract_as_list everywhere 2017-10-01 22:27:48 +05:30
mesonmain.py Print correct command in help message 2017-11-09 21:12:34 +02:00
mintro.py Print correct command in help message 2017-11-09 21:12:34 +02:00
mlog.py logging: Print location of log file on error 2017-09-14 18:29:30 +03:00
mparser.py Do not permit invalid and/or nodes to be declared. Closes #1886. 2017-06-25 21:43:38 +03:00
mtest.py Print correct command in help message 2017-11-09 21:12:34 +02:00
optinterpreter.py coredata: Remove parse_string() method 2017-11-06 20:55:05 +02:00
rewriter.py Print correct command in help message 2017-11-09 21:12:34 +02:00