summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* fix issues when using non-null typesJuerg Billeter2008-04-132-2/+4
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-1361-71/+227
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-13108-955/+956
* report warning when using deprecated syntax for property default valuesJuerg Billeter2008-04-133-5/+15
* never use ClassType for ErrorType instancesJuerg Billeter2008-04-132-1/+6
* don't use `weak' for value types used as type argumentsJuerg Billeter2008-04-131-1/+1
* set correct source_reference for property accessorsJuerg Billeter2008-04-132-4/+7
* implement get_type_idJuerg Billeter2008-04-131-0/+4
* supported declaration-only interfacesJuerg Billeter2008-04-131-1/+6
* make set_cname publicJuerg Billeter2008-04-131-2/+7
* allow object creation expressions in expression statementsJuerg Billeter2008-04-131-0/+1
* handle access modifier for signalsJuerg Billeter2008-04-131-1/+2
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-1316-4815/+3832
* fix access to code and message fields in error types, fixes bug 519648Juerg Billeter2008-04-073-6/+13
* change syntax for defining default values of properties, fixes bug 526550Juerg Billeter2008-04-071-0/+4
* improve error reporting for non reference-counted object instances, fixesJuerg Billeter2008-04-071-1/+1
* fix memory management when mixing pointers and strong references, fixesJuerg Billeter2008-04-072-8/+12
* reset takes_ownership and transfers_ownership for base types of pointerJuerg Billeter2008-04-071-1/+7
* don't compare base_method and base_interface_method in visit_class as thisJuerg Billeter2008-04-071-4/+2
* type check initializer listsJuerg Billeter2008-04-072-22/+61
* fix spurious error when overriding abstract method in derived abstractJuerg Billeter2008-04-071-5/+7
* check accessiblity of property types, fixes bug 512404Juerg Billeter2008-04-071-0/+7
* fix crash when using pointers in parameters of D-Bus signals, fixes bugJuerg Billeter2008-04-061-0/+4
* Merge Literal and LiteralExpressionJuerg Billeter2008-03-3116-148/+72
* fix output of enums with methodsJuerg Billeter2008-03-311-9/+24
* enhance support for pointer arithmeticJuerg Billeter2008-03-301-1/+8
* add support for static constructors, fixes bug 506985Juerg Billeter2008-03-293-26/+28
* fix crash on invalid collection expressions in foreach statements, fixesJuerg Billeter2008-03-241-0/+4
* inherit default value from base typeJuerg Billeter2008-03-231-1/+12
* add -v commandline option to improve error reporting, patch by DanielJuerg Billeter2008-03-232-1/+91
* fix vapigen crashJuerg Billeter2008-03-231-2/+14
* support nested namespaces, fixes bug 516584Juerg Billeter2008-03-222-6/+6
* fix source reference of fields, patch by Daniel Silverstone, fixes bugJuerg Billeter2008-03-221-1/+1
* check accessiblity of parameter and return types, fixes bug 433290Juerg Billeter2008-03-223-1/+75
* report error when trying to declare private construct properties, patch byJuerg Billeter2008-03-211-0/+8
* register enums with GType, patch by Marc-Andre Lureau, fixes bug 517294Juerg Billeter2008-03-213-9/+99
* support lower_case_csuffix attribute for interfacesJuerg Billeter2008-03-202-12/+31
* support taking address of pointerJuerg Billeter2008-03-181-6/+4
* remove Array class, arrays are not type symbolsJuerg Billeter2008-03-149-292/+133
* Make the length field of a multi-dimensional array an array of ints,Juerg Billeter2008-03-101-1/+8
* minor code cleanup, based on patch by Andreas BrauchliJuerg Billeter2008-03-081-23/+6
* optimize access to automatic properties, patch by Rob TaylorJuerg Billeter2008-03-084-1/+12
* support declaration of local multi-dimensional array variablesJuerg Billeter2008-03-082-3/+4
* tiny code improvementJuerg Billeter2008-03-061-1/+1
* Mark DataType as abstract base classJuerg Billeter2008-03-047-28/+83
* reduce use of raw DataType instancesJuerg Billeter2008-03-044-50/+85
* fix duplicate local variable, patch by Vlad GrecescuJuerg Billeter2008-03-041-3/+4
* allow implicit conversion from 0 to enum and flags typesJuerg Billeter2008-03-021-0/+5
* add bindings for g_get_system_*_dirsJuerg Billeter2008-03-021-8/+5
* fix error when using type parameter in generic type methodsJuerg Billeter2008-02-291-3/+2