meson/mesonbuild
Daniel Mensinger 681532452c
Handle java correct
2019-01-06 12:19:33 +01:00
..
backend Fixed hash 2019-01-06 12:19:33 +01:00
compilers Handle java correct 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 Get rid of `ConfigData` 2019-01-02 16:22:47 -05:00
environment.py Split the monolithic introspection file into chunks 2019-01-06 12:19:29 +01:00
interpreter.py Remove cross_info; cross file is parsed up front and discarded 2019-01-02 16:22:47 -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 Split the monolithic introspection file into chunks 2019-01-06 12:19:29 +01: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 print 'Nothing to install.' if nothing was installed 2019-01-01 22:37:44 +02:00
mintro.py Code cleanup and renamed variables 2019-01-06 12:19:33 +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 Added unit test 2019-01-06 12:19:28 +01: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