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.
 
 
 
 
 
 
Xavier Claessens 60b58e056f Add 'meson subprojects update' command 7 years ago
..
backend Use /O1 instead of /Os for MSVC as the latter is deprecated. 7 years ago
compilers Remove linkerlike args from compile checks. Closes #4542. 7 years ago
dependencies Fixed unit test (see #4549) 7 years ago
modules pkgconfig: add support for pkgconfig generation for c# 7 years ago
scripts depfixer: Do not try to fix rpaths of dlls 7 years ago
wrap Add 'meson subprojects update' command 7 years ago
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 9 years ago
astinterpreter.py AstInterpreter: Stub out more functions 7 years ago
build.py Use first 7 letters of sha256 for subdirectory part of target id 7 years ago
coredata.py Get basic native config file loading working 7 years ago
environment.py environment: detect compilers from native files 7 years ago
interpreter.py Merge pull request #3061 from jon-turney/introspect-custom-target-files 7 years ago
interpreterbase.py Make string division do path joining. 7 years ago
linkers.py Add support for Renesas CC-RX toolchain 7 years ago
mconf.py Sorted arrays alphabetically 7 years ago
mesonlib.py meson: performance optimizethe file object 7 years ago
mesonmain.py Add 'meson subprojects update' command 7 years ago
minit.py Use a single ArgumentParser for all subcommands 7 years ago
minstall.py minstall: Do not delete dst files when installing a directory 7 years ago
mintro.py Remove name property from introspect --projectinfo as it is not used 7 years ago
mlog.py Add 'meson subprojects update' command 7 years ago
mparser.py Interpreter: Add 'continue' and 'break' keywords 7 years ago
msetup.py Get basic native config file loading working 7 years ago
msubprojects.py Add 'meson subprojects update' command 7 years ago
mtest.py Fix flake8 whitespace reports 7 years ago
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 7 years ago
rewriter.py Split AstInterpreter into base class and RewriterInterpreter 7 years ago