platform/upstream/vala.git
2007-08-07 Mathias Hasselmanntest exception handling when iterating over Gee collect...
2007-08-07 Juerg Billeteradd Hildon bindings, patch by Marcelo Lira, fixes bug...
2007-08-07 Juerg Billeterimprove class and signal parsing, patch by Marcelo...
2007-08-07 Mathias Hasselmannfix the C name of Process.close_pid and the spelling of
2007-08-07 Mathias Hasselmannadd Environment.get_prgname and set_prgname
2007-08-07 Mathias Hasselmannadd IOChannel.unix_new and unix_get_fd
2007-08-07 Juerg Billeterfix Pid handling
2007-08-07 Juerg Billeteradd sqlite3.vala
2007-08-07 Juerg Billeteradd SQLite bindings
2007-08-07 Juerg Billeteradd stdin
2007-08-07 Juerg Billeteradd FileStream.getc()
2007-08-07 Juerg Billetersupport exceptions in virtual methods
2007-08-07 Juerg Billeterfix Soup.HttpVersion enum
2007-08-07 Juerg Billeteradd libsoup-2.2.vala
2007-08-07 Juerg Billeteradd libsoup bindings
2007-08-07 Juerg Billeteradd Glade bindings
2007-08-07 Juerg Billeterremove most namespace detection workarounds, fixes...
2007-08-06 Juerg Billetersupport D-Bus replies with string arrays
2007-08-06 Juerg Billetercleanup and fix GList and GSList destruction
2007-08-06 Juerg Billetersupport multiple namespaces in a using directive, patch...
2007-08-06 Juerg Billeterfix --version option in vapigen, patch by Jaap A. Haits...
2007-08-06 Juerg Billeteradd Clutter bindings, patch by Carl-Anton Ingmarsson...
2007-08-06 Juerg Billeteradd experimental D-Bus client support
2007-08-06 Juerg Billeterfixes for multi-dimension arrays
2007-08-04 Juerg Billeteradd GtkMozEmbed bindings, patch by Alberto Ruiz, fixes...
2007-08-01 Juerg Billeterextend GLib.Value Gtk.TreeModel fixes add GtkSourceView...
2007-07-30 Juerg Billeteruse abstract instead of virtual methods in generated...
2007-07-30 Juerg Billetersupport array length parameters in virtual methods
2007-07-29 Juerg Billeterfix warning when defining abstract properties
2007-07-29 Raffaele Sandrinimini fix: remove unnecessray cast in visit_switch_state...
2007-07-28 Raffaele Sandriniadd check to report an error on invalid method_header...
2007-07-28 Philip Van... Added some documentation about how to build your own...
2007-07-27 Juerg BilleterPost-release version bump
2007-07-27 Juerg Billeterupdate for 0.1.2 release VALA_0_1_2
2007-07-27 Juerg Billeteradd internal copy of libgee and use Gee.ArrayList,...
2007-07-27 Juerg Billeteradd move method to arrays
2007-07-27 Juerg Billeterfix warning when connecting signals
2007-07-27 Juerg Billeterfix warning when using element access with Gee.List...
2007-07-27 Juerg Billeterfix memory management in foreach statements
2007-07-27 Juerg Billeteruse cast for field initializers when necessary
2007-07-27 Juerg Billeterfix memory leak in cast expressions
2007-07-27 Juerg Billeterfree construction parameters in creation methods
2007-07-27 Juerg Billeterfree local variables before break and continue
2007-07-27 Juerg Billeterfix freeing local variables of all blocks before return...
2007-07-26 Juerg Billeteruse weak variables in foreach statements where appropriate
2007-07-26 Juerg Billetereven more fixes for libraries with generic types
2007-07-26 Juerg Billeteralso free the array itself in _vala_array_free
2007-07-26 Juerg Billeterunref the item in foreach as Gee.Iterator.get () transf...
2007-07-26 Juerg Billetersupport class destructors
2007-07-26 Juerg Billeterfree array elements
2007-07-26 Juerg Billetersupport element access for types implementing Gee.List...
2007-07-26 Juerg Billeteruse GSlice and generate free function for reference...
2007-07-25 Juerg Billeterremove comments of overridden methods
2007-07-25 Juerg Billeteradd dup_func parameter to generic classes, fix some...
2007-07-25 Juerg Billeterdon't expose private classes in public header files
2007-07-25 Juerg Billeterensure that index expression in element access doesn...
2007-07-25 Juerg Billeteradd void to function declarations without parameters...
2007-07-24 Juerg Billeteradd support for iteration over Gee.Iterable collections
2007-07-24 Juerg Billeterskip memory manager for VAPI files remove unnecessary...
2007-07-24 Juerg Billeteradd --cc and -X options to be able to specify custom...
2007-07-24 Juerg Billeterremove unnecessary runtime checks in release mode,...
2007-07-24 Juerg Billeterallow private static fields in interfaces, fixes bug...
2007-07-23 Juerg Billeterremove unnecessary construction properties to improve...
2007-07-23 Juerg Billeteruse setters for non-construction properties in creation...
2007-07-23 Juerg Billeteranother fix for libraries with generic types
2007-07-23 Juerg Billeterfix some issues with memory management of includes...
2007-07-23 Juerg Billeterfix cheader filenames and default to GObject prerequisi...
2007-07-23 Juerg Billeterwrite interface prerequisites
2007-07-22 Raffaele Sandriniadd basic internationalization functionality
2007-07-22 Raffaele Sandriniadd cheader filename logic usable for all Vala.Member...
2007-07-22 Juerg Billetermore fixes for libraries with generic types
2007-07-22 Juerg Billeteruse lazy initialization for array_types hash table
2007-07-22 Juerg Billetersupport libraries with generic types
2007-07-22 Juerg Billeterallow inner classes to access private members of outer...
2007-07-21 Juerg Billeterderive from Symbol class where appropriate and move...
2007-07-21 Raffaele Sandriniadd basic zlib support add some string members, add...
2007-07-21 Raffaele Sandriniallow '\0' escape sequences
2007-07-21 Raffaele Sandrinido not add includes to oneself
2007-07-17 Juerg Billetercorrect return type of get_cheader_filenames
2007-07-17 Juerg Billeterconvert the CodeContext.get_root method to a property
2007-07-17 Juerg Billetermove namespaces from SourceFile to CodeContext
2007-07-17 Juerg Billetergenerate more ellipsis parameters regenerated to add...
2007-07-17 Juerg Billeteradd GStreamer bindings
2007-07-13 Juerg BilleterPost-release version bump
2007-07-13 Juerg Billeterupdate for 0.1.1 release VALA_0_1_1
2007-07-13 Juerg Billetermove iteration of throw statements, try statements...
2007-07-12 Juerg Billetersupport multi- dimensional arrays
2007-07-12 Juerg Billeterremove Error out parameters, use exceptions
2007-07-12 Juerg Billetersupport exception handling in constructors, avoid error...
2007-07-12 Jürg Billeterallow delegates to throw exceptions
2007-07-12 Juerg Billeterallow construction methods to throw exceptions, fix...
2007-07-12 Juerg Billeterimplement simple exception handling for expression...
2007-07-11 Juerg Billeteradd substring method to the string type test substring...
2007-07-11 Juerg Billetersupport element access for strings test element access...
2007-07-11 Juerg Billeterfix order in C header file test public delegate
2007-07-11 Juerg Billetercall visit_end_full_expression for collection expressio...
2007-07-11 Juerg Billeterany reference or array type or pointer type can be...
2007-07-11 Juerg Billeterexpand libxml2 bindings, patch by Michael Lawrence...
2007-07-11 Juerg Billeterfix writing type arguments of formal parameters regener...
2007-07-10 Juerg Billeteradd --thread option to enable multithreading support
next