summaryrefslogtreecommitdiff
path: root/vala/valaenumvalue.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Check accessibility of initializer for constant and enum valueRico Tzschichholz2021-11-301-0/+6
* Don't use locale dependent string functions on syntax stringsRico Tzschichholz2020-09-021-1/+1
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+1
* vala: Allow specifying the nick of enum valuesRico Tzschichholz2018-05-171-0/+17
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Move EnumValue.get_canonical_cconstant to the codegenLuca Bruno2011-08-041-27/+0
* Drop C specific methods from the code treeLuca Bruno2011-08-011-7/+0
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Derive EnumValue from ConstantJürg Billeter2010-07-271-58/+5
* Remove Member classJürg Billeter2010-07-271-2/+0
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Comment handling improvementsFlorian Brosch2009-09-041-3/+6
* Rework header file generationJürg Billeter2009-03-311-6/+0
* Add missing include for enum values, fixes bug 531724Jürg Billeter2009-01-171-1/+7
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move type symbol checking to code nodesJürg Billeter2008-11-071-0/+14
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-6/+2
* Improve custom cname support for enum valuesJürg Billeter2008-10-171-3/+15
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+2
* Support cname attribute for enum values, patch by Jared Moore, fixes bugJuerg Billeter2008-05-101-0/+12
* fix build when using non-null typesJuerg Billeter2008-04-131-2/+2
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-2/+5
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-7/+7
* register enums with GType, patch by Marc-Andre Lureau, fixes bug 517294Juerg Billeter2008-03-211-0/+27
* use source_reference for enum valuesJuerg Billeter2008-02-291-2/+4
* allow string comparison with null, use strcmp instead of g_utf8_collateJuerg Billeter2008-01-231-2/+8
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-12/+4
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+79