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 c11a4cb952 Make Interpreter object unpicklable as it was being pickled by accident in copies of kwargs. 7 years ago
..
backend add project/global args and include_dirs (useful for module maps) to swift targets 7 years ago
compilers Fix a missing path issue causing Python traceback. 7 years ago
dependencies Select release or debug libraries for Qt, based on buildtype. 7 years ago
modules Fix typo in generate_gir keyword name. 7 years ago
scripts Merge pull request #1920 from QuLogic/hg-dist 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 Merge pull request #1922 from acfoltzer/rust-improvements 8 years ago
coredata.py Bump version number for new development. 8 years ago
environment.py environment: Fix exception when no defines were found 7 years ago
interpreter.py Make Interpreter object unpicklable as it was being pickled by accident in copies of kwargs. 7 years ago
interpreterbase.py Make Interpreter object unpicklable as it was being pickled by accident in copies of kwargs. 7 years ago
linkers.py Split linkers out from compilers.py 8 years ago
mconf.py Remove unused variables. 8 years ago
mesonlib.py Make Interpreter object unpicklable as it was being pickled by accident in copies of kwargs. 7 years ago
mesonmain.py Add an env var to force meson to print a backtrace 8 years ago
mintro.py Storage object has changed so use values(). Closes #1963. 8 years ago
mlog.py Add an option to dependencies called 'method'. This can be used to 8 years ago
mparser.py Do not permit invalid and/or nodes to be declared. Closes #1886. 7 years ago
optinterpreter.py Allow option values to contain ':' 8 years ago