| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixes | Jürg Billeter | 2008-09-26 | 1 | -1/+6 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -1/+1 |
* | Fixed codegen of abstract property accessors, bug 547226. | Jared Moore | 2008-08-14 | 2 | -4/+9 |
* | Generate correct code for calling class methods outside of static or class | Jared Moore | 2008-08-10 | 2 | -0/+36 |
* | Support "global::" for object creation expressions. | Jared Moore | 2008-07-22 | 1 | -0/+13 |
* | Generate *_instance_init function for compact classes to initialize | Jared Moore | 2008-07-22 | 2 | -2/+11 |
* | 2008-07-12 Jared Moore <jaredm@svn.gnome.org. | Jared William Moore | 2008-07-12 | 2 | -0/+13 |
* | Change GObject properties to always notify on value change, remove the | Raffaele Sandrini | 2008-07-09 | 1 | -1/+0 |
* | Initialize class fields in class init function | Jared Moore | 2008-06-21 | 2 | -14/+39 |
* | Support emitting signals with return values, patch by Samuel | Jürg Billeter | 2008-06-15 | 2 | -0/+36 |
* | Check printf arguments, fixes bug 483104 | Jürg Billeter | 2008-06-13 | 1 | -7/+7 |
* | Fix memory management when using owned variables as argument for unowned | Jürg Billeter | 2008-06-01 | 1 | -0/+39 |
* | Add basic support for nullable structs | Juerg Billeter | 2008-05-30 | 1 | -0/+5 |
* | Add some more tests. Fixes bug #535430 | Jaap A. Haitsma | 2008-05-29 | 1 | -0/+40 |
* | Print errors on stdout. Fixes #535417 | Jaap A. Haitsma | 2008-05-29 | 1 | -0/+6 |
* | Test compilation of constant string arrays | Juerg Billeter | 2008-05-29 | 1 | -0/+2 |
* | Add support for [Compact] class attribute, register non-compact classes | Juerg Billeter | 2008-05-25 | 2 | -22/+28 |
* | Deprecate static classes, patch by Jared Moore, fixes bug 524509 | Juerg Billeter | 2008-05-25 | 2 | -89/+78 |
* | Support destructors for non-GObject classes, patch by Jared Moore, fixes | Juerg Billeter | 2008-05-25 | 2 | -0/+14 |
* | Fix private class fields, patch by Jared Moore, fixes bug 532898 | Juerg Billeter | 2008-05-23 | 1 | -0/+2 |
* | Allow invocation of void methods as initializer and iterator in for | Juerg Billeter | 2008-05-23 | 3 | -0/+16 |
* | Build executable by default | Juerg Billeter | 2008-04-26 | 1 | -2/+2 |
* | Fix base access with virtual interface methods, fixes bug 528457 | Juerg Billeter | 2008-04-16 | 1 | -0/+53 |
* | don't require `new' operator for struct initialization, fixes bug 526547 | Juerg Billeter | 2008-04-14 | 1 | -6/+6 |
* | fix build when using non-null types | Juerg Billeter | 2008-04-13 | 1 | -1/+2 |
* | change syntax for defining default values of properties, fixes bug 526550 | Juerg Billeter | 2008-04-07 | 1 | -10/+2 |
* | reset takes_ownership and transfers_ownership for base types of pointer | Juerg Billeter | 2008-04-07 | 1 | -0/+12 |
* | type check initializer lists | Juerg Billeter | 2008-04-07 | 1 | -1/+1 |
* | fix spurious error when overriding abstract method in derived abstract | Juerg Billeter | 2008-04-07 | 1 | -0/+14 |
* | fix element access assignment with pointers, fixes bug 519933 | Juerg Billeter | 2008-04-07 | 1 | -0/+10 |
* | emit constants after function declarations as constants may depend on | Juerg Billeter | 2008-03-16 | 1 | -0/+6 |
* | Make the length field of a multi-dimensional array an array of ints, | Juerg Billeter | 2008-03-10 | 1 | -0/+3 |
* | support foreach over multi-dimensional arrays | Juerg Billeter | 2008-03-08 | 1 | -0/+20 |
* | don't free arguments of ref and out parameters | Juerg Billeter | 2008-03-02 | 1 | -0/+10 |
* | make sure we detect failed test cases | Juerg Billeter | 2008-03-02 | 1 | -0/+3 |
* | allow implicit conversion from 0 to enum and flags types | Juerg Billeter | 2008-03-02 | 1 | -1/+7 |
* | distribute licenses to be used by vala-gen-project | Juerg Billeter | 2008-03-01 | 1 | -1/+1 |
* | fix using interface methods as delegates, fixes bug 518109 | Juerg Billeter | 2008-03-01 | 1 | -1/+16 |
* | fix argument dependency in the C code for array and delegate arguments, | Juerg Billeter | 2008-03-01 | 1 | -0/+14 |
* | ensure tests don't report errors on stderr | Juerg Billeter | 2008-03-01 | 1 | -1/+1 |
* | fix try catch statements without thrown exceptions, fixes bug 506016 | Juerg Billeter | 2008-02-29 | 1 | -0/+7 |
* | support throw statements in try statements | Juerg Billeter | 2008-02-29 | 1 | -1/+13 |
* | combine and rename some tests | Juerg Billeter | 2008-02-28 | 9 | -43/+17 |
* | fix handling of error type parameters in the gobject backend, fix creation | Raffaele Sandrini | 2008-02-23 | 1 | -0/+5 |
* | Separate errordomain from enum declaration, fixes bug 512616 | Juerg Billeter | 2008-02-07 | 1 | -2/+1 |
* | create wrapper functions for methods used as delegates to fix parameter | Juerg Billeter | 2008-02-06 | 1 | -3/+5 |
* | create wrapper functions for signal handlers to support public signal | Juerg Billeter | 2008-02-06 | 1 | -13/+4 |
* | improve error reporting for properties, fixes bug 514326 | Juerg Billeter | 2008-02-04 | 1 | -1/+1 |
* | extend the array test with an array of structs declared through the "var" | Raffaele Sandrini | 2008-02-03 | 1 | -0/+8 |
* | fix struct pointer member access | Juerg Billeter | 2008-01-27 | 3 | -0/+18 |