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.
 
 
 
 
 
 
Alexandre Foley 61d5934e63 Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment by the piece of code it said was needed. 8 years ago
..
backend mesontest: Rebuild all before running tests 8 years ago
modules gnome: Use g-ir-scanner --extra-library option when avalaible 8 years ago
scripts All testing is now in mesontest.py, which simplifies a lot of stuff. 8 years ago
wrap Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment by the piece of code it said was needed. 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 Merge pull request #1102 from mesonbuild/soname 8 years ago
compilers.py compilers.py: Fix typo in function documentation 8 years ago
coredata.py Removed Valgrind from core. 8 years ago
dependencies.py Allow many version conditions for pkg-config deps 8 years ago
environment.py Always catch PermissionError while looking for Ninja 8 years ago
interpreter.py Wrap.py: Made it so using an already downloaded subproject is only for the wrap-file case. Git and Mercurial can update the repository if it the wrap is one. 8 years ago
mconf.py A few sysconf fixes. 8 years ago
mesonlib.py Allow many version conditions for pkg-config deps 8 years ago
mesonmain.py Tell users about mesonconf if they try to run Meson on an existing build dir. 8 years ago
mintro.py mintro: Allow serializing EnvironmentVariables objects 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 9 years ago
optinterpreter.py Use context manager for file I/O. 9 years ago