aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-06-15build: Generator add missing annotationsDylan Baker1-5/+6
2021-06-15build: cleanup Generator.proccess_files a bitDylan Baker1-5/+5
2021-06-15interpreterobjects|build: use typed_kwargs for generator.processDylan Baker4-27/+41
2021-06-15interpreter|build: use typed_pos_args and unholder in the interpreterDylan Baker2-31/+32
2021-06-15build: Pass name of generator to initializerDylan Baker2-10/+17
2021-06-15interpreter|build: Do Generator keyword argument checking in the interpreterDylan Baker3-68/+37
2021-06-15interpreter: use typed_kwargs for func_generatorDylan Baker3-3/+22
2021-06-15interpreter|build: Pass just the executable down to GeneratorDylan Baker3-12/+9
2021-06-15interpreter: Do not create Generator in GeneratorHolderDylan Baker2-8/+10
2021-06-15modues/qt: Make use of typed_kwargs since/deprecation abiltiyDylan Baker1-15/+7
2021-06-15modules/qt: fix remaining typing issues and add to run_mypyDylan Baker1-13/+15
2021-06-15modules/qt: use type checking and annotations for compile_translationsDylan Baker1-13/+34
2021-06-15modules/qt: fully annotate and check qt.has_toolsDylan Baker4-8/+45
2021-06-15modules/qt: Make use of the default=[] availabilityDylan Baker1-29/+44
2021-06-15modules/qt: Type anotations and cleanupsDylan Baker1-17/+30
2021-06-15modules: pass all proxied argumentsDylan Baker1-1/+1
2021-06-15modules: Fix type annotation importsDylan Baker1-1/+2
2021-06-15modules/qt: have pre-process dispatch to moc_compileDylan Baker1-31/+10
2021-06-15modules/qt: Add a compile_moc methodDylan Baker2-3/+62
2021-06-15modules/qt: use the compile_ui method inside the preprocess methodDylan Baker1-8/+2
2021-06-15modules/qt: Add a compile_ui methodDylan Baker1-0/+33
2021-06-15modules/qt: Dispatch the preprocess method to the compile_resources methodDylan Baker1-30/+5
2021-06-15modules/qt: Add a `compile_resources` methodDylan Baker1-14/+98
2021-06-15modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker1-2/+3
2021-06-15modules/qt: Deprecated the *sources variadic argument to preproccessDylan Baker1-2/+5
2021-06-14backends: fix TestSerialisation.suite annotationsDylan Baker1-1/+1
2021-06-14interpreter: use typed_*args for test and benchmarkDylan Baker4-87/+121
2021-06-14interpreter: use typed_pos_args for func_test and func_benchmarkDylan Baker2-13/+17
2021-06-14interpreterbase: Add deprecated_values and since_values to KwargInfoDylan Baker1-0/+30
2021-06-14Fix issue with generated Cython code in a subdirRalf Gommers1-0/+2
2021-06-14environment: Add LLVM suffixes for 11 and 12Ting-Wei Lan1-2/+4
2021-06-13minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#Eli Schwartz1-1/+1
2021-06-11coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens2-2/+10
2021-06-11interpreter: Split decorators from interpreterbase.pyDaniel Mensinger3-561/+576
2021-06-11interpreter: Split Disabler from interpreterbase.pyDaniel Mensinger3-37/+44
2021-06-11interpreter: Split base objects and helpers from interpreterbase.pyDaniel Mensinger4-177/+237
2021-06-11interpreter: Split exception calsses from interpreterbase.pyDaniel Mensinger3-25/+51
2021-06-11interpreter: Move interpreterbase.py into a new packageDaniel Mensinger2-2/+117
2021-06-10interpreter: Add missing FeatureNewKwarg for allow_fallbackXavier Claessens1-1/+1
2021-06-09cuda module: fully buy into new modules APIEli Schwartz1-3/+3
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger2-3/+3
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger8-16/+21
2021-06-09typing: Rename some variablesDaniel Mensinger8-45/+54
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger2-2/+2
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger5-72/+76
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen1-4/+46
2021-06-08interpreter: make helper methods protectedDylan Baker1-15/+15
2021-06-08interpreter: Add type annotations for the add_*_arguments helpersDylan Baker1-9/+8
2021-06-08build: fix type annotations fo project_*_argsDylan Baker1-2/+2
2021-06-08interpreter: use typed_kwargs for the add_*_arguments familyDylan Baker2-20/+65