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.
 
 
 
 
 
 
Nirbheek Chauhan f85d4bb14c Fix regression in test definitions 8 years ago
..
backend backends: Add custom target inc dirs before target inc dirs 8 years ago
compilers Fix detection of clang "optimization arguments" 8 years ago
dependencies Find Boost dep when there is an extra lib to link 8 years ago
modules gnome: Ensure gir always works with asan, even if used together with ubsan 8 years ago
scripts install: Also ignore PermissionError for selinux 8 years ago
wrap Whitespace tweaks to reduce Flake8 warnings 8 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 cleanup: Remove redundant parentheses 8 years ago
build.py Add option to disable implicit include directories. Closes #2139. 8 years ago
coredata.py Bump numbers for new release. 8 years ago
environment.py Check if Watcom version of cl exists in the path and avoid using it. (#2237) 8 years ago
interpreter.py Fix regression in test definitions 8 years ago
interpreterbase.py Printing unknown kwarg error message no longer crashes the parser. 8 years ago
linkers.py Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 8 years ago
mconf.py Add option to limit maximum number of concurrent link processes. 8 years ago
mesonlib.py interpreter: Always flatten when unholding arrays 8 years ago
mesonmain.py Tell users about ninja rebuild and meson configure 8 years ago
mintro.py Modify mesonintrospect --dependencies so 1 element in list is 1 dependency 8 years ago
mlog.py Ensure log file gets closed. 8 years ago
mparser.py Do not permit invalid and/or nodes to be declared. Closes #1886. 8 years ago
mtest.py Turned mesontest into on internal module. 8 years ago
optinterpreter.py Add option to limit maximum number of concurrent link processes. 8 years ago
rewriter.py Turned rewriter into an internal module. 8 years ago