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 7408862db8 Merge pull request #1005 from centricular/javac-no-java 8 years ago
..
backend Implement mlog.warning and use it everywhere for warnings 8 years ago
modules Implement mlog.warning and use it everywhere for warnings 8 years ago
scripts Implement mlog.warning and use it everywhere for warnings 8 years ago
wrap add support of mercurial repo for wrap,… (#937) 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 Implement mlog.warning and use it everywhere for warnings 8 years ago
compilers.py javac: Fail gracefully if there's no JVM 8 years ago
coredata.py Added reconfigure target that always reruns Meson. 8 years ago
dependencies.py Add repr() implementation for Dependency() 8 years ago
environment.py The regex to detect version numbers needs to be a bit more complex. Closes #967. 8 years ago
interpreter.py Minor adjusts (#1001) 8 years ago
mconf.py A few sysconf fixes. 8 years ago
mesonlib.py mesonlib: close file before (re)moving 8 years ago
mesonmain.py Implement mlog.warning and use it everywhere for warnings 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