.. |
ast
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
backend
|
remove useless type annotations
|
2023-08-11 13:37:17 -04:00 |
cargo
|
move various bits of type-checking only code to TYPE_CHECKING blocks
|
2023-07-19 18:31:37 -04:00 |
cmake
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
compilers
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
dependencies
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
interpreter
|
interpreter: use typed_kwargs for shared_library(version)
|
2023-08-14 09:55:18 -07:00 |
interpreterbase
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
linkers
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
modules
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
scripts
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
templates
|
templates: use common classes for remaining languages
|
2023-07-25 15:50:21 -04:00 |
utils
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
wrap
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -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
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
build.py
|
interpreter: use typed_kwargs for shared_library(version)
|
2023-08-14 09:55:18 -07:00 |
coredata.py
|
machine file: Fix crash on empty value
|
2023-08-07 12:58:24 -04:00 |
depfile.py
|
treewide: add future annotations import
|
2023-02-01 17:01:30 -05:00 |
envconfig.py
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
environment.py
|
environment: Don't override mips64 to mips if no compilers are available
|
2023-08-06 02:32:25 -04:00 |
mcompile.py
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
mconf.py
|
fix implicit_reexport issues and enforce them going forward
|
2023-07-19 18:31:37 -04:00 |
mdevenv.py
|
fix implicit_reexport issues and enforce them going forward
|
2023-07-19 18:31:37 -04:00 |
mdist.py
|
fully type mdist.py
|
2023-06-25 10:08:15 -04:00 |
mesondata.py
|
treewide: add future annotations import
|
2023-02-01 17:01:30 -05:00 |
mesonlib.py
|
Move classes used by scripts to their own module
|
2022-09-28 19:36:13 -04:00 |
mesonmain.py
|
do not resolve symlinks when calculating the meson command
|
2023-03-28 15:29:52 +03:00 |
minit.py
|
templates: fix typo in function name `sameple` -> `sample`
|
2023-07-25 15:50:21 -04:00 |
minstall.py
|
fix implicit_reexport issues and enforce them going forward
|
2023-07-19 18:31:37 -04:00 |
mintro.py
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
mlog.py
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
mparser.py
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
msetup.py
|
fix a few miscellaneous implicit-optional typing issues
|
2023-07-24 14:25:33 -04:00 |
msubprojects.py
|
move various bits of type-checking only code to TYPE_CHECKING blocks
|
2023-07-19 18:31:37 -04:00 |
mtest.py
|
treewide: automatic rewriting of all comment-style type annotations
|
2023-08-11 13:41:03 -04:00 |
munstable_coredata.py
|
simplify instantiation of builtin type using builtins instead of functions
|
2023-02-01 17:01:30 -05:00 |
optinterpreter.py
|
typed_kwargs: Extend since_values and deprecated_values for types
|
2023-03-04 14:19:27 -05:00 |
programs.py
|
run_command: Remove useless node argument
|
2023-08-03 15:42:13 -04:00 |
rewriter.py
|
fix various spelling issues
|
2023-04-11 19:21:05 -04:00 |