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.
 
 
 
 
 
 
Jon Turney a956698c79
Pass kwargs to ThreadDependency superclass constructor
7 years ago
..
backend Added "native" kwarg to add_XXX_args. Closes #3669. 7 years ago
compilers My bad. 7 years ago
dependencies Pass kwargs to ThreadDependency superclass constructor 7 years ago
modules Merge pull request #4036 from jon-turney/fix_issue_3999 7 years ago
scripts gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307 7 years ago
wrap Merge pull request #4068 from ndufresne/master 7 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
astinterpreter.py cleanup: Remove redundant parentheses 8 years ago
build.py Added "native" kwarg to add_XXX_args. Closes #3669. 7 years ago
coredata.py Set wrap_mode to None by default to know if user passed a value 7 years ago
environment.py Adding a new AR Linker Class for the ARM Compiler. (#3949) 7 years ago
interpreter.py Merge pull request #3769 from xclaesse/command-line-step2 7 years ago
interpreterbase.py interpreter: Add support for dict addition 7 years ago
linkers.py Adding a new AR Linker Class for the ARM Compiler. (#3949) 7 years ago
mconf.py Remove useless __main__ in files that cannot be executed 7 years ago
mesonlib.py PkgConfigDependency: Fix library path search order 7 years ago
mesonmain.py Set wrap_mode to None by default to know if user passed a value 7 years ago
minit.py Call it gnu_symbol_visibility instead. 7 years ago
minstall.py Revert symlink copy behaviour. Closes #4069. 7 years ago
mintro.py Remove useless __main__ in files that cannot be executed 7 years ago
mlog.py mlog.shutdown(): Return the log file path or None if not initialized 7 years ago
mparser.py Warn for future keyword (#3908) 7 years ago
mtest.py Print only custom env vars in the test log for each test 7 years ago
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 7 years ago
rewriter.py Always build parser objects anew to avoid leaking old data. 7 years ago