meson/mesonbuild
Dylan Baker f21c50223b build: Add some type annotations to BuildTarget
This is not complete, it's just enough for backend/backend.py. A more
completely typing would be more difficult, especially whithout
untangling the layering violation between the build targets and the
interpreter.
2021-08-20 18:57:19 +02:00
..
ast Add unset_variable() 2021-08-16 14:05:13 -04:00
backend backends/vs: add a missing annotation 2021-08-20 18:57:19 +02:00
cmake more f-strings too complex to be caught by pyupgrade 2021-07-05 17:55:04 +03:00
compilers compilers/compilers: Fix some potential issues spotted by pyright 2021-08-16 16:21:51 -07:00
dependencies editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
interpreter Merge pull request #9126 from dcbaker/submit/rust-use-full-typing 2021-08-19 18:07:43 +03:00
interpreterbase interperterbase: help type checkers do better type deduction 2021-08-16 16:21:51 -07:00
linkers Cuda: Fix linking with shared versioned internal libs 2021-07-18 23:14:39 +02:00
mesonlib resolve symlinks passed to -C 2021-07-07 18:00:37 +02:00
modules external-project: Add support for WAF build system 2021-08-20 09:12:20 -04:00
scripts external-project: Add support for WAF build system 2021-08-20 09:12:20 -04:00
templates editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
wrap Delete redirected wrap files in subprojects purge 2021-07-03 13:14:20 +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: mlog use StringProtocol 2021-06-05 12:35:48 +02:00
arglist.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00
build.py build: Add some type annotations to BuildTarget 2021-08-20 18:57:19 +02:00
coredata.py compilers: Fix annotations for run and cached_compile 2021-08-16 16:21:51 -07:00
depfile.py stabilize sets that are converted to lists 2020-11-15 14:21:31 +01:00
envconfig.py holders: Introduce HoldableObject 2021-06-18 23:48:33 +02:00
environment.py more f-strings too complex to be caught by pyupgrade 2021-07-05 17:55:04 +03:00
mcompile.py more f-strings too complex to be caught by pyupgrade 2021-07-05 17:55:04 +03:00
mconf.py coredata: Invalidate deps cache when changing wrap_mode option 2021-06-11 09:40:21 -04:00
mdevenv.py cleanup self.options.wd 2021-07-07 18:00:37 +02:00
mdist.py cleanup self.options.wd 2021-07-07 18:00:37 +02:00
mesondata.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
mesonmain.py fix bat_info UTF-8 string error 2021-08-03 00:16:11 +03:00
minit.py resolve symlinks passed to -C 2021-07-07 18:00:37 +02:00
minstall.py Add install tags 2021-08-17 15:19:18 -04:00
mintro.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
mlog.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
mparser.py Add support for basic format strings 2021-03-10 08:55:22 -05:00
msetup.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
msubprojects.py msubprojects: make purge print full paths to comply with the tests 2021-07-27 13:11:46 +03:00
mtest.py cleanup self.options.wd 2021-07-07 18:00:37 +02:00
munstable_coredata.py Use a single coredata dictionary for options 2021-01-04 12:20:58 -08:00
optinterpreter.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
programs.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
rewriter.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00