platform/upstream/vala.git
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
2007-07-10 Juerg Billeteralways use gobject-2.0
2007-07-10 Juerg Billeterfix typo
2007-07-09 Juerg BilleterPost-release version bump
2007-07-09 Juerg Billeterupdate for 0.1.0 release VALA_0_1_0
2007-07-09 Juerg Billeterremove obsolete ref modifier and callback keyword
2007-07-09 Juerg Billeterwrite static delegate instead of callback use static...
2007-07-09 Juerg Billetersupport delegate keyword and optional modifiers to...
2007-07-09 Juerg Billetersupport # modifier to transfer ownership in method...
2007-07-05 Juerg Billeterfix TimeVal binding add experimental VAPI for HAL update
2007-07-04 Juerg Billeterupdate to new GRegex API
2007-07-03 Juerg Billeterwrite cprefix and lower_case_cprefix of namespaces...
2007-07-01 Juerg Billeteradd more string utility functions and GDate support...
2007-07-01 Juerg Billeteradd basic support for enum methods
2007-06-30 Juerg Billeterfix current_symbol handling in visit_property_accessor...
2007-06-15 Jürg Billetermove iteration of symbol nodes from accept to accept_ch...
2007-06-15 Jürg Billetermove iteration of data types from accept to accept_chil...
2007-06-15 Jürg Billetermove iteration of source files and namespaces from...
2007-06-15 Jürg Billeterenhance commandline interface, add support for invoking...
2007-06-05 Jürg Billetercorrect invocation of setter method of inherited proper...
2007-06-05 Jürg Billetersupport storing sizes of array dimensions for methods...
2007-06-05 Jürg Billeterallow value-type arrays of unknown length, assert at...
2007-05-31 Jürg Billetersupport sizeof expression update add struct_size param...
2007-05-14 Jürg Billeterimprove argument checks of invocation expression, fixes...
2007-05-10 Jürg Billeterseparate declaration output remove comma at end of...
2007-05-09 Jürg Billeterremove comma at end of generated enumerator list, fixes...
2007-05-09 Jürg Billetergenerate get_property and set_property methods only...
2007-05-09 Jürg Billeteradd basic checks for method modifiers, fixes bug 435853...
2007-05-09 Jürg Billeteriterate correctly over string in camel_case_to_lower_ca...
2007-05-09 Jürg Billeterdon't add default include directives for VAPI files...
2007-05-07 Jürg Billetercorrect strstr cname, patch by Zsombor add ellipsis...
2007-05-07 Jürg Billeterensure that local variables don't use keywords in the...
2007-05-07 Jürg Billeterdeclare variables at the beginning of blocks as require...
2007-05-03 Jürg Billetersplit code generator update
2007-05-03 Jürg Billetermove code generator to new gobject directory update
2007-05-03 Jürg BilleterGSList fixes and GIConv, patch by Michael Lawrence
2007-05-02 Jürg Billeteruse configured libdir, remove bashism, based on patch...
2007-05-02 Jürg BilleterRemove vala-pkg
2007-05-02 Jürg BilleterMove contents of vala-pkg to trunk
2007-05-02 Jürg BilleterRename vala to vala-pkg
2007-05-02 Jürg Billetermove from vapigen update
2007-04-30 Jürg BilleterPost-release version bump
2007-04-30 Jürg Billeterupdate for 0.0.9 release VALA_0_0_9
next