summaryrefslogtreecommitdiff
path: root/tests/annotations
Commit message (Expand)AuthorAgeFilesLines
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-281-3/+5
* tests: Update c-expectedwszqkzqk2023-01-114-4/+4
* codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base classRico Tzschichholz2022-02-241-0/+1
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-032-28/+28
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-031-4/+4
* codegen: Add type declaration for implicit temporary local variableRico Tzschichholz2021-09-181-0/+2
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-167-0/+1030
* codegen: Include "glib.h" for deprecated symbols (GOBJECT)Rico Tzschichholz2021-03-165-0/+42
* vala: Allow specifying the nick of enum valuesRico Tzschichholz2018-05-171-0/+7
* codegen: NoAccessorMethod attribute is allowed for gobject-properties onlyRico Tzschichholz2017-06-191-0/+9
* Move writing of G_GNUC_DEPRECATED down to CCodeDeclarator implementationsRico Tzschichholz2017-01-041-0/+37
* ccode: Fix and disable deprecating EnumValueRico Tzschichholz2016-11-111-1/+3
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-111-0/+14
* Transform CCode*'s "deprecated" into using CCodeNode's "modifiers"Rico Tzschichholz2016-11-111-0/+16
* Fix deprecation of class/struct fieldsRico Tzschichholz2016-11-031-0/+32