summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15interpreter: use typed_kwargs for func_generatorDylan Baker
2021-06-15interpreter|build: Pass just the executable down to GeneratorDylan Baker
2021-06-15interpreter: Do not create Generator in GeneratorHolderDylan Baker
2021-06-15modues/qt: Make use of typed_kwargs since/deprecation abiltiyDylan Baker
2021-06-15docs: update qt module documentation with types and new filesDylan Baker
2021-06-15modules/qt: fix remaining typing issues and add to run_mypyDylan Baker
2021-06-15modules/qt: use type checking and annotations for compile_translationsDylan Baker
2021-06-15modules/qt: fully annotate and check qt.has_toolsDylan Baker
2021-06-15modules/qt: Make use of the default=[] availabilityDylan Baker
2021-06-15modules/qt: Type anotations and cleanupsDylan Baker
2021-06-15modules: pass all proxied argumentsDylan Baker
2021-06-15modules: Fix type annotation importsDylan Baker
2021-06-15modules/qt: have pre-process dispatch to moc_compileDylan Baker
2021-06-15modules/qt: Add a compile_moc methodDylan Baker
2021-06-15modules/qt: use the compile_ui method inside the preprocess methodDylan Baker
2021-06-15modules/qt: Add a compile_ui methodDylan Baker
2021-06-15modules/qt: Dispatch the preprocess method to the compile_resources methodDylan Baker
2021-06-15modules/qt: Add a `compile_resources` methodDylan Baker
2021-06-15modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker
2021-06-15docs/qt: document all of the arguments of the preprocess functionDylan Baker
2021-06-15modules/qt: Deprecated the *sources variadic argument to preproccessDylan Baker
2021-06-15Merge pull request #8878 from dcbaker/submit/dependency-type-fixesJussi Pakkanen
2021-06-15Update macOS installation instructions.Jussi Pakkanen
2021-06-14doc: fix typo preventing correct page generationEli Schwartz
2021-06-14backends: fix TestSerialisation.suite annotationsDylan Baker
2021-06-14interpreter: use typed_*args for test and benchmarkDylan Baker
2021-06-14interpreter: use typed_pos_args for func_test and func_benchmarkDylan Baker
2021-06-14interpreterbase: Add deprecated_values and since_values to KwargInfoDylan Baker
2021-06-14run_unittests: mock meson global before changingDylan Baker
2021-06-14Fix issue with generated Cython code in a subdirRalf Gommers
2021-06-14environment: Add LLVM suffixes for 11 and 12Ting-Wei Lan
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker
2021-06-14dependencies: Use the SystemDependencyDylan Baker
2021-06-13dependencies: Add a System DependencyDylan Baker
2021-06-13run_mypy: lower required version to 0.812Dylan Baker
2021-06-13minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#Eli Schwartz
2021-06-13README: update IRC info to denote OFTC and Matrixandy5995
2021-06-11run_mypy: Check mypy version to avoid spurious errorsXavier Claessens
2021-06-11coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens
2021-06-11CI: Split out file format test as a separate GitHub workflowJon Turney
2021-06-11ci: Fix CI image builderDaniel Mensinger
2021-06-11CI: Don't try to update website in a forked repositoryJon Turney
2021-06-11CI: Don't try to push docker image in a forked repositoryJon Turney
2021-06-11interpreter: Split decorators from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split Disabler from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split base objects and helpers from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Split exception calsses from interpreterbase.pyDaniel Mensinger
2021-06-11interpreter: Move interpreterbase.py into a new packageDaniel Mensinger
2021-06-10markdown/Dependencies:remove tabsandy5995
2021-06-11add example for defining curses preprocessor symbolsAndy Alt