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 b034f8cf61 pylint: Turn on warnings for incorrect number of args 4 years ago
..
ast Merge pull request #7657 from mensinda/moreTyping 5 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 Some fixes for CompCert 4 years ago
dependencies pylint: Turn on warnings for incorrect number of args 4 years ago
modules Revert "windows: reduce chance of going over path limit in backend/vs" 4 years ago
scripts externalproject: Fix typing annotation 4 years ago
templates typing: Fix templates 5 years ago
wrap msubprojects: Stop trying to guess subproject type 4 years ago
__init__.py compilers/d: Add b_ndebug support 5 years ago
arglist.py typing: fix code review 5 years ago
build.py pylint: Catch cases of `if len(container)` which should be replaced by `if container` 4 years ago
coredata.py mtest: Check version in the test data after loading 5 years ago
depfile.py compilers/d: Add b_ndebug support 5 years ago
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 4 years ago
mconf.py typing: more fixes 5 years ago
mdist.py environment: use ExternalProgram to find ninja 5 years ago
mesondata.py mdata: Generate mesondata.py from */data folders 5 years ago
mesonlib.py external-project: New module to build configure/make projects 4 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 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 4 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 compilers/d: Add b_ndebug support 5 years ago
optinterpreter.py typing: more fixes 5 years ago
rewriter.py compilers/d: Add b_ndebug support 5 years ago