aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/templates/samplefactory.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-25templates: use common classes for remaining languagesDylan Baker1-2/+2
2023-07-25templates: use a common template for C# and JavaDylan Baker1-14/+17
2023-07-25templates: fix typo in function name `sameple` -> `sample`Dylan Baker1-1/+1
2023-07-25templates/samplefactory: move type checking only import to special blockDylan Baker1-1/+1
2023-07-25minit: use a Protocol for argumentsDylan Baker1-2/+6
2023-02-01treewide: add future annotations importEli Schwartz1-0/+2
2021-11-16Add vala templateAlberto Fanjul1-1/+3
2020-09-08typing: Fix templatesDaniel Mensinger1-1/+3
2020-03-19sample factory implementationMichael1-0/+38