summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-2838-375/+206
* Improve handling of dynamic signal parametersJuerg Billeter2008-05-282-6/+19
* Add dynamic symbols to scope instead of code contextJuerg Billeter2008-05-283-11/+12
* Report error when declaring a compact class implementing an interface,Juerg Billeter2008-05-281-0/+10
* Rename Expression.expected_type to Expression.target_typeJuerg Billeter2008-05-282-27/+27
* Compute Method.base_method and Property.base_property when needed so thatJuerg Billeter2008-05-284-127/+176
* Fix temporary variable handling for throw statementsJuerg Billeter2008-05-272-2/+3
* Improved performance of print statementJamie McCracken2008-05-271-3/+16
* Added optional indent attribute to allow spaces to be used in lieu of tabsJamie McCracken2008-05-272-8/+43
* Made GLib using directive optionalJamie McCracken2008-05-271-2/+14
* Fix initialiser expression in for statementJamie McCracken2008-05-261-0/+3
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-2620-55/+55
* Support `var' in foreach statements, based on patch by Jamie McCrackenJuerg Billeter2008-05-263-42/+58
* Replace ClassInstanceType and InterfaceInstanceType by ObjectTypeJuerg Billeter2008-05-268-88/+29
* allow init block to be used in context.root namespace where its parsed andJamie McCracken2008-05-261-2/+39
* added missing throws ParseError to get_for_statement_type methodJamie McCracken2008-05-261-1/+1
* fix warning with pointer castsJamie McCracken2008-05-261-1/+1
* Deprecate static classesJamie McCracken2008-05-261-0/+1
* replaced foreach with for..inJamie McCracken2008-05-261-13/+36
* Support interfaces for D-Bus servicesPhilip Van Hoof2008-05-254-8/+44
* Fix type resolving for arrays and pointers when declaring multipleJuerg Billeter2008-05-253-3/+2
* Fix type string for multi-dimensional arraysJuerg Billeter2008-05-251-1/+1
* fix qualified error type stringJuerg Billeter2008-05-251-1/+1
* Write qualified types in the interface writerJuerg Billeter2008-05-259-13/+49
* Add support for [Immutable] class attribute, allow duplication ofJuerg Billeter2008-05-251-0/+18
* fix warning with pointer castsJuerg Billeter2008-05-251-1/+1
* Support qualified access to global symbols within expressionsJuerg Billeter2008-05-253-1/+15
* Report error when declaring virtual methods in compact classes, based onJuerg Billeter2008-05-251-0/+8
* Add support for [Compact] class attribute, register non-compact classesJuerg Billeter2008-05-252-13/+29
* Support qualified access to global symbols with `global::'Juerg Billeter2008-05-255-2/+23
* Deprecate static classes, patch by Jared Moore, fixes bug 524509Juerg Billeter2008-05-252-11/+12
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-2510-52/+140
* Allow invocation of void methods as initializer and iterator in forJuerg Billeter2008-05-231-1/+4
* Add support for """verbatim strings"""Juerg Billeter2008-05-203-0/+30
* Add parser for Genie, patch by Jamie McCrackenJuerg Billeter2008-05-196-11/+4533
* Don't report value ownership errors for non-disposable typesJuerg Billeter2008-05-183-6/+29
* Add support for dynamic propertiesJuerg Billeter2008-05-184-17/+110
* Don't use UnresolvedType for array and pointer types, add basic supportJuerg Billeter2008-05-176-145/+133
* Allow hiding constants in the metadata file for vapigen, based on patch byJuerg Billeter2008-05-162-7/+22
* Add support for class methods in the interface writerAli Sabil2008-05-161-0/+2
* Replace DataType.transfers_ownership and DataType.takes_ownership byJuerg Billeter2008-05-1617-182/+158
* Rename Property.type_reference to Property.property_typeJuerg Billeter2008-05-135-29/+29
* Rename FormalParameter.type_reference to FormalParameter.parameter_typeJuerg Billeter2008-05-138-42/+42
* Rename Field.type_reference to Field.field_typeJuerg Billeter2008-05-135-25/+25
* Rename Expression.static_type to Expression.value_typeJuerg Billeter2008-05-134-210/+210
* fix `var' with pointer types, fixes bug 527779Juerg Billeter2008-05-121-0/+4
* Fix syntax error in .vapi file when using string literal as defaultJuerg Billeter2008-05-111-0/+4
* Set appropriate static type for field prototypes, fixes bug 532314Juerg Billeter2008-05-113-3/+52
* fix assignment of integer literals to derived integer types, fixes bugJuerg Billeter2008-05-111-1/+4
* fix crash on invalid code, fixes bug 531034Juerg Billeter2008-05-101-2/+5