summaryrefslogtreecommitdiff
path: root/vala/valaenum.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Set proper source_reference for implicit "this" and "result" variablesRico Tzschichholz2021-02-271-2/+2
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-6/+6
* vala: Drop unused Enum.remove_all_values()Rico Tzschichholz2019-01-021-5/+0
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* vala: Enums require at least one value otherwise report an errorRico Tzschichholz2017-04-241-0/+6
* Drop Dova profileJürg Billeter2012-08-061-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-183/+10
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* codewriter: Write enum cname when it differs from the default cnameLuca Bruno2011-04-041-1/+10
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-10/+10
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Always use public accessibility for enum valuesJürg Billeter2010-10-031-0/+2
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-211-2/+2
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Add support for constant members inside enumsSebastian Dröge2010-04-081-0/+28
* vapigen: Support declaration of enum methods in -custom.valaJürg Billeter2010-04-081-0/+5
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-2/+2
* dova: Add implicit result variableJürg Billeter2010-03-131-0/+4
* D-Bus: Move DataType.get_type_signature to D-Bus modulesJürg Billeter2010-02-081-8/+0
* Fix symbol resolving in enumsJürg Billeter2010-02-041-1/+4
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-5/+4
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-121-7/+1
* Recognize c:type attributes in .girJürg Billeter2009-02-111-0/+4
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-031-2/+2
* Report unused fields, methods, and local variablesJürg Billeter2008-11-141-5/+1
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+7
* Ensure attributes of field, property, parameter, and return types areJürg Billeter2008-11-091-0/+8
* Move type symbol checking to code nodesJürg Billeter2008-11-071-0/+14
* Support enums in D-Bus clients and servers, fixes bug 534105Jürg Billeter2008-11-051-0/+8
* Move attribute processing to semantic analyzerJürg Billeter2008-11-021-4/+7
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Swap g_value_set_uint and g_value_set_int in get_set_value_function(),Jared Moore2008-09-271-4/+4
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-4/+4
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-1/+1
* Add support for class constructors, class fields, and class methods, fixesJuerg Billeter2008-04-231-1/+1
* Add support for delegate_target_pos metadata attributeJuerg Billeter2008-04-231-1/+1
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-9/+9
* fix build when using non-null typesJuerg Billeter2008-04-131-3/+3
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-11/+11
* report warning when using deprecated syntax for property default valuesJuerg Billeter2008-04-131-1/+1
* register enums with GType, patch by Marc-Andre Lureau, fixes bug 517294Juerg Billeter2008-03-211-8/+64
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-8/+1
* use subclasses of DataTypeJuerg Billeter2007-12-041-2/+1
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-1/+1
* rename DataType to TypesymbolJuerg Billeter2007-12-021-1/+1
* add get_values methodJuerg Billeter2007-10-281-0/+9