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.
 
 
 
 
 
 
Nirbheek Chauhan 5fdac48250 custom_target: Substitute @OUTPUT@ and @INPUT properly 8 years ago
..
backend custom_target: Substitute @OUTPUT@ and @INPUT properly 8 years ago
modules rpm: Fix trivial typo in BuildRequires 8 years ago
scripts Can specify scan-build executable with an environment variable. Closes #1015. 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 Merge pull request #1006 from centricular/cpp-has-header-symbol 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 Create target directory if it does not exist. Closes #935. 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