The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dylan Baker 738e343860 compilers: move _build_wrapper out of clike into Compiler 5 years ago
..
ast ast/introspection: Fix typing violation due to untyped functions 5 years ago
backend compilers/swift: Add type annotations 5 years ago
cmake typing: fully annotate cmake.interpreter 5 years ago
compilers compilers: move _build_wrapper out of clike into Compiler 5 years ago
dependencies dependencies/curses: don't try ncurses-config or system dependency on windows 5 years ago
modules windows: reduce chance of going over path limit in backend/vs 5 years ago
scripts Make meson_exe report pickled command when it fails 5 years ago
templates typing: Fix templates 5 years ago
wrap msubprojects: Stop trying to guess subproject type 5 years ago
__init__.py
arglist.py typing: fix code review 5 years ago
build.py pylint: turn on bad-indentation error 5 years ago
coredata.py mesonlib: make OptionOverrideProxy a true MutableMapping 5 years ago
depfile.py
envconfig.py envconfig: fix return type of get_env_var_pair 5 years ago
environment.py compilers/cpp: Add type annotations 5 years ago
interpreter.py Add meson.project_build/source_root() methods 5 years ago
interpreterbase.py Add meson.project_build/source_root() methods 5 years ago
linkers.py compilers: Tell mypy that the compiler mixins are just that 5 years ago
mcompile.py mcompile: Add some basic XCode support 5 years ago
mconf.py typing: more fixes 5 years ago
mdist.py mdist: actually constrain the choices of the --formats option 5 years ago
mesondata.py mdata: Generate mesondata.py from */data folders 5 years ago
mesonlib.py mesonlib: make OptionOverrideProxy a true MutableMapping 5 years ago
mesonmain.py Add a notice about Python 3.5 support 5 years ago
minit.py typing: fully annotate mcompile, minit, and msetup 5 years ago
minstall.py pylint: Turn on warnings for incorrect number of args 5 years ago
mintro.py mesonlib: make OptionOverrideProxy a true MutableMapping 5 years ago
mlog.py typing: Add run_mypy.py for easier mypy invocation 5 years ago
mparser.py typing: fix code review 5 years ago
msetup.py mcompile: Add some basic XCode support 5 years ago
msubprojects.py msubprojects: Fix unit tests on Windows 5 years ago
mtest.py mtest: Refactor test data checking 5 years ago
munstable_coredata.py
optinterpreter.py pylint: turn on bad-indentation error 5 years ago
rewriter.py