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.
 
 
 
 
 
 
Jussi Pakkanen 270f2395d6
Merge pull request #4191 from trilader/feature/projectinfo-from-source
6 years ago
..
backend Remove MinimalRebuild as it is deprecated. Closes #4539. 6 years ago
compilers Remove linkerlike args from compile checks. Closes #4542. 6 years ago
dependencies Fixed unit test (see #4549) 6 years ago
modules pkgconfig: add support for pkgconfig generation for c# 6 years ago
scripts depfixer: Do not try to fix rpaths of dlls 6 years ago
wrap Fix subproject initialization without git installed. 6 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 6 years ago
build.py Use first 7 letters of sha256 for subdirectory part of target id 6 years ago
coredata.py Get basic native config file loading working 6 years ago
environment.py environment: detect compilers from native files 6 years ago
interpreter.py interpreter: allow find_program to use the native file 6 years ago
interpreterbase.py Make string division do path joining. 6 years ago
linkers.py Add support for Renesas CC-RX toolchain 6 years ago
mconf.py Sorted arrays alphabetically 6 years ago
mesonlib.py meson: performance optimizethe file object 6 years ago
mesonmain.py Hide 'rewrite' and 'runpython' commands from help 6 years ago
minit.py Use a single ArgumentParser for all subcommands 6 years ago
minstall.py minstall: Do not delete dst files when installing a directory 6 years ago
mintro.py Remove name property from introspect --projectinfo as it is not used 6 years ago
mlog.py Print dependencies being used for compiler checks 6 years ago
mparser.py Interpreter: Add 'continue' and 'break' keywords 6 years ago
msetup.py Get basic native config file loading working 6 years ago
mtest.py Fix flake8 whitespace reports 6 years ago
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 6 years ago
rewriter.py Split AstInterpreter into base class and RewriterInterpreter 6 years ago