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.
 
 
 
 
 
 
Patrick Griffis 67f0a1a44d Fix run_target() accepting ConfigureFile for command 8 years ago
..
backend Fix run_target() accepting ConfigureFile for command 8 years ago
compilers Renamed test case number to avoid dupes. 8 years ago
dependencies Removed unnecessary pass statements. 8 years ago
modules Make error message more informative 8 years ago
scripts Close files reliably. 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 build.py: fixed a small issue where hasattr was passed only a name argument. 8 years ago
coredata.py Bump version number for new development. 8 years ago
environment.py Merge pull request #1374 from mesonbuild/simd 8 years ago
interpreter.py configure_file: warn in case a variable to subsitute is not present in the passed configuration. Fixes #2090 8 years ago
interpreterbase.py Merge pull request #2017 from mesonbuild/fix2012 8 years ago
linkers.py Split linkers out from compilers.py 8 years ago
mconf.py Remove unused variables. 8 years ago
mesonlib.py configure_file: warn in case a variable to subsitute is not present in the passed configuration. Fixes #2090 8 years ago
mesonmain.py Run postconf scripts after dumping coredata. 8 years ago
mintro.py Modify mesonintrospect --dependencies so 1 element in list is 1 dependency 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. 8 years ago
optinterpreter.py Allow option values to contain ':' 8 years ago