Age | Commit message (Expand) | Author | Files | Lines |
2022-03-01 | use a more sane check instead of run_custom_lint | Eli Schwartz | 1 | -1/+0 |
2022-02-23 | run_mypy: add sourceset module | Dylan Baker | 1 | -0/+1 |
2022-01-18 | run_mypy: add gnome module | Dylan Baker | 1 | -0/+1 |
2022-01-10 | depfile: type annotate | Dylan Baker | 1 | -0/+1 |
2021-11-28 | Merge pull request #9623 from dcbaker/submit/keyval-typeing | Jussi Pakkanen | 1 | -0/+1 |
2021-11-28 | Add typing to msubprojects.py | Tristan Partin | 1 | -0/+1 |
2021-11-23 | run_mypy: add modules/keyval | Dylan Baker | 1 | -0/+1 |
2021-10-09 | modules/windows: use typed_kwargs | Dylan Baker | 1 | -0/+1 |
2021-10-04 | run_mypy: Add the external_project_module | Dylan Baker | 1 | -0/+1 |
2021-10-03 | docs: Initial reference manual generator | Daniel Mensinger | 1 | -1/+3 |
2021-09-30 | modules/i18n: Fix remaining mypy spotted issues | Dylan Baker | 1 | -1/+2 |
2021-09-24 | interpreter/mesonmain: Fix remaining typing problems and add to run_mypy | Dylan Baker | 1 | -0/+1 |
2021-08-31 | interpreter: Add IntegerHolder | Daniel Mensinger | 1 | -0/+1 |
2021-08-22 | Add Java module | Tristan Partin | 1 | -0/+1 |
2021-08-20 | run_mypy: add backends/backends | Dylan Baker | 1 | -0/+1 |
2021-08-16 | run_mypy: add interpreter/compiler.py | Dylan Baker | 1 | -0/+1 |
2021-08-04 | run_mypy: Add interpreter/type_checking to the list of checked modules | Dylan Baker | 1 | -0/+1 |
2021-06-29 | tests: test that we always set encoding | Daniel Mensinger | 1 | -1/+1 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -0/+1 |
2021-06-25 | linkers: move linkers.py into the linkers package | Daniel Mensinger | 1 | -1/+1 |
2021-06-18 | holders: Fix the remaining code to respect the holder changes | Daniel Mensinger | 1 | -1/+2 |
2021-06-16 | Merge pull request #8822 from dcbaker/submit/annotate-and-check-qt-module | Jussi Pakkanen | 1 | -0/+1 |
2021-06-15 | modules/qt: fix remaining typing issues and add to run_mypy | Dylan Baker | 1 | -0/+1 |
2021-06-13 | run_mypy: lower required version to 0.812 | Dylan Baker | 1 | -2/+2 |
2021-06-11 | run_mypy: Check mypy version to avoid spurious errors | Xavier Claessens | 1 | -0/+6 |
2021-06-11 | interpreter: Move interpreterbase.py into a new package | Daniel Mensinger | 1 | -1/+1 |
2021-06-09 | typing: Fully annotate run_project_tests.py | Daniel Mensinger | 1 | -0/+1 |
2021-06-09 | typing: Fully annotate dependencies | Daniel Mensinger | 1 | -16/+1 |
2021-06-06 | typing: Fully annotate dependencies.framework | Daniel Mensinger | 1 | -0/+1 |
2021-06-06 | typing: Fully annotate dependencies.{detect,factory} + some other fixes | Daniel Mensinger | 1 | -0/+3 |
2021-06-06 | typing: Fully annotate dependencies.cmake | Daniel Mensinger | 1 | -0/+1 |
2021-06-06 | typing: Fully annotate dependencies.platform | Daniel Mensinger | 1 | -0/+1 |
2021-06-06 | typing: Fully annotate dependencies.dub | Daniel Mensinger | 1 | -0/+1 |
2021-06-06 | typing: Fully annotate dependencies.pkgconfig | Daniel Mensinger | 1 | -0/+1 |
2021-06-05 | typing: Fully annotate dependencies.cuda | Daniel Mensinger | 1 | -0/+1 |
2021-06-05 | typing: Fully annotate dependencies.configtool | Daniel Mensinger | 1 | -0/+1 |
2021-06-05 | typing: Fully annotate dependencies.coarrays | Daniel Mensinger | 1 | -0/+1 |
2021-06-03 | typing: Fully annotate dependencies.base | Daniel Mensinger | 1 | -0/+1 |
2021-03-22 | dependencies/qt: Add type annotations | Dylan Baker | 1 | -0/+1 |
2021-03-19 | programs: add type annotations | Dylan Baker | 1 | -0/+1 |
2021-03-16 | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | 1 | -0/+1 |
2021-02-23 | add a script to run a single test | Dylan Baker | 1 | -0/+1 |
2021-01-23 | split mesonlib into a package | Dylan Baker | 1 | -4/+11 |
2021-01-13 | run_mypy: add minstall | Dylan Baker | 1 | -0/+1 |
2021-01-05 | modules: Add an unstable-rust module | Dylan Baker | 1 | -0/+1 |
2020-11-22 | Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanups | Jussi Pakkanen | 1 | -0/+1 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+0 |
2020-11-20 | Add type annotations to optinterpreter | Dylan Baker | 1 | -0/+1 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -0/+1 |
2020-10-01 | run_mypy: mark the whole compilers package as type safe | Dylan Baker | 1 | -14/+1 |