summaryrefslogtreecommitdiff
path: root/run_mypy.py
AgeCommit message (Expand)Author
2021-11-28Add typing to msubprojects.pyTristan Partin
2021-11-23run_mypy: add modules/keyvalDylan Baker
2021-10-09modules/windows: use typed_kwargsDylan Baker
2021-10-04run_mypy: Add the external_project_moduleDylan Baker
2021-10-03docs: Initial reference manual generatorDaniel Mensinger
2021-09-30modules/i18n: Fix remaining mypy spotted issuesDylan Baker
2021-09-24interpreter/mesonmain: Fix remaining typing problems and add to run_mypyDylan Baker
2021-08-31interpreter: Add IntegerHolderDaniel Mensinger
2021-08-22Add Java moduleTristan Partin
2021-08-20run_mypy: add backends/backendsDylan Baker
2021-08-16run_mypy: add interpreter/compiler.pyDylan Baker
2021-08-04run_mypy: Add interpreter/type_checking to the list of checked modulesDylan Baker
2021-06-29tests: test that we always set encodingDaniel Mensinger
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger
2021-06-16Merge pull request #8822 from dcbaker/submit/annotate-and-check-qt-moduleJussi Pakkanen
2021-06-15modules/qt: fix remaining typing issues and add to run_mypyDylan Baker
2021-06-13run_mypy: lower required version to 0.812Dylan Baker
2021-06-11run_mypy: Check mypy version to avoid spurious errorsXavier Claessens
2021-06-11interpreter: Move interpreterbase.py into a new packageDaniel Mensinger
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.frameworkDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.dubDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.pkgconfigDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.configtoolDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.coarraysDaniel Mensinger
2021-06-03typing: Fully annotate dependencies.baseDaniel Mensinger
2021-03-22dependencies/qt: Add type annotationsDylan Baker
2021-03-19programs: add type annotationsDylan Baker
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens
2021-02-23add a script to run a single testDylan Baker
2021-01-23split mesonlib into a packageDylan Baker
2021-01-13run_mypy: add minstallDylan Baker
2021-01-05modules: Add an unstable-rust moduleDylan Baker
2020-11-22Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanupsJussi Pakkanen
2020-11-20use real pathlib moduleDylan Baker
2020-11-20Add type annotations to optinterpreterDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-01run_mypy: mark the whole compilers package as type safeDylan Baker
2020-10-01compilers/d: add type annotationsDylan Baker
2020-10-01compilers/fortran: add type annotationsDylan Baker
2020-10-01compilers/java: Add type annotationsDylan Baker
2020-10-01compilers/rust: add type annotationsDylan Baker
2020-10-01compilers/swift: Add type annotationsDylan Baker