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 5384a203f3 Merge pull request #585 from mesonbuild/hasarg 9 years ago
..
backend Add support for running specific test suites with valgrind. 9 years ago
modules Make sure outputs do not contain stray path segments. 9 years ago
scripts meson_test: Fix a bug in valgrind argument handling. 9 years ago
wrap Created an emergency wraptool that downloads directly from Github. 9 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 Can query version strings of dependencies. 9 years ago
compilers.py Add special casing for VS which ignores unknown arguments. 9 years ago
coredata.py Change test suite separator character from '-' to ':'. 9 years ago
dependencies.py Ensure cargs and libs variables always exist. Closes #581. 9 years ago
environment.py Set Gnu fortran type based on platform. 9 years ago
interpreter.py Added functionality to pick the first supported argument from a list. Closes #583. 9 years ago
mconf.py Renamed compile&link args and made them accessible from get_option. 9 years ago
mesonlib.py Merge pull request #573 from centricular/dependency-versions 9 years ago
mesonmain.py extract vs2015backend into own file 9 years ago
mintro.py Use CoreData.get_builtin_option() to get builtin option values. 9 years ago
mlog.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 9 years ago
mparser.py Move MesonException from coredata to mesonlib. 9 years ago
optinterpreter.py coredata: Centralize builtin option descriptions and definitions. 9 years ago