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 cba0f454a2 Remove deprecated python3 module. 3 years ago
..
ast Add new debug() function 3 years ago
backend Fix typo in comment 3 years ago
cmake Fix generator expression list problems (fixes #10288) 3 years ago
compilers Visual Studio: Only use /utf-8 on VS2015 or later or clang-cl 3 years ago
dependencies qt dependency: adapt to the qmake command changed name 3 years ago
interpreter vcs_tag: handle non-str / non-file arguments 3 years ago
interpreterbase move a bunch of imports into TYPE_CHECKING blocks 3 years ago
linkers move a bunch of imports into TYPE_CHECKING blocks 3 years ago
mesonlib Add ppc970 definition to universal.py 3 years ago
modules Remove deprecated python3 module. 3 years ago
scripts Fix typo that breaks g++ cross detection on Debian. 3 years ago
templates flake8: fix indentation style 3 years ago
wrap wrap: implement allow-insecure for 'meson wrap' 3 years ago
__init__.py compilers/d: Add b_ndebug support 5 years ago
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 3 years ago
_typing.py fix various flake8 whitespace errors 3 years ago
arglist.py Fix typos discovered by codespell 3 years ago
build.py Validate setting of install_tag for CustomTarget 3 years ago
coredata.py improve help for -Ddebug 3 years ago
depfile.py depfile: type annotate 3 years ago
envconfig.py envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfig 3 years ago
environment.py merge various TYPE_CHECKING blocks into one 3 years ago
mcompile.py mcompile: fix broken codepaths and restore orphaned code 3 years ago
mconf.py mconf: Fix printing <inherited from main project> for yielding options 3 years ago
mdevenv.py devenv: Catch FileNotFoundError 3 years ago
mdist.py mdist: use better approach to finding original configured options 3 years ago
mesondata.py port from embedded data to importlib.resources 3 years ago
mesonmain.py pyupgrade --py37-plus 3 years ago
minit.py Add vala template 3 years ago
minstall.py install_symlink: Handle $DESTDIR case for links with absolute path 3 years ago
mintro.py OptionOverrideProxy: Make it immutable to avoid copies 3 years ago
mlog.py treewide: string-quote the first argument to T.cast 3 years ago
mparser.py fix malformed warning to print the way it was meant to print 3 years ago
msetup.py Add API for modules that wants to define their devenv 3 years ago
msubprojects.py pyupgrade --py37-plus 3 years ago
mtest.py mtest: fix logic bug that broke tests where the cmd is a Windows found program 3 years ago
munstable_coredata.py fix coding errors in unstable-coredata subcommand 3 years ago
optinterpreter.py Allow deprecating an option for a new one 3 years ago
programs.py interpreter: use typed_kwargs for run_command 3 years ago
rewriter.py rewriter: create {add,rm}_extra_files commands 3 years ago