summaryrefslogtreecommitdiff
path: root/vala/valaenumvaluetype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Fix circular reference in EnumValueTypePrinceton Ferro2020-03-011-1/+1
* vala: Unify backing symbol instance of data-typesRico Tzschichholz2019-09-301-1/+1
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* vala: Return unowned references of internal helper symbolsRico Tzschichholz2019-09-301-1/+1
* codegen: Don't write declaration of extern symbols with given headerRico Tzschichholz2019-07-041-0/+1
* vala: Add Symbol.is_extern and use/set is accordinglyRico Tzschichholz2019-07-041-1/+1
* Fix critical when calling generated enum to_string methodJürg Billeter2011-06-031-1/+3
* Support to_string() for non-GType enumsLuca Bruno2010-09-091-2/+16
* Support to_string for enumsJürg Billeter2010-01-091-0/+8
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-031-0/+41