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 ce04a279ae ast/introspection: Fix typing violation due to untyped functions 4 years ago
..
ast ast/introspection: Fix typing violation due to untyped functions 4 years ago
backend pylint: Catch cases of `if len(container)` which should be replaced by `if container` 4 years ago
cmake cmake: fix shared_module dependency (fixes #7715) 5 years ago
compilers compilers: Use a distinct type for compile/link results 4 years ago
dependencies pylint: Turn on warnings for incorrect number of args 4 years ago
modules pylint: turn on bad-indentation error 4 years ago
scripts externalproject: Fix typing annotation 5 years ago
templates typing: Fix templates 5 years ago
wrap msubprojects: Stop trying to guess subproject type 4 years ago
__init__.py
arglist.py typing: fix code review 5 years ago
build.py pylint: turn on bad-indentation error 4 years ago
coredata.py compilers: Use a distinct type for compile/link results 4 years ago
depfile.py
envconfig.py envconfig: fix return type of get_env_var_pair 4 years ago
environment.py Add support for the CompCert C Compiler 4 years ago
interpreter.py InternalDependency: Add as_link_whole() method 4 years ago
interpreterbase.py typing: get rid of most T.cast 5 years ago
linkers.py Some fixes for CompCert 4 years ago
mcompile.py mcompile: Add some basic XCode support 5 years ago
mconf.py typing: more fixes 5 years ago
mdist.py
mesondata.py
mesonlib.py pylint: turn on bad-indentation error 4 years ago
mesonmain.py
minit.py typing: fully annotate mcompile, minit, and msetup 5 years ago
minstall.py pylint: Turn on warnings for incorrect number of args 4 years ago
mintro.py typing: fix code review 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 4 years ago
mtest.py mtest: Refactor test data checking 5 years ago
munstable_coredata.py
optinterpreter.py pylint: turn on bad-indentation error 4 years ago
rewriter.py