.. |
ast
|
move various unused typing-only imports into type-checking blocks
|
2022-07-03 14:11:31 -04:00 |
backend
|
Fix purely white space issues reported by flake8
|
2022-08-26 17:12:40 -04:00 |
cmake
|
Fix purely white space issues reported by flake8
|
2022-08-26 17:12:40 -04:00 |
compilers
|
flake8: move typing-only imports into T.TYPE_CHECKING
|
2022-08-29 23:32:43 +03:00 |
dependencies
|
flake8: fix typing casts to not have actual objects
|
2022-08-29 23:32:43 +03:00 |
interpreter
|
flake8: fix warnings for unused imports
|
2022-08-29 23:32:43 +03:00 |
interpreterbase
|
fix obscure crash on unbound variable
|
2022-08-30 15:30:55 -04:00 |
linkers
|
Fix purely white space issues reported by flake8
|
2022-08-26 17:12:40 -04:00 |
mesonlib
|
CI: fix error when mixing clang 14 with released valgrind versions
|
2022-08-11 08:05:48 -07:00 |
modules
|
modules/cmake: Fix typo
|
2022-08-31 17:32:39 +03:00 |
scripts
|
Fix purely white space issues reported by flake8
|
2022-08-26 17:12:40 -04:00 |
templates
|
flake8: fix indentation style
|
2022-01-27 10:48:01 -08:00 |
wrap
|
flake8: fix unnecessary f-strings without any format placeholders
|
2022-08-29 23:32:43 +03: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
|
Fix typos discovered by codespell
|
2021-10-10 16:12:25 -04:00 |
build.py
|
flake8: fix missing import
|
2022-08-29 23:32:43 +03:00 |
coredata.py
|
fix incorrect type annotations for coredata compile/link args
|
2022-08-24 23:49:13 -04:00 |
depfile.py
|
depfile: type annotate
|
2022-01-10 23:06:20 -05:00 |
envconfig.py
|
Add LLVM_CONFIG support
|
2022-08-30 15:06:51 -04:00 |
environment.py
|
dependencies: update llvm versions
|
2022-06-27 22:16:46 +03:00 |
mcompile.py
|
Remove redundant backslash and fix white space issue
|
2022-08-26 17:12:40 -04:00 |
mconf.py
|
Only reconfigure if configure options actually changed
|
2022-07-31 20:43:27 +03:00 |
mdevenv.py
|
devenv: Do not use relative WINEPATH
|
2022-06-17 11:53:38 -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
|
fixup! deprecate running "meson builddir" without setup subcommand
|
2022-08-16 23:39:37 -04:00 |
minit.py
|
minit: refuse to allow creating broken projects
|
2022-05-05 20:07:44 -04:00 |
minstall.py
|
minstall: do not trample install_mode by rpath fixer
|
2022-08-18 07:57:51 -04:00 |
mintro.py
|
introspection: untangle install_plan implemetation, fix a bunch of wrong ones
|
2022-08-22 14:15:22 -04:00 |
mlog.py
|
mlog: add support for italic/emphasized text in AnsiText
|
2022-06-09 18:58:33 -04:00 |
mparser.py
|
Add support for multiline f-strings
|
2022-05-01 12:47:37 -04:00 |
msetup.py
|
fix up some message strings that don't include "setup" in the configure command
|
2022-08-22 00:23:14 -04:00 |
msubprojects.py
|
treewide: various cleanups to move imports for mypy into typechecking blocks
|
2022-06-10 09:15:48 -04:00 |
mtest.py
|
mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributes
|
2022-08-12 21:16:07 +03: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
|
ast: rename module constant to match PEP8 style
|
2022-06-01 22:49:10 -04:00 |