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.
 
 
 
 
 
 
Thibault Saunier 533997891e backend: Make sure to normalize paths before checking if it is a system dir 6 years ago
..
backend backend: Make sure to normalize paths before checking if it is a system dir 6 years ago
compilers compilers: Do not use -pthread with clang for darwin 6 years ago
dependencies dependencies/llvm: Add LLVM 7 6 years ago
modules gnome: use target c_args/c_link_args for g-ir-scanner when cross-compiling 6 years ago
scripts Merge pull request #4261 from rossburton/cross 6 years ago
wrap Add 'clone-recursive' option for git wraps 6 years ago
__init__.py
astinterpreter.py
build.py Merge pull request #4174 from jon-turney/link-with-custom-target 6 years ago
coredata.py Updated version number for new development. 6 years ago
environment.py environment: Use os.path.basename() when checking mesonlib.meson_command 6 years ago
interpreter.py Fix version check when passing feature option to find_installation() 6 years ago
interpreterbase.py interpreter: Add support for dict addition 6 years ago
linkers.py D: Fix incorrect arch handling in D linkers 6 years ago
mconf.py Remove useless __main__ in files that cannot be executed 6 years ago
mesonlib.py mesonlib: use collections.abc for abc types 6 years ago
mesonmain.py Return code 0 when builddir is already configured 6 years ago
minit.py
minstall.py Revert symlink copy behaviour. Closes #4069. 6 years ago
mintro.py Remove useless __main__ in files that cannot be executed 6 years ago
mlog.py Add --fatal-meson-warnings command line option 6 years ago
mparser.py
mtest.py Guard against the process redirecting stdout. Closes #3967. 6 years ago
optinterpreter.py
rewriter.py