summaryrefslogtreecommitdiff
path: root/gobject/valaccodegeneratormethod.vala
Commit message (Expand)AuthorAgeFilesLines
* Add CCodeCreationMethodBinding and CCodeMethodBinding classesJuerg Billeter2008-04-191-854/+0
* Remove is_ref and is_out properties from DataType class, add directionJuerg Billeter2008-04-151-4/+4
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-3/+3
* remove warning about unsupported return types for runtime type checks, weJuerg Billeter2008-04-131-2/+0
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-10/+10
* fix generated code for methods returning structsJuerg Billeter2008-03-241-4/+5
* fix variable initialization for array typesJuerg Billeter2008-03-161-0/+5
* fix runtime crash when using nullable struct parameters, patch by AlbertoJuerg Billeter2008-03-151-7/+0
* remove Array class, arrays are not type symbolsJuerg Billeter2008-03-141-1/+1
* support methods throwing exceptions and returning generic type parameterJuerg Billeter2008-02-291-0/+4
* fix instance delegate handling for virtual method wrappersRaffaele Sandrini2008-02-281-0/+19
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1
* Support flexible position of array length and delegate target parameters,Juerg Billeter2008-02-061-51/+70
* don't generate result variable when not using postconditions to avoidJuerg Billeter2008-02-041-8/+13
* add very basic support for properties serving real (non fundamental)Raffaele Sandrini2008-02-021-2/+2
* use ArrayType classJuerg Billeter2008-01-241-15/+15
* improve generic type resolution, add type checking for element type inJuerg Billeter2008-01-211-4/+4
* fix methods with ref array parameters, based on patch by Hans Vercammen,Juerg Billeter2008-01-181-2/+2
* add basic support for method pre- and postconditionsJuerg Billeter2008-01-151-5/+56
* add support for instance delegates, fixes bug 508734Juerg Billeter2008-01-141-5/+24
* fix memory management of out parameters, fixes bug 501838Juerg Billeter2008-01-101-5/+11
* Use non-null types by default when passing --enable-non-null to valac,Juerg Billeter2008-01-091-1/+1
* add limited support for defining methods with variable argument listJuerg Billeter2008-01-031-2/+6
* add InvalidType classJuerg Billeter2007-12-241-2/+10
* cast return value of g_type_create_instance to avoid gcc warning, fixesJuerg Billeter2007-12-161-1/+1
* remove Pointer classJuerg Billeter2007-12-151-1/+1
* update to be compatible with new pointer typesJuerg Billeter2007-12-151-9/+9
* add ClassType and InterfaceType classes, let ArrayType derive fromJuerg Billeter2007-12-151-6/+13
* fix invalid C code for virtual interface method implementationsJuerg Billeter2007-12-121-1/+1
* use subclasses of DataTypeJuerg Billeter2007-12-041-8/+4
* fix return type for creation methodsJuerg Billeter2007-12-041-12/+18
* use subclasses of DataTypeJuerg Billeter2007-12-041-2/+1
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-7/+7
* rename DataType to TypesymbolJuerg Billeter2007-12-021-10/+10
* pass non-simple structs always by referenceJuerg Billeter2007-11-301-0/+7
* add support for inline methodsJuerg Billeter2007-11-281-0/+5
* add symbol dependency for generic type argumentsJuerg Billeter2007-11-221-1/+7
* add experimental support for registering new fundamental classed typesJuerg Billeter2007-10-011-3/+43
* support mapping interface methods to abstract and virtual methods, fixesJuerg Billeter2007-09-181-1/+1
* rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator andJuerg Billeter2007-09-171-0/+656