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.
 
 
 
 
 
 
Eli Schwartz 07d9c72e17
flake8: fix wrong numbers of blank line separators
3 years ago
..
ast
backend flake8: fix typoed whitespace surrounding tokens 3 years ago
cmake flake8: fix wrong numbers of blank line separators 3 years ago
compilers flake8: fix wrong numbers of blank line separators 3 years ago
dependencies flake8: fix wrong numbers of blank line separators 3 years ago
interpreter flake8: fix wrong numbers of blank line separators 3 years ago
interpreterbase flake8: use plain strings instead of f-strings when no variables used 3 years ago
linkers Genericise TI compiler and add MSP430 support 3 years ago
mesonlib flake8: use plain strings instead of f-strings when no variables used 3 years ago
modules pkgconfig module: allow custom variables to reference builtin directories 3 years ago
scripts Merge pull request #9742 from ximion/wip/itstool 3 years ago
templates flake8: fix indentation style 3 years ago
wrap FeatureNew: add mypy type annotations for subproject arg 3 years ago
__init__.py
_pathlib.py
_typing.py
arglist.py
build.py shared module: Allow linking on Android 3 years ago
coredata.py meson: Allow directory options outside of prefix 3 years ago
depfile.py depfile: type annotate 3 years ago
envconfig.py Genericise TI compiler and add MSP430 support 3 years ago
environment.py
mcompile.py mcompile: fix broken codepaths and restore orphaned code 3 years ago
mconf.py
mdevenv.py
mdist.py implement 'dist --allow-dirty' flag 3 years ago
mesondata.py port from embedded data to importlib.resources 3 years ago
mesonmain.py fine-tune the logic for reporting context on tracebacks 3 years ago
minit.py
minstall.py minstall: raise explicit errors, by using MesonException 3 years ago
mintro.py
mlog.py fix type annotations for mlog nesting 3 years ago
mparser.py first pass at migrating to dataclasses 3 years ago
msetup.py
msubprojects.py first pass at migrating to dataclasses 3 years ago
mtest.py mtest: support for forcibly verbose logging of some tests 3 years ago
munstable_coredata.py
optinterpreter.py FeatureNew: add mypy type annotations for subproject arg 3 years ago
programs.py interpreter: use typed_kwargs for run_command 3 years ago
rewriter.py