meson/mesonbuild
Nicolas Schneider 3232f780d8 use same code for printing options in mconf and msetup
Also, options are now responsible for providing a suitable printable
representation of their value instead of handling this at the caller.
2019-01-06 19:41:24 -05:00
..
backend Better list prepending 2019-01-06 12:19:34 +01:00
compilers More os.pathsep 2019-01-06 12:19:33 +01:00
dependencies Remove cross_info; cross file is parsed up front and discarded 2019-01-02 16:22:47 -05:00
modules pkgconfig: Fix flag deduplication 2019-01-05 21:44:53 +02:00
scripts Add a clang-format target. 2018-12-30 00:50:00 +02:00
wrap Add 'meson subprojects update' command 2018-12-02 08:37:32 -05: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 AstInterpreter: Stub out more functions 2018-11-26 23:10:53 +01:00
build.py Some small fixes 2019-01-06 12:19:31 +01:00
coredata.py use same code for printing options in mconf and msetup 2019-01-06 19:41:24 -05:00
environment.py Fixed buildoptions form source 2019-01-06 12:19:34 +01:00
interpreter.py use same code for printing options in mconf and msetup 2019-01-06 19:41:24 -05:00
interpreterbase.py Error out if kwargs dict contains a kwargs entry. 2018-12-07 21:35:26 +02:00
linkers.py Add support for Renesas CC-RX toolchain 2018-11-08 00:02:22 +13:00
mconf.py use same code for printing options in mconf and msetup 2019-01-06 19:41:24 -05:00
mesonlib.py Removed fallback detection logic 2019-01-06 12:19:28 +01:00
mesonmain.py Add 'meson subprojects update' command 2018-12-02 08:37:32 -05:00
minit.py Use a single ArgumentParser for all subcommands 2018-10-04 09:40:21 -04:00
minstall.py fix meson configure exception when install_umask is not an int 2019-01-06 22:35:04 +02:00
mintro.py Indent flag only toggles 2019-01-06 12:19:35 +01:00
mlog.py Disable mlog and don't require build directory for environment 2018-12-29 23:55:45 +01:00
mparser.py parser: Fix line continuation outside of (), [] or {} 2019-01-05 21:45:37 +02:00
msetup.py use same code for printing options in mconf and msetup 2019-01-06 19:41:24 -05:00
msubprojects.py Add 'meson subprojects download' command 2018-12-02 08:37:32 -05:00
mtest.py Print ASCII version of unrepresentable text. Closes #4600. 2018-12-07 23:12:44 +02:00
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 2018-07-25 09:55:16 -04:00
rewriter.py Split AstInterpreter into base class and RewriterInterpreter 2018-11-26 23:10:53 +01:00