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 2dd7f3cb47 Tell msvc not to error out on missing symbols. 8 years ago
..
backend Do not use -install_name or -shared when building modules on OSX, 8 years ago
modules gnome: Update required version for glib-compile-resources depfile fixes 8 years ago
scripts All testing is now in mesontest.py, which simplifies a lot of stuff. 8 years ago
wrap wrap: Fix getting push-url 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 Created new shared module build target type, and make sure -Wl,--no-undefined is not used when linking it. 8 years ago
compilers.py Tell msvc not to error out on missing symbols. 8 years ago
coredata.py Removed Valgrind from core. 8 years ago
dependencies.py Always catch PermissionError while looking for Ninja 8 years ago
environment.py Always catch PermissionError while looking for Ninja 8 years ago
interpreter.py Created new shared module build target type, and make sure -Wl,--no-undefined is not used when linking it. 8 years ago
mconf.py A few sysconf fixes. 8 years ago
mesonlib.py configure_file: Use utf-8 to write configured file 8 years ago
mesonmain.py Don't show tracebacks for MesonException in helper scripts 8 years ago
mintro.py Exposes the install names of targets in introspection. Closes #829. 8 years ago
mlog.py Implement mlog.warning and use it everywhere for warnings 8 years ago
mparser.py Add support to integer modulo operator 8 years ago
optinterpreter.py Use context manager for file I/O. 8 years ago