aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-18interpreter: add type annotations to build_incdir_objectDylan Baker2-30/+31
2021-06-18dependency: Empty fallback is the same as allow_fallback: falseXavier Claessens5-0/+22
2021-06-17Revert "Add Chicken-Libraries to Users.md (#8180)"Eli Schwartz1-1/+0
2021-06-17update gettext test to use new intl dependencyEli Schwartz2-3/+4
2021-06-17intl custom dependencyEli Schwartz4-3/+84
2021-06-17tests: update dependency factory tests to check type_name is saneEli Schwartz1-11/+26
2021-06-17expose SystemDependency and BuiltinDependency as toplevel classesEli Schwartz2-3/+6
2021-06-17add new dependency type "builtin"Eli Schwartz2-1/+22
2021-06-17move base class for system dependencies into base.pyEli Schwartz11-44/+26
2021-06-17doc: Add missing modules to dropdown listXavier Claessens2-2/+20
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens25-337/+419
2021-06-16Fix assert(not true) raising backtraceXavier Claessens1-1/+1
2021-06-16Merge pull request #8822 from dcbaker/submit/annotate-and-check-qt-moduleJussi Pakkanen17-360/+708
2021-06-15Users.md: add canfigger libraryandy59951-1/+2
2021-06-15docs: Add a page for qt6Dylan Baker2-0/+9
2021-06-15docs: Use an include for the qt modulesDylan Baker4-162/+165
2021-06-15modules/qt: sort and clean up dependenciesDylan Baker1-8/+9
2021-06-15modules/qt: Return GeneratedListHolder instead of GeneratedListDylan Baker1-2/+2
2021-06-15interpreterobjects: Clean up GeneratedListHolderDylan Baker1-8/+3
2021-06-15build: Fully annotate GeneratedListDylan Baker1-11/+17
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-15docs: update qt module documentation with types and new filesDylan Baker3-20/+96
2021-06-15modules/qt: fix remaining typing issues and add to run_mypyDylan Baker2-13/+16
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 Baker3-7/+66
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 Baker2-1/+35
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 Baker2-15/+103
2021-06-15modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker2-4/+9
2021-06-15docs/qt: document all of the arguments of the preprocess functionDylan Baker1-2/+15
2021-06-15modules/qt: Deprecated the *sources variadic argument to preproccessDylan Baker2-2/+21
2021-06-15Merge pull request #8878 from dcbaker/submit/dependency-type-fixesJussi Pakkanen19-65/+103
2021-06-15Update macOS installation instructions.Jussi Pakkanen9-32/+16
2021-06-14doc: fix typo preventing correct page generationEli Schwartz1-1/+1