]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2010-07-14  Jürg Billeterdova: Fix number literals while bootstrapping
2010-07-13  Jürg Billeterdova: Support public and protected instance fields...
2010-07-13  Jürg Billeterdova: Use unsigned hash codes
2010-07-13  Jürg BilleterFix naming issue with abstract async methods
2010-07-13  Jürg Billeterdova: Add initial value boxing and unboxing support
2010-07-12  Jürg BilleterFix base access in generic classes
2010-07-12  Philip WithnallMark GObject *_get_type() functions as constant
2010-07-12  Jürg BilleterDo not require GLib.EnumValue class in bindings
2010-07-12  Jürg Billetergobject-2.0: Fix EnumClass and FlagsClass bindings
2010-07-12  Jürg Billetergirwriter: Do not write generic type parameters
2010-07-12  Jürg Billetergirwriter: Write version 1.1
2010-07-12  Jürg BilleterFix side effects in assertions
2010-07-12  Jürg Billetergio-2.0: Fix g_content_type_* bindings
2010-07-11  Jürg Billeterdova: Fix inline allocated array fields in instances
2010-07-11  Jürg Billeterdova: Fix delegate declarations
2010-07-11  Jürg Billeterdova: Fix static field initialization
2010-07-11  Jürg Billeterdova: Add support for module init function
2010-07-11  Jürg Billeterdova: Write all C code to a single file
2010-07-10  Jürg BilleterRequire index setters to return void
2010-07-10  Jürg Billeterdova: Fix memory handling of elements in list, set...
2010-07-10  Jürg Billeterdova: Fix delegates with generic return types
2010-07-10  Jürg Billeterdova: Fix generic virtual methods
2010-07-10  Luca Brunoglib-2.0: Add vprintf variant functions
2010-07-09  Jürg Billeterdova: Use simple . instead of -> for pointer member...
2010-07-09  Jürg Billeterdova: Fix nested generics
2010-07-09  Jürg Billeterdova: Fix memory handling of list, set, and map literal...
2010-07-09  Jürg Billeterdova: Use static modifier for delegate wrappers
2010-07-08  Jürg Billetergirparser: Handle asynchronous methods
2010-07-08  Jürg Billetergirparser: Fix support for boxed types
2010-07-08  Jürg BilleterAdd support for g_boxed_free / g_boxed_copy
2010-07-08  Sebastian Drögegstreamer-0.10: Use generic delegates for the Gst.Itera...
2010-07-08  Sebastian Drögevapigen: Add support for type_parameters for delegates
2010-07-08  Jürg BilleterReverse free order for local variables
2010-07-08  Jürg Billeterdova: Fix generic delegates
2010-07-07  Jürg Billeterdova: Fix generic subclasses
2010-07-07  Jürg Billeterdova: Support calling equals on generic type parameters
2010-07-07  Jürg BilleterWrite [NoReturn] in VAPI files
2010-07-04  Jürg Billeterclutter-1.0: Fix clutter_score_append binding
2010-07-03  Jürg Billeterdova: Do not leak args array passed to main
2010-07-03  Jürg Billeterdova: Add missing include for Dova.Array
2010-07-03  Jürg Billeterdova: Fix symbol resolving in list, set, and map litera...
2010-07-03  Jürg Billeterdova: Fix non-void lambda expressions
2010-07-03  Jürg BilleterPrepare support for generic delegates
2010-07-03  Jürg Billeterdova: Add support for object literals
2010-07-02  Michal Hrubyglib-2.0: Fix g_regex_replace_eval binding
2010-07-02  Jürg Billeterdova: Fix closures in constructors
2010-07-02  Jürg BilleterAdd support for [Print] method attribute ea8cd97480a7a560cfd8ae3f060f63638b7d9de4
2010-06-30  Jürg Billetergirparser: Skip elements with introspectable="0"
2010-06-30  Jürg BilleterAdd experimental vala tool for use with #!
2010-06-30  Jürg BilleterIgnore #! line at the top of source files
2010-06-30  Jürg BilleterAdd experimental support for main blocks
2010-06-30  Jürg Billeterdova: Fix typing of character literals
2010-06-29  Jürg BilleterSupport newlines in double quoted string literals
2010-06-29  Jürg Billetergirparser: Support delegates with target
2010-06-29  Jürg Billetergirparser: Fix callback parameters with destroy_notify
2010-06-29  Jürg Billetergirparser: Fix parameter index calculation
2010-06-29  Jürg Billetergirparser: Fix callback parsing
2010-06-29  Evan Nemersongirparser: Use the same code for parsing callbacks...
2010-06-29  Jürg Billetergirparser: Fix critical warnings
2010-06-29  Abderrahim... girwriter: Fix closure attribute for delegate targets 8b6b3a70498dddafa4b97d7d1bc7e6d451779441
2010-06-29  Abderrahim... girparser: Add an exception for Atk.Implementor 6293d01d61dbe3741965b7d402573548cc35bf22
2010-06-29  Jürg Billeterglib-2.0: Allow using sizeof for element size in GLib...
2010-06-29  Abderrahim... girparser: StringBuilder is GLib.String not GObject...
2010-06-29  Colin Walters[autogen.sh] Support NOCONFIGURE, like gnome-common
2010-06-29  Ryan LortieD-Bus: fix function signature for object vtable
2010-06-29  Ryan LortieD-Bus: emit casts to C code to squash warnings
2010-06-29  Ryan LortieD-Bus: emit casts to C code to squash warnings
2010-06-29  Ryan LortieGDBusConnection.emit_signal() takes null first arg
2010-06-28  Jürg BilleterD-Bus: Fix error domain registration with GDBus
2010-06-28  Jürg BilleterD-Bus: Fix error handling in GDBus servers
2010-06-28  Luca BrunoDo not allow .begin() and .end() in yield statement
2010-06-28  Luca BrunoFix CCode generator to treat errors as reference types
2010-06-28  Luca BrunoSupport derived structs with no fields, report an error...
2010-06-28  Jürg BilleterFix assigning null to GVariant variable
2010-06-28  Jürg Billetergio-2.0: Fix g_bus_{own,watch}_name* bindings
2010-06-28  Jürg BilleterSupport using GClosure for delegate parameters
2010-06-28  Jürg Billetergio-2.0: Drop GSettingsBackend bindings
2010-06-28  Jürg BilleterFix error propagation in constructor chain up
2010-06-28  Evan Nemersongio-2.0: Add lots of default values, mostly for Cancell...
2010-06-28  Evan NemersonCopy default_expression in FormalParameter.copy
2010-06-28  Jürg Billetergio-2.0: Various fixes for g_dbus_* bindings
2010-06-28  Jürg BilleterFix writing of async creation methods in VAPI files
2010-06-28  Evan Nemersonvapigen: Hide async *_finish methods
2010-06-28  Jürg Billeterdova: Do not accept multi-dimensional arrays as they...
2010-06-27  Jürg BilleterRemove bindings for short-lived gdk-pixbuf-3.0
2010-06-27  Jürg Billeterdbus-glib-1: Add dbus_g_thread_init binding
2010-06-27  Jürg Billeterdova: Fix string size when using escaped characters
2010-06-27  Jürg Billeterglib-2.0: Skip ObjectPath class when using dbus-glib-1
2010-06-27  Jürg BilleterFix operator string for inequality expression
2010-06-27  Jürg Billeterdova: Fix value_size for struct types
2010-06-27  Jürg Billeterdova: Fix struct variable initialization
2010-06-26  Jürg Billeterdova: Fix closures in static methods
2010-06-26  Jürg Billeterdova: Add support for closures
2010-06-26  Jürg Billeterdova: Support string element access
2010-06-24  Sebastian Drögegstreamer-0.10: Let all ref methods return an unowned...
2010-06-24  Sebastian Drögegstreamer-0.10: Fix Gst.SystemClock bindings
2010-06-24  Sebastian Drögegstreamer-0.10: Mark Gst.Index and Gst.PluginFeature...
2010-06-24  Sebastian Drögegstreamer-0.10: Fix Gst.Structure bindings
2010-06-24  Sebastian Drögegstreamer-0.10: Fix Gst.Registry bindings
2010-06-24  Sebastian Drögegstreamer-0.10: Fix Gst.Query bindings
next