11496 Commits (173a40be330c1aedec9f7f99ebca67a5edd25c3d)
 

Author SHA1 Message Date
Dylan Baker c52b454b69 mesonlib: Fix typing of substitute_values 3 years ago
Dylan Baker 0f5f265a16 mesonlib: Add an exception for what should be unreachable code 3 years ago
Dylan Baker a5c4cf3a3f mesonlib: Fix type annotations 3 years ago
Dylan Baker 3a45c5a7ce build: Add type annotations to Target.get_debug_filename 3 years ago
Dylan Baker e938ffb763 build: Add annotations to the CustomTargetIndex class 3 years ago
Dylan Baker c9e827a6a1 build: Add a `name` property to CustomTargetIndex 3 years ago
Dylan Baker d754ee1a7f build: Fix CustomTarget initializer annotation 3 years ago
Dylan Baker e08f896802 build: Add a couple of annotations to RunTarget 3 years ago
Dylan Baker cd7d602f33 build: Add type annotations for CustomTarget 3 years ago
Dylan Baker b7d5ecc298 build: type get_import_filenames 3 years ago
Dylan Baker f21c50223b build: Add some type annotations to BuildTarget 3 years ago
Dylan Baker 225022abf6 build: Add type annotations for ExtractedObjects 3 years ago
Dylan Baker 65d5d9e20c build: Add missing annotations for Build.get_* methods 3 years ago
Dylan Baker 3467cf956c build: fix annotation for Build.targets 3 years ago
Dylan Baker e3b2d4ac8b build: add annotation for build.postconf_scripts 3 years ago
Dylan Baker adddb9af21 backends/vs: add a missing annotation 3 years ago
Xavier Claessens 12e5bfbc1c external-project: Add support for WAF build system 3 years ago
Jussi Pakkanen e2f4126e41
Merge pull request #9126 from dcbaker/submit/rust-use-full-typing 3 years ago
Dylan Baker 42d27f05c6 docs: add snippet for qt compile_ method generated inputs 3 years ago
Dylan Baker a7f3703440 modules/qt: Allow using generated sources for compile_translations ts_files 3 years ago
Dylan Baker a16335a958 modules/qt: Allow Generated sources in compile_resources 3 years ago
Dylan Baker ff573620b0 modules/qt: allow passing generated targets to compile_ui 3 years ago
Dylan Baker 965fcf2883 modules/qt: Allow generated sources for arguemnts to compile_moc 3 years ago
Dylan Baker 35dbf7e6d4 interpreter: fix overload for `source_strings_to_files` 3 years ago
Eli Schwartz 1f46b4ce64
tests: python module should install files correctly 3 years ago
Eli Schwartz b0ffb80ecf
python module: fix extensions without explicit subdir being installed to libdir 3 years ago
Eli Schwartz 44e123dd90
test runner: add the ability to configure test.json for python paths 3 years ago
Eli Schwartz d9a9c3b5da
python module: make external program wrapper have access to useful metadata 3 years ago
Eli Schwartz 445f08869b
Fix incorrect .name attribute for python program 3 years ago
Eli Schwartz 9eac9e0ff2
fix some confusingly indirect code 3 years ago
Kevin Meagher 39a92c74e8 Test boost-python on macOS 3 years ago
Dylan Baker 035df5369e backends/ninja: write depscan input files to json 3 years ago
Daniel Mensinger a216de4898 docs: Remove the deleted function find_library 3 years ago
Nirbheek Chauhan d6243e3ebd rust targets: lld-link is the same as link for static libs 3 years ago
Nirbheek Chauhan d80baf8a2b test cases/rust: clang-cl also needs extra_winlibs 3 years ago
Nirbheek Chauhan 1799658614 Revert "Disable Rust + clangcl." 3 years ago
Nirbheek Chauhan 339c768862 Revert "Disable vs2017 + 32bit Rust combo as it is broken." 3 years ago
Xavier Claessens 8c5aa031b5 Add install tags 3 years ago
Dylan Baker 6d055b1e27 compilers/compilers: Fix some potential issues spotted by pyright 3 years ago
Dylan Baker 272674e792 interpreter/compiler: make helper methods protected 3 years ago
Dylan Baker 8e2890f6c0 run_mypy: add interpreter/compiler.py 3 years ago
Dylan Baker b30dddd4e5 interpreter/compiler: Add type checking for the Compiler object 3 years ago
Dylan Baker bcb5400e34 interpreter/compiler: Add type annotations to TryRunResultHolder 3 years ago
Dylan Baker 7dda90f1bf interpreter/compiler: remove unittest_args method 3 years ago
Dylan Baker e3c72ad7c7 compilers: Fix extra_args parameter 3 years ago
Dylan Baker e9639be167 compilers: Fix annotations for run and cached_compile 3 years ago
Dylan Baker 32d3b5c9e2 interpreter/compiler: Replace permittedKwargs({}) with noKwargs 3 years ago
Dylan Baker a1fb3199c8 interpreterobjects: Add TypedDict annoations for `extract_search_dirs` 3 years ago
Dylan Baker 580f316043 interperterbase: help type checkers do better type deduction 3 years ago
Dylan Baker d8d09138c7 interpreter: allow KwargInfo.evolve to change the name as well 3 years ago