meson/mesonbuild
Eli Schwartz 28103614ef
refactor errorhandler for deduplication of logic
Mostly just move a comment around back to where it's more relevant, and
handle MESON_FORCE_TRACEBACK once instead of twice.
2022-09-22 15:24:56 -04:00
..
ast Fixed string escaping in AstPrinter 2022-09-07 08:56:51 -04:00
backend Fix including headers from another drive on VS backend 2022-09-20 18:32:36 -04:00
cmake pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
compilers pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
dependencies compilers: perform targeted imports for detect 2022-09-19 15:19:00 -04:00
interpreter pylint: enable use-sequence-for-iteration 2022-09-19 20:57:52 -04:00
interpreterbase fix obscure crash on unbound variable 2022-08-30 15:30:55 -04:00
linkers pylint: enable use-maxsplit-arg 2022-09-19 20:57:52 -04:00
mesonlib mesonlib: Add a function to find the first element in an iterable which matches a predicate 2022-09-12 18:51:27 -04:00
modules python module: allow specifying the pure kwarg in the installation object 2022-09-19 21:13:37 -04:00
scripts Fix cmd_or_ps.ps1 script with pwsh7 2022-09-21 18:32:51 -04:00
templates flake8: fix indentation style 2022-01-27 10:48:01 -08:00
wrap Warn if wrap file changes 2022-09-18 22:48:50 -04:00
__init__.py
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 2021-06-29 11:28:08 +02:00
_typing.py typing: replace ImmutableSetProtocol with typing.AbstractSet 2022-06-08 23:19:09 +03:00
arglist.py pylint: enable use-list-literal 2022-09-19 20:57:52 -04:00
build.py pylint: enable use-sequence-for-iteration 2022-09-19 20:57:52 -04:00
coredata.py fix incorrect type annotations for coredata compile/link args 2022-08-24 23:49:13 -04:00
depfile.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
envconfig.py env2mfile: reuse logical lists of interesting facts from meson itself 2022-09-01 01:05:48 +03:00
environment.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
mcompile.py mcompile: Remove useless sleep 2022-09-12 13:50:11 -04:00
mconf.py mconf: Add --no-pager option 2022-09-22 11:29:03 -04:00
mdevenv.py mdevenv: powershell <7.0 is EOL, prefer using pwsh.exe 2022-09-21 18:32:51 -04:00
mdist.py flake8: remove no longer used imports 2022-06-10 09:15:48 -04:00
mesondata.py port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
mesonmain.py refactor errorhandler for deduplication of logic 2022-09-22 15:24:56 -04:00
minit.py minit: refuse to allow creating broken projects 2022-05-05 20:07:44 -04:00
minstall.py minstall: handle extra error for selinuxenabled 2022-09-07 08:46:50 -04:00
mintro.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
mlog.py mlog: Add support for pager 2022-09-22 11:29:03 -04:00
mparser.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00
msetup.py avoid importing the entire codebase at first startup 2022-09-19 15:19:00 -04:00
msubprojects.py Warn if wrap file changes 2022-09-18 22:48:50 -04:00
mtest.py pylint: enable use-dict-literal 2022-09-19 20:57:52 -04:00
munstable_coredata.py fix coding errors in unstable-coredata subcommand 2021-08-22 13:56:41 +03:00
optinterpreter.py Allow deprecating an option for a new one 2022-04-21 14:18:29 -04:00
programs.py ExternalProgram: Make get_version() work without interpreter 2022-06-17 11:53:38 -04:00
rewriter.py pylint: enable consider-using-in 2022-09-19 20:57:52 -04:00