platform/upstream/vala.git
2008-01-30 Juerg Billeteradd GSequence bindings, based on patch by Daniel Svenss...
2008-01-30 Juerg Billeteradd gio-unix-2.0 bindings, based on patch by Mikael...
2008-01-30 Juerg Billeterenhance GOption bindings, based on patch by Maciej...
2008-01-30 Juerg Billeterreport error when using automatic properties in interfa...
2008-01-30 Juerg Billeterreport error when trying to add instance fields to...
2008-01-30 Juerg Billeteroutput # for properties transferring ownership
2008-01-30 Juerg Billeterdefault cname should be _init instead of _new for creat...
2008-01-30 Juerg Billeterdon't output overridden properties
2008-01-29 Juerg Billeteradd WebKit bindings
2008-01-29 Juerg Billeterbind GString as GLib.StringBuilder to avoid confusion...
2008-01-29 Juerg Billeterfix crash on invalid code, fixes bug 512306
2008-01-29 Juerg Billeterenhance GError binding
2008-01-29 Juerg Billeterfix SoupDataBuffer binding
2008-01-29 Juerg Billetersupport transfer_ownership attribute for function param...
2008-01-28 Juerg Billetersupport [NoWrapper] attribute for virtual methods
2008-01-28 Juerg Billeterremove unnecessary if statement
2008-01-27 Juerg Billeterfix struct pointer member access
2008-01-27 Juerg Billeterfix critical when using normal member access on pointers
2008-01-27 Juerg Billeterfix GValue binding
2008-01-27 Juerg Billeterbind message output functions
2008-01-27 Juerg Billeterreport error instead of warning when trying to implicit...
2008-01-27 Raffaele Sandrinifix regression introduced with libgee regarding marshal...
2008-01-27 Juerg Billetercomplete GList and GSList bindings
2008-01-26 Juerg Billeterfix cheader_filename of GStreamer libraries, patch...
2008-01-26 Juerg Billeterfix critical on parse error in lambda expression, fixes...
2008-01-26 Juerg Billeterfix crash with invalid invocation expressions, fixes...
2008-01-26 Juerg Billeterfix crash when using type without copy function, fixes...
2008-01-24 Juerg Billeteruse ArrayType class
2008-01-24 Raffaele Sandriniallow constant declarations in structs
2008-01-24 Raffaele Sandrinireport initializers in struct fields as error
2008-01-24 Juerg Billeteruse valac -C in generated Makefile.am and fix GtkTextBu...
2008-01-24 Juerg Billeterbuild control flow graph for switch statements, report...
2008-01-23 Juerg Billeterfix gdk_pixdata_serialize binding
2008-01-23 Juerg Billeterfix GdkPixdata binding
2008-01-23 Juerg Billeteroverride copy method
2008-01-23 Juerg Billeterfix cheader_filename of GStreamer base libraries, fixes...
2008-01-23 Juerg Billeterimprove generic type resolution to support generic...
2008-01-23 Juerg Billeterfix symbol dependency for delegates, fixes bug 511555
2008-01-23 Juerg Billeterfix crash on invalid operand, fixes bug 511546
2008-01-23 Juerg Billeterbuild control flow graph, report error for missing...
2008-01-23 Juerg Billeterhonor EXEEXT to fix tests on Cygwin and MinGW, patch...
2008-01-23 Juerg Billeteremit namespace constants, fixes bug 511383
2008-01-23 Juerg Billeterallow string comparison with null, use strcmp instead...
2008-01-22 Juerg Billetersupport metadata attributes for signal parameters
2008-01-22 Juerg Billeteruse char[] instead of string for byte buffers, fixes...
2008-01-22 Juerg Billeterimprove implicit conversion from integer literals,...
2008-01-22 Juerg Billeterupdate ranks of integer types to allow more implicit...
2008-01-22 Juerg Billetersupport length field for array constants
2008-01-22 Juerg Billeteradd element access tests to array tests
2008-01-22 Juerg Billetercheck type of variable initializer
2008-01-22 Juerg Billeteradd bindings for gdk-pixbuf-2.0, fixes bug 501589
2008-01-22 Juerg Billeteradd get_element_type method to Gee.Iterable
2008-01-22 Juerg Billetersupport cheader_filename metadata attribute for enums
2008-01-22 Juerg Billeterfix nullable types for local variables
2008-01-22 Juerg Billeterremove unneeded type casts
2008-01-21 Juerg Billeterfix array creation expressions with side-effects, fixes...
2008-01-21 Juerg Billetercombine array tests in one file
2008-01-21 Juerg Billeterset base_method also in VAPI classes for virtual and...
2008-01-21 Juerg Billeteradd --quiet option to valac and vapigen, patch by Emman...
2008-01-21 Juerg Billeterimprove generic type resolution, add type checking...
2008-01-21 Juerg Billeterfix pango_layout_iter_get_line_yrange binding
2008-01-21 Juerg Billeterfix poppler_page_get_size binding, fixes bug 510781
2008-01-19 Juerg Billetersupport type_t naming convention
2008-01-19 Juerg Billetersupport hiding enums
2008-01-19 Juerg BilleterPost-release version bump
2008-01-19 Juerg Billeterupdate for 0.1.6 release VALA_0_1_6
2008-01-19 Juerg Billeteradd bindings for GLib testing framework, fixes bug...
2008-01-19 Juerg Billeteradd support for common_prefix attribute to override...
2008-01-19 Juerg Billeterupdate to gtksourceview 2.1.0
2008-01-19 Juerg Billeterupdate to libgnomeui 2.21.5
2008-01-19 Juerg Billeterupdate to glib 2.15.2
2008-01-19 Juerg BilleterVAPI classes don't specify overridden methods or proper...
2008-01-18 Juerg Billetersupport C99 _Bool type
2008-01-18 Juerg Billetersupport nested generic types, fixes bug 443522
2008-01-18 Juerg Billeterimplement get_cname method
2008-01-18 Juerg Billeterfix memory leaks in g_file_new_for_* binding, fixes...
2008-01-18 Juerg Billeterwrite [NoArrayLength] for fields
2008-01-18 Juerg Billeterdon't output full source file path in generated C code
2008-01-18 Juerg Billeterdon't generate public setter for construct-only propert...
2008-01-18 Juerg Billetersupport pointers as generic type arguments
2008-01-18 Juerg Billeterfix iteration over collections passed by ref parameter...
2008-01-18 Juerg Billetersimplify conditional expression type analysis, fixes...
2008-01-18 Juerg Billeterfix methods with ref array parameters, based on patch...
2008-01-18 Juerg Billeterfix GOptionFlags binding
2008-01-17 Juerg Billeteradd [Conditional (condition = "CONDITION")] attribute...
2008-01-17 Juerg Billeterfix color parameters of gtk_widget_modify_*
2008-01-17 Juerg Billeterappend gee.vapi to vala-1.0.vapi
2008-01-17 Juerg Billeterremove gstreamer-base-0.10 bindings regenerated
2008-01-17 Juerg Billeteradd GScanner bindings, based on patch by Stephan Kochen...
2008-01-17 Juerg Billeterpass non-simple structs also in object creation express...
2008-01-17 Juerg Billeterremove outdated type name heuristics, fixes bug 509597
2008-01-17 Juerg Billeterfix gcc warning for signals with string parameters...
2008-01-16 Juerg Billetersupport signals with ref or out parameters
2008-01-15 Juerg Billeterfix g_pattern_spec_equal binding
2008-01-15 Juerg Billeteradd basic support for method pre- and postconditions
2008-01-14 Juerg Billeteradd support for instance delegates, fixes bug 508734
2008-01-12 Juerg Billeterrename Callback to Delegate
2008-01-12 Juerg Billeteradd some missing ellipsis and out parameter metadata...
2008-01-12 Juerg Billeteruse separate temp_vars list for lambda expressions...
2008-01-12 Juerg Billeterrestore current_return_type after processing lambda...
next