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 60119753d6 Check contents of arguments inside project(). Closes #857. 8 years ago
..
backend Fix soname to work on OSX. 8 years ago
modules rpm: couple of improvements and fixes 8 years ago
scripts Remove shebangs on files that are not runnable and add execute bits to those that are. 8 years ago
wrap Download without status updates if server does not report file size. Closes #771. 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 Merge pull request #885 from centricular/fix-staticlib-pic-error 8 years ago
compilers.py Add an option to select if static libraries are built with -fPIC. 8 years ago
coredata.py Show error log options in help. 8 years ago
dependencies.py dependencies: Fix traceback always setting 'variable' 8 years ago
environment.py Use argv[0] to internally relaunch meson.py 8 years ago
interpreter.py Check contents of arguments inside project(). Closes #857. 8 years ago
mconf.py Remove shebangs on files that are not runnable and add execute bits to those that are. 8 years ago
mesonlib.py dependencies/boost: Fix 32-bit vs 64-bit on Windows 9 years ago
mesonmain.py Show error log options in help. 8 years ago
mintro.py Remove shebangs on files that are not runnable and add execute bits to those that are. 8 years ago
mlog.py Print full mesonlog on failed tests when run under CI. 9 years ago
mparser.py Add support to integer modulo operator 9 years ago
optinterpreter.py Use context manager for file I/O. 9 years ago