summaryrefslogtreecommitdiff
path: root/tests/annotations
Commit message (Collapse)AuthorAgeFilesLines
* vala: Allow specifying the nick of enum valuesRico Tzschichholz2018-05-171-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=625209
* 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
| | | | | Doing so in CCodeDeclaration is error-prone. CCodeVariableDeclarator still requires special handling which isn't done here.
* ccode: Fix and disable deprecating EnumValueRico Tzschichholz2016-11-111-1/+3
| | | | | This still requires GCC 6.0 and later to work. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47043
* 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
Respect the "deprecated" attributes given to class and struct fields, while actually adding G_GNUC_DEPRECATED to their declaration.