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.
 
 
 
 
 
 
Eli Schwartz 46148f923b
fix totally invalid import of an import
3 years ago
..
ast sort imports for neatness 3 years ago
backend add missing lower() to fix msvc backend platform detection 3 years ago
cmake sort imports for neatness 3 years ago
compilers fix totally invalid import of an import 3 years ago
dependencies flake8: fix non-idiomatic ordering of "if not in" checks 3 years ago
interpreter fix type checking for declare_dependency to allow linking to executable 3 years ago
interpreterbase typed_kwargs: support dict/list as "new since" types 3 years ago
linkers flake8: fix various whitespace nits 3 years ago
mesonlib Improve WINEPATH reduction 3 years ago
modules python module: implicitly add python dep to extensions 3 years ago
scripts Fix destdir_join 3 years ago
templates
wrap flake8: don't use f-strings for strings without formatting 3 years ago
__init__.py
_pathlib.py
_typing.py
arglist.py
build.py fix regression that broke proper warnings about passing subproject as a dep 3 years ago
coredata.py Bump version number for new development. 3 years ago
depfile.py
envconfig.py
environment.py dependencies: update llvm versions 3 years ago
mcompile.py
mconf.py fix: handle the case where the last item of `four_column` results in being < 1 (COLUMNS <= 60) by falling back to `_col`, relevant issue #10211 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 Move python version check as first thing 3 years ago
minit.py
minstall.py minstall: Add more safety checks when unpickling installdata 3 years ago
mintro.py sort imports for neatness 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 Improve WINEPATH reduction 3 years ago
munstable_coredata.py
optinterpreter.py
programs.py ExternalProgram: Make get_version() work without interpreter 3 years ago
rewriter.py