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.
 
 
 
 
 
 
Elliott Sales de Andrade dcaf2d7b3d Accept string exe with Backend.serialise_executable. 8 years ago
..
backend Accept string exe with Backend.serialise_executable. 8 years ago
modules Consistent kwarg popping. 8 years ago
scripts Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings. 8 years ago
wrap Do not error out if git pull fails on subprojects. Closes #720. 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
build.py Merge pull request #680 from centricular/osx-dylib-soversion 8 years ago
compilers.py Make D compilers return colored output by default 8 years ago
coredata.py Change default and add explanatory comment for why we do that. 8 years ago
dependencies.py 'name' needs to be 'self.name' in DependencyException 8 years ago
environment.py Simplify D compiler argument translation 8 years ago
interpreter.py interpreter: Rename get_unittest_flag() to unittest_args() 8 years ago
mconf.py Renamed compile&link args and made them accessible from get_option. 9 years ago
mesonlib.py Check input file for existance. Closes #697. 8 years ago
mesonmain.py Added sysconfdir option. Closes #694. 8 years ago
mintro.py Added minsize build type that optimizes for binary size. 9 years ago
mlog.py Print full mesonlog on failed tests when run under CI. 9 years ago
mparser.py Forbid nested ternary operations. 8 years ago
optinterpreter.py Implement D support 8 years ago