summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-20backend/backends: Add type annotations to SubdirInstallDataDylan Baker
2021-08-20backend/backends: Add type annotations to TargetInstallDataDylan Baker
2021-08-20backend/backends: Add type annotations to CleanTreesDylan Baker
2021-08-20backend/backends: add type annotations to RegenInfoDylan Baker
2021-08-20backends/xcode: remove unused compiler parameter from escape_extra_argsDylan Baker
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker
2021-08-20ninjabackend: add missing type annotationDylan Baker
2021-08-20backends: move method from ninjabackend to base classDylan Baker
2021-08-20compilers: Add get_no_warn_args to the base Compiler classDylan Baker
2021-08-20interpreterobjects: fix Test annotationsDylan Baker
2021-08-20environment: add annotations and fix get_meson_commandDylan Baker
2021-08-20environment: add some missing annotationsDylan Baker
2021-08-20mesonlib: Fix typing of substitute_valuesDylan Baker
2021-08-20mesonlib: Add an exception for what should be unreachable codeDylan Baker
2021-08-20mesonlib: Fix type annotationsDylan Baker
2021-08-20build: Add type annotations to Target.get_debug_filenameDylan Baker
2021-08-20build: Add annotations to the CustomTargetIndex classDylan Baker
2021-08-20build: Add a `name` property to CustomTargetIndexDylan Baker
2021-08-20build: Fix CustomTarget initializer annotationDylan Baker
2021-08-20build: Add a couple of annotations to RunTargetDylan Baker
2021-08-20build: Add type annotations for CustomTargetDylan Baker
2021-08-20build: type get_import_filenamesDylan Baker
2021-08-20build: Add some type annotations to BuildTargetDylan Baker
2021-08-20build: Add type annotations for ExtractedObjectsDylan Baker
2021-08-20build: Add missing annotations for Build.get_* methodsDylan Baker
2021-08-20build: fix annotation for Build.targetsDylan Baker
2021-08-20build: add annotation for build.postconf_scriptsDylan Baker
2021-08-20backends/vs: add a missing annotationDylan Baker
2021-08-20external-project: Add support for WAF build systemXavier Claessens
2021-08-19Merge pull request #9126 from dcbaker/submit/rust-use-full-typingJussi Pakkanen
2021-08-18tests: python module should install files correctlyEli Schwartz
2021-08-18python module: fix extensions without explicit subdir being installed to libdirEli Schwartz
2021-08-18test runner: add the ability to configure test.json for python pathsEli Schwartz
2021-08-18python module: make external program wrapper have access to useful metadataEli Schwartz
2021-08-18Fix incorrect .name attribute for python programEli Schwartz
2021-08-18fix some confusingly indirect codeEli Schwartz
2021-08-18Test boost-python on macOSKevin Meagher
2021-08-18backends/ninja: write depscan input files to jsonDylan Baker
2021-08-18docs: Remove the deleted function find_libraryDaniel Mensinger
2021-08-17rust targets: lld-link is the same as link for static libsNirbheek Chauhan
2021-08-17test cases/rust: clang-cl also needs extra_winlibsNirbheek Chauhan
2021-08-17Revert "Disable Rust + clangcl."Nirbheek Chauhan
2021-08-18Revert "Disable vs2017 + 32bit Rust combo as it is broken."Nirbheek Chauhan
2021-08-17Add install tagsXavier Claessens
2021-08-16compilers/compilers: Fix some potential issues spotted by pyrightDylan Baker
2021-08-16interpreter/compiler: make helper methods protectedDylan Baker
2021-08-16run_mypy: add interpreter/compiler.pyDylan Baker
2021-08-16interpreter/compiler: Add type checking for the Compiler objectDylan Baker
2021-08-16interpreter/compiler: Add type annotations to TryRunResultHolderDylan Baker
2021-08-16interpreter/compiler: remove unittest_args methodDylan Baker