| Commit message (Expand) | Author | Age | Files | Lines |
* | switch lambda expression to external visitor | Juerg Billeter | 2007-09-17 | 1 | -1/+3 |
* | switch object creation expression to external visitor | Juerg Billeter | 2007-09-17 | 1 | -1/+3 |
* | switch invocation expression to external visitor | Juerg Billeter | 2007-09-17 | 1 | -1/+3 |
* | switch return statement to external visitor | Juerg Billeter | 2007-09-17 | 1 | -3/+3 |
* | switch block to external visitor | Juerg Billeter | 2007-09-17 | 1 | -6/+10 |
* | switch assignment to external visitor | Juerg Billeter | 2007-09-17 | 1 | -1/+3 |
* | add support for object initializers | Juerg Billeter | 2007-09-15 | 1 | -10/+38 |
* | support creation methods in structs, replace InstanceByReference method | Juerg Billeter | 2007-09-15 | 3 | -49/+71 |
* | simplify dispose function, fixes bug 476700 | Juerg Billeter | 2007-09-14 | 1 | -23/+4 |
* | fix late bound methods and signals, fixes bug 476953 | Juerg Billeter | 2007-09-14 | 2 | -8/+14 |
* | generate C code comment for abstract methods | Juerg Billeter | 2007-09-13 | 1 | -1/+4 |
* | fix support for static classes | Juerg Billeter | 2007-09-08 | 1 | -16/+16 |
* | append the generated free function to the right file fragment | Juerg Billeter | 2007-09-08 | 1 | -2/+6 |
* | report an error when trying to define a signal in a type not deriving from | Juerg Billeter | 2007-09-08 | 1 | -0/+7 |
* | update license headers to the GNU Lesser General Public License, version | Juerg Billeter | 2007-09-07 | 17 | -17/+17 |
* | support strings in switch statements, fixes bug 473462 | Mathias Hasselmann | 2007-09-04 | 1 | -32/+104 |
* | emit line directives in debug mode | Juerg Billeter | 2007-09-04 | 3 | -31/+71 |
* | fix virtual methods with generic return type | Juerg Billeter | 2007-09-02 | 1 | -1/+1 |
* | handle null pointer for expression_type in get_implicit_cast_expression. | Mathias Hasselmann | 2007-09-02 | 1 | -1/+5 |
* | fix implicit casts to support non-GObject classes, enable run-time checks | Juerg Billeter | 2007-09-01 | 6 | -169/+112 |
* | let DataType.is_subtype_of return true if the specified type is the same | Juerg Billeter | 2007-09-01 | 2 | -6/+3 |
* | number temp variables for each function separately, don't use reserved __ | Juerg Billeter | 2007-08-31 | 2 | -1/+9 |
* | simplify struct variable initialization, remove unnecessary warning | Juerg Billeter | 2007-08-31 | 1 | -17/+2 |
* | don't NULL-terminate value-type arrays | Juerg Billeter | 2007-08-30 | 1 | -1/+7 |
* | rename MemberAccessibility to SymbolAccessibility and move its declaration | Juerg Billeter | 2007-08-30 | 10 | -28/+24 |
* | fix object creation for non-GObject classes without creation method | Juerg Billeter | 2007-08-30 | 1 | -5/+5 |
* | remove obsolete ctype attribute | Juerg Billeter | 2007-08-30 | 3 | -6/+6 |
* | support classes without base class | Juerg Billeter | 2007-08-30 | 3 | -30/+84 |
* | don't implicitly derive from GLib.Object in preparation for a more | Juerg Billeter | 2007-08-30 | 5 | -8/+12 |
* | report too short type names, based on patch by Ed Schouten, fixes bug | Juerg Billeter | 2007-08-29 | 2 | -0/+12 |
* | deny access to instance members from static methods, improve error | Juerg Billeter | 2007-08-29 | 1 | -1/+1 |
* | fix warnings on invalid code | Juerg Billeter | 2007-08-29 | 1 | -2/+2 |
* | generate warning about invalid property ids, fixes bug 463668 | Juerg Billeter | 2007-08-28 | 1 | -0/+15 |
* | avoid crash on missing copy function, fixes bug 471063. | Mathias Hasselmann | 2007-08-28 | 1 | -2/+12 |
* | support non-GObject classes, will replace reference-type structs | Juerg Billeter | 2007-08-28 | 4 | -42/+11 |
* | generate static get_type functions for non-public classes and interfaces, | Juerg Billeter | 2007-08-27 | 4 | -11/+45 |
* | use exceptions instead of GError parameters for generated bindings, based | Juerg Billeter | 2007-08-27 | 1 | -4/+13 |
* | write dup_function and free_function attribute values recognize ref, | Juerg Billeter | 2007-08-24 | 1 | -0/+11 |
* | add array length argument when passing null as array argument, fixes bug | Juerg Billeter | 2007-08-21 | 1 | -3/+2 |
* | fix build system to pass distcheck, based on patch by Nicolas Trangez, | Juerg Billeter | 2007-08-21 | 1 | -0/+1 |
* | support --directory option, use basename of input filenames, patch by | Juerg Billeter | 2007-08-21 | 1 | -1/+10 |
* | consider switch statements when releasing local variables, fixes bug | Mathias Hasselmann | 2007-08-21 | 1 | -1/+2 |
* | fix memory management for throw statements, fixes bug 465071 | Juerg Billeter | 2007-08-20 | 1 | -0/+17 |
* | support C# like as operator test the as operator | Mathias Hasselmann | 2007-08-20 | 1 | -4/+26 |
* | fix initialization of external variables | Juerg Billeter | 2007-08-20 | 1 | -0/+1 |
* | support namespace fields and public static class fields, fixes bug 464985 | Juerg Billeter | 2007-08-20 | 2 | -9/+51 |
* | also use _vala_array_free to release string arrays as g_strfreev cannot | Mathias Hasselmann | 2007-08-19 | 2 | -18/+34 |
* | move code generation for _vala_array_free and _vala_array_move into | Mathias Hasselmann | 2007-08-19 | 1 | -87/+95 |
* | terminate array initializer with NULL sentinal to make destructors like | Mathias Hasselmann | 2007-08-19 | 1 | -2/+4 |
* | consider sentinel information provide sentinel information for functions | Mathias Hasselmann | 2007-08-16 | 1 | -1/+1 |