| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename dbus result | Marc-Andre Lureau | 2008-10-17 | 1 | -1/+14 |
* | Use defines also for internal constants to fix string constant | Jürg Billeter | 2008-10-17 | 1 | -2/+6 |
* | Fix interface properties in GObject classes | Jürg Billeter | 2008-10-17 | 1 | -2/+1 |
* | Fix leaks in non-GObject classes, based on patch by Andrea Del Signore, | Jürg Billeter | 2008-10-17 | 2 | -13/+41 |
* | Extend non-null check when managing memory, fixes bug 530422 | Jürg Billeter | 2008-10-17 | 1 | -1/+1 |
* | Treat the result of two concatenated string constants as constant, fixes | Jürg Billeter | 2008-10-17 | 1 | -7/+26 |
* | Move C-specific string concatenation from semantic analyzer to code | Jürg Billeter | 2008-10-17 | 1 | -13/+22 |
* | Fix memory leak when using GObject properties without accessors | Jürg Billeter | 2008-10-15 | 1 | -3/+10 |
* | Fix indentation of parameters | Jürg Billeter | 2008-10-13 | 1 | -0/+1 |
* | Add partial support for writing .gir files, replaces .gidl writer | Jürg Billeter | 2008-10-13 | 2 | -54/+99 |
* | Fix code generation for virtual methods returning arrays | Jürg Billeter | 2008-10-12 | 1 | -1/+1 |
* | Add support for copying arrays, fixes bug 477107 | Jürg Billeter | 2008-10-11 | 1 | -7/+94 |
* | Always chain up to base constructor when possible, add | Jürg Billeter | 2008-10-11 | 1 | -11/+33 |
* | Support chaining constructors using `base' and `this' | Jürg Billeter | 2008-10-11 | 3 | -19/+29 |
* | Generate code for construct functions in preparation to support base | Jürg Billeter | 2008-10-11 | 2 | -18/+59 |
* | Remove duplicated code | Jürg Billeter | 2008-10-10 | 1 | -81/+29 |
* | Lift restriction on statements in creation methods of GObjects in | Jürg Billeter | 2008-10-10 | 2 | -29/+32 |
* | Fix cname of GValue helper functions for fundamental classes | Jürg Billeter | 2008-10-03 | 2 | -13/+13 |
* | Always use lowercase signal names in generated C code, patch by | Jürg Billeter | 2008-10-03 | 1 | -1/+1 |
* | Generate code to support GValue and GParamSpec for fundamental classes, | Jürg Billeter | 2008-10-03 | 6 | -8/+511 |
* | Don't use g_object_notify for non-GObject properties, fixes bug 548442 | Jürg Billeter | 2008-09-29 | 1 | -0/+2 |
* | Add experimental memory management support for structs that use reference | Jürg Billeter | 2008-09-29 | 2 | -6/+85 |
* | Fix crash when using sizeof expression for pointers, fixes bug 549085 | Jürg Billeter | 2008-09-27 | 1 | -1/+1 |
* | Fix runtime error when using non-abstract properties in interfaces, fixes | Jürg Billeter | 2008-09-27 | 1 | -4/+6 |
* | Add basic support for static properties | Jürg Billeter | 2008-09-27 | 2 | -14/+21 |
* | Fix handling of array arguments in object creation expressions | Jürg Billeter | 2008-09-26 | 1 | -11/+42 |
* | Avoid code duplication for handling struct arguments | Jürg Billeter | 2008-09-26 | 2 | -44/+31 |
* | Use correct accessor cname for interface implementations of properties | Jürg Billeter | 2008-09-26 | 1 | -7/+21 |
* | Fix error handling in constructors, patch by Jared Moore, fixes bug 543156 | Jürg Billeter | 2008-09-16 | 1 | -1/+11 |
* | Support disabling sentinels, patch by Sam Liddicott, fixes bug 548248 | Jürg Billeter | 2008-09-16 | 1 | -1/+1 |
* | Mark generated helper functions for dynamic properties as static inline, | Jürg Billeter | 2008-08-24 | 1 | -0/+2 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 3 | -5/+2 |
* | compiler/valacompiler.vala | Levi Bard | 2008-08-14 | 1 | -2/+2 |
* | Use finalize instead of dispose to free instance data as dispose should | Jürg Billeter | 2008-08-14 | 3 | -24/+20 |
* | Add missing casts and checks for non-GObject classes | Jürg Billeter | 2008-08-14 | 1 | -3/+3 |
* | Fixed codegen of abstract property accessors, bug 547226. | Jared Moore | 2008-08-14 | 1 | -0/+1 |
* | Add --target-glib command-line option, default to 2.12, based on patch by | Jürg Billeter | 2008-08-10 | 5 | -20/+48 |
* | Fix base access for properties, fixes bug 506075 | Jürg Billeter | 2008-08-10 | 2 | -0/+42 |
* | Use accessor vfuncs to implement virtual and abstract properties, fixes | Jürg Billeter | 2008-08-10 | 2 | -59/+147 |
* | Generate correct code for calling class methods outside of static or class | Jared Moore | 2008-08-10 | 2 | -2/+21 |
* | Fix crash when using foreach with stacked arrays, fixes bug 546450 | Jürg Billeter | 2008-08-06 | 1 | -1/+1 |
* | Fix crash when using VAPI properties outside of a class | Jürg Billeter | 2008-08-06 | 1 | -1/+2 |
* | Fix crash when passing delegate as D-Bus callback, fixes bug 545688 | Jürg Billeter | 2008-08-01 | 1 | -1/+2 |
* | Fix linking with --as-needed and on Windows, patch by Yaakov Selkowitz, | Jürg Billeter | 2008-07-30 | 1 | -4/+7 |
* | Add [CCode (type_check_function = "BLAH_IS_FOO")] for classes. | Jared Moore | 2008-07-23 | 3 | -6/+15 |
* | Fix crash when using multi-dimensional arrays, patch by Amos Brocco, fixes | Jürg Billeter | 2008-07-22 | 1 | -5/+8 |
* | Added support for 'volatile' modifier in C code. | Jared Moore | 2008-07-22 | 3 | -8/+20 |
* | Generate *_instance_init function for compact classes to initialize | Jared Moore | 2008-07-22 | 2 | -1/+13 |
* | Support [CCode (type = "Foo")] for parameters, based on patch by Daniel | Jürg Billeter | 2008-07-17 | 1 | -0/+4 |
* | Support int64 and uint64 properties in GObjects, patch by Christian | Jürg Billeter | 2008-07-16 | 1 | -0/+18 |