.. |
ast
|
move various unused typing-only imports into type-checking blocks
|
2022-07-03 14:11:31 -04:00 |
backend
|
ar linker: detect the "osx ld" case (where generating thin archives won't work) based on host OS, not build OS.
|
2022-07-21 22:00:00 -07:00 |
cmake
|
Applied tristan957's suggestions
|
2022-07-18 13:46:26 +02:00 |
compilers
|
ar linker: detect the "osx ld" case (where generating thin archives won't work) based on host OS, not build OS.
|
2022-07-21 22:00:00 -07:00 |
dependencies
|
flake8: fix non-idiomatic ordering of "if not in" checks
|
2022-06-13 13:34:39 +03:00 |
interpreter
|
interpreter: Add return type to func_dependency
|
2022-07-17 12:58:17 -04:00 |
interpreterbase
|
typed_kwargs: support dict/list as "new since" types
|
2022-06-17 14:33:01 -04:00 |
linkers
|
ar linker: detect the "osx ld" case (where generating thin archives won't work) based on host OS, not build OS.
|
2022-07-21 22:00:00 -07:00 |
mesonlib
|
Improve WINEPATH reduction
|
2022-06-17 11:53:38 -04:00 |
modules
|
modules/wayland: Add full type checking
|
2022-07-17 12:58:17 -04:00 |
scripts
|
Ignore encoding errors when scanning. Closes #10571.
|
2022-07-16 00:29:10 +03:00 |
templates
|
flake8: fix indentation style
|
2022-01-27 10:48:01 -08:00 |
wrap
|
wrap: Fix diff_files not finding the patch to apply
|
2022-07-16 00:30: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
|
cuda: don't inject `-lstdc++` when linking
|
2022-07-06 14:33:58 -07:00 |
coredata.py
|
Bump version number for new development.
|
2022-07-03 19:24:45 +03:00 |
depfile.py
|
depfile: type annotate
|
2022-01-10 23:06:20 -05:00 |
envconfig.py
|
envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfig
|
2022-03-22 15:15:29 +02:00 |
environment.py
|
dependencies: update llvm versions
|
2022-06-27 22:16:46 +03:00 |
mcompile.py
|
mcompile: Print suggestions when target is ambigous
|
2022-05-01 23:56:38 +03:00 |
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
|
2022-06-24 00:17:56 -04: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
|
Resolve KeyError while executing help command with unknown param
|
2022-07-17 00:45:26 -04:00 |
minit.py
|
minit: refuse to allow creating broken projects
|
2022-05-05 20:07:44 -04:00 |
minstall.py
|
minstall: Add more safety checks when unpickling installdata
|
2022-06-16 17:06:25 -04:00 |
mintro.py
|
move various unused typing-only imports into type-checking blocks
|
2022-07-03 14:11:31 -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
|
devenv: Use PkgConfigDependency.get_env()
|
2022-05-04 00:16:32 +03:00 |
msubprojects.py
|
treewide: various cleanups to move imports for mypy into typechecking blocks
|
2022-06-10 09:15:48 -04:00 |
mtest.py
|
Improve WINEPATH reduction
|
2022-06-17 11:53:38 -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
|
ast: rename module constant to match PEP8 style
|
2022-06-01 22:49:10 -04:00 |