| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CCodeCreationMethodBinding and CCodeMethodBinding classes | Juerg Billeter | 2008-04-19 | 1 | -854/+0 |
* | Remove is_ref and is_out properties from DataType class, add direction | Juerg Billeter | 2008-04-15 | 1 | -4/+4 |
* | report warning when using null literal as return expression of method | Juerg Billeter | 2008-04-14 | 1 | -3/+3 |
* | remove warning about unsupported return types for runtime type checks, we | Juerg Billeter | 2008-04-13 | 1 | -2/+0 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -10/+10 |
* | fix generated code for methods returning structs | Juerg Billeter | 2008-03-24 | 1 | -4/+5 |
* | fix variable initialization for array types | Juerg Billeter | 2008-03-16 | 1 | -0/+5 |
* | fix runtime crash when using nullable struct parameters, patch by Alberto | Juerg Billeter | 2008-03-15 | 1 | -7/+0 |
* | remove Array class, arrays are not type symbols | Juerg Billeter | 2008-03-14 | 1 | -1/+1 |
* | support methods throwing exceptions and returning generic type parameter | Juerg Billeter | 2008-02-29 | 1 | -0/+4 |
* | fix instance delegate handling for virtual method wrappers | Raffaele Sandrini | 2008-02-28 | 1 | -0/+19 |
* | change my email from rasa@gmx.ch to raffaele@sandrini.ch fix pervious | Raffaele Sandrini | 2008-02-19 | 1 | -1/+1 |
* | Support flexible position of array length and delegate target parameters, | Juerg Billeter | 2008-02-06 | 1 | -51/+70 |
* | don't generate result variable when not using postconditions to avoid | Juerg Billeter | 2008-02-04 | 1 | -8/+13 |
* | add very basic support for properties serving real (non fundamental) | Raffaele Sandrini | 2008-02-02 | 1 | -2/+2 |
* | use ArrayType class | Juerg Billeter | 2008-01-24 | 1 | -15/+15 |
* | improve generic type resolution, add type checking for element type in | Juerg Billeter | 2008-01-21 | 1 | -4/+4 |
* | fix methods with ref array parameters, based on patch by Hans Vercammen, | Juerg Billeter | 2008-01-18 | 1 | -2/+2 |
* | add basic support for method pre- and postconditions | Juerg Billeter | 2008-01-15 | 1 | -5/+56 |
* | add support for instance delegates, fixes bug 508734 | Juerg Billeter | 2008-01-14 | 1 | -5/+24 |
* | fix memory management of out parameters, fixes bug 501838 | Juerg Billeter | 2008-01-10 | 1 | -5/+11 |
* | Use non-null types by default when passing --enable-non-null to valac, | Juerg Billeter | 2008-01-09 | 1 | -1/+1 |
* | add limited support for defining methods with variable argument list | Juerg Billeter | 2008-01-03 | 1 | -2/+6 |
* | add InvalidType class | Juerg Billeter | 2007-12-24 | 1 | -2/+10 |
* | cast return value of g_type_create_instance to avoid gcc warning, fixes | Juerg Billeter | 2007-12-16 | 1 | -1/+1 |
* | remove Pointer class | Juerg Billeter | 2007-12-15 | 1 | -1/+1 |
* | update to be compatible with new pointer types | Juerg Billeter | 2007-12-15 | 1 | -9/+9 |
* | add ClassType and InterfaceType classes, let ArrayType derive from | Juerg Billeter | 2007-12-15 | 1 | -6/+13 |
* | fix invalid C code for virtual interface method implementations | Juerg Billeter | 2007-12-12 | 1 | -1/+1 |
* | use subclasses of DataType | Juerg Billeter | 2007-12-04 | 1 | -8/+4 |
* | fix return type for creation methods | Juerg Billeter | 2007-12-04 | 1 | -12/+18 |
* | use subclasses of DataType | Juerg Billeter | 2007-12-04 | 1 | -2/+1 |
* | rename TypeReference to DataType | Juerg Billeter | 2007-12-02 | 1 | -7/+7 |
* | rename DataType to Typesymbol | Juerg Billeter | 2007-12-02 | 1 | -10/+10 |
* | pass non-simple structs always by reference | Juerg Billeter | 2007-11-30 | 1 | -0/+7 |
* | add support for inline methods | Juerg Billeter | 2007-11-28 | 1 | -0/+5 |
* | add symbol dependency for generic type arguments | Juerg Billeter | 2007-11-22 | 1 | -1/+7 |
* | add experimental support for registering new fundamental classed types | Juerg Billeter | 2007-10-01 | 1 | -3/+43 |
* | support mapping interface methods to abstract and virtual methods, fixes | Juerg Billeter | 2007-09-18 | 1 | -1/+1 |
* | rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator and | Juerg Billeter | 2007-09-17 | 1 | -0/+656 |