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.
 
 
 
 
 
 
Dylan Baker 48222c45b2 modules/pkgconfig: Fix some low hanging typing issues 3 years ago
..
ast move various unused typing-only imports into type-checking blocks 3 years ago
backend build: Add a Union alias for all build targets 3 years ago
cmake Applied tristan957's suggestions 3 years ago
compilers linkers: Add a representation for the Apple AR Linker 3 years ago
dependencies dependencies: reject Qt6 pkg-config dependency if libexecdir is not known 3 years ago
interpreter modules/fs: Replace configure_file(copy:) with fs.copyfile 3 years ago
interpreterbase interpreterbase: fix type annotations for KwargInfo::since_values 3 years ago
linkers linkers: detection should invoke the linker with lang_link_args only 3 years ago
mesonlib CI: fix error when mixing clang 14 with released valgrind versions 3 years ago
modules modules/pkgconfig: Fix some low hanging typing issues 3 years ago
scripts ninja depscanner: handle C++ sources named capital C 3 years ago
templates
wrap wrap: Fix diff_files not finding the patch to apply 3 years ago
__init__.py
_pathlib.py
_typing.py
arglist.py
build.py build: Add a Union alias for all build targets 3 years ago
coredata.py Only reconfigure if configure options actually changed 3 years ago
depfile.py
envconfig.py cmake: Change assertion into a more useful error (fixes #9925) 3 years ago
environment.py dependencies: update llvm versions 3 years ago
mcompile.py mcompile: provide user visibility into what actually happens 3 years ago
mconf.py Only reconfigure if configure options actually changed 3 years ago
mdevenv.py devenv: Do not use relative WINEPATH 3 years ago
mdist.py flake8: remove no longer used imports 3 years ago
mesondata.py
mesonmain.py fixup! deprecate running "meson builddir" without setup subcommand 3 years ago
minit.py
minstall.py minstall: do not trample install_mode by rpath fixer 3 years ago
mintro.py move various unused typing-only imports into type-checking blocks 3 years ago
mlog.py mlog: add support for italic/emphasized text in AnsiText 3 years ago
mparser.py
msetup.py
msubprojects.py treewide: various cleanups to move imports for mypy into typechecking blocks 3 years ago
mtest.py mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributes 3 years ago
munstable_coredata.py
optinterpreter.py
programs.py ExternalProgram: Make get_version() work without interpreter 3 years ago
rewriter.py