summaryrefslogtreecommitdiff
path: root/tests/objects/classes-implicit-implementation.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* tests: Update c-expectedwszqkzqk2023-01-111-1/+1
|
* codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base classRico Tzschichholz2022-02-241-0/+2
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1292
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-031-24/+24
| | | | | This better reflects purpose of relevant variables, especially given that they aren't volatile anymore on GLib 2.68+.
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-031-3/+3
|
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-161-0/+527