platform/upstream/vala.git
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
2007-04-30 Jürg Billeteradd experimental support for class declarations in...
2007-04-30 Jürg Billetercheck whether specified collection is iterable in forea...
2007-04-30 Jürg Billeterallow any integer type as index in an element access...
2007-04-30 Jürg Billeteradd basic support for flags, fixes bug 434511
2007-04-30 Jürg Billetercheck that void return values are not used, fixes bug...
2007-04-30 Jürg Billeterfix type check in relational operations, fixes bug...
2007-04-30 Jürg Billeteradd pointer to integer conversion in foreach statements...
2007-04-24 Jürg Billeteradd g_bit_nth_lsf, g_bit_nth_msf, and g_bit_storage
2007-04-24 Jürg Billeteradd possibility to override default cname process callb...
2007-04-18 Jürg Billeteruse const types where appropriate, fixes bug 428393
2007-04-18 Jürg Billetersimplify unref expression for non-null types don't...
2007-04-12 Jürg Billeteradd is_null property fix type analysis in conditional...
2007-04-12 Jürg Billeterfix warning when using interface properties
2007-04-06 Jürg Billeteruse yyleng instead of strlen don't write unnecessary...
2007-04-05 Jürg Billetersupport temporary variables in initializers and iterato...
2007-04-05 Jürg Billetergenerate properties for destroy function pointers in...
2007-04-05 Jürg Billeterpass destroy function pointer when creating instances...
2007-04-04 Jürg Billeterimprove cast support fix ownership handling of local...
2007-04-04 Jürg Billetersupport casts to generic types support arrays of generi...
2007-04-03 Jürg Billeteradd mathematical functions, patch by Mathias Hasselmann...
2007-04-03 Jürg Billeterinitialize new array elements after resizing an array...
2007-04-03 Jürg Billetersupport Goo namespace
2007-04-03 Jürg Billeteradd manual page for valac written by Marc-André Lureau...
2007-04-03 Jürg Billetersupport declaration of local arrays test local array...
2007-04-03 Jürg Billetersome fixes for abstract properties improve default...
2007-04-03 Jürg Billeterextend unicode support, add GRegex
2007-03-28 Raffaele Sandrinideclare HashFunc and EqualFunc as callback functions...
2007-03-25 Raffaele Sandriniadd vte binding update
2007-03-25 Raffaele Sandriniadd vte bindings add cheader_filename to class declarat...
next