platform/upstream/vala.git
2007-02-26 Jürg Billetertest postfix and prefix expressions update support...
2007-02-25 Jürg Billeterimprove subtyping suport for structs
2007-02-25 Jürg Billetertest hidden base method access update correct symbol_re...
2007-02-25 Jürg Billeterenhance assignment test correct bracketing in compound...
2007-02-25 Jürg Billeteradd to_string method
2007-02-25 Jürg Billeterimprove GSource support
2007-02-22 Raffaele Sandriniupdate Changelog also
2007-02-22 Raffaele Sandrinidon't allow NULL terminated arrays of value-type struct...
2007-02-21 Jürg Billetersupport using instance methods as static callbacks
2007-02-19 Jürg Billetermore string functions (patch by Cayle Graumann)
2007-02-18 Raffaele Sandrinifix indentation for class definitions
2007-02-04 Jürg Billeteradd GLib.Queue
2007-02-04 Jürg Billeterfix global constants add NoArrayLength attribute to...
2007-02-04 Jürg Billeteruse correct type cname in array creation expression...
2007-02-04 Jürg Billeterfix crash when parsing array creation expression
2006-12-23 Jürg Billeteradd get_bool method for boolean values print message...
2006-12-10 Jürg Billeteradd message logging functions support enum to int conve...
2006-11-24 Jürg Billeterfix generating switch statements
2006-11-23 Jürg Billeterallow main methods without parameters and main methods...
2006-11-22 Jürg Billetersupport enum members with values
2006-11-22 Jürg Billeteradd direct_hash and direct_equal distribute reference...
2006-11-21 Jürg Billeteruse new attribute functionality
2006-11-21 Jürg Billeteradd has_argument, get_string, and get_integer methods...
2006-11-21 Jürg Billeterdon't require GLib namespace at runtime in symbol resol...
2006-11-21 Jürg Billeteradd test script add reference output for test cases...
2006-11-20 Jürg Billeterfix code generation for structs
2006-11-11 Jürg Billeterremove AM_MAINTAINER_MODE to always rebuild scanner...
2006-11-09 Raffaele Sandriniadd GArray and GTree structures write header files...
2006-11-09 Jürg Billetersome fixes and additions
2006-11-08 Jürg Billetersupport interfaces in header cycles add get_interfaces...
2006-11-06 Jürg Billetersupport unary ~ operator
2006-11-06 Jürg Billeteruse g_value_set_object for interfaces implement get_type_id
2006-11-02 Jürg BilleterPost-release version bump
2006-11-02 Jürg Billeterupdate for 0.0.5 release VALA_0_0_5
2006-11-02 Jürg Billeterdon't ignore Gtk.Allocation, set cname of methods add...
2006-11-02 Jürg Billeterwrite CCode.cname attribute for methods use CCode.cname...
2006-11-02 Raffaele Sandrinicommit missing ChangeLog entry
2006-11-02 Raffaele Sandrinifix memory leak caused when container expression transf...
2006-11-02 Jürg Billeterdon't use weak for value types make set_cname public...
2006-10-31 Jürg Billeterdon't add NULL to end of variable argument list for...
2006-10-27 Jürg Billetermiscellaneous fixes
2006-10-27 Jürg Billeterdetect some array types in return types support is_valu...
2006-10-26 Raffaele Sandrinimake foreach iterator only visible to the foreach body...
2006-10-26 Jürg Billeterdon't create empty dispose functions, support virtual...
2006-10-26 Jürg Billeterexplicitly cast callbacks to reduce the number of warni...
2006-10-26 Jürg Billeterconvert integer to pointer for generic parameters to...
2006-10-26 Jürg Billetercast object instances in return statements to reduce...
2006-10-25 Jürg Billetercast object instances in comparisons to reduce the...
2006-10-25 Jürg Billeterstart to use const specifier for strings to reduce...
2006-10-25 Jürg Billetersupport base access update test base access update
2006-10-25 Jürg BilleterPost-release version bump --version support always...
2006-10-25 Jürg Billetersupport dependencies on constants
2006-10-24 Jürg Billeterdon't crash when comparing value type with null
2006-10-24 Jürg Billeterdon't crash on already resolved type references support...
2006-10-08 Jürg Billetersupport enum values
2006-10-06 Jürg Billeterupdate for 0.0.4 release VALA_0_0_4
2006-10-06 Raffaele Sandriniadd get and set value support add user (arbitrary)...
2006-10-05 Jürg Billetercomplete support for prefix increment and decrement...
2006-10-05 Jürg Billetertransform compund assignments into simple assignments...
2006-10-04 Jürg Billetercorrect takes_ownership in arrays add limited support...
2006-10-04 Jürg Billeterspecify array element type as type argument create...
2006-10-03 Jürg Billeterdon't use InstanceCast for callbacks
2006-09-28 Raffaele Sandriniadd one dimensional array assignment support testcase...
2006-09-28 Jürg Billeteradd and improve various types
2006-09-27 Jürg Billeterset attributes also for non-readable properties support...
2006-09-27 Jürg Billetersupport InstanceByReference attribute add Filename...
2006-09-27 Jürg Billeterfix static modifier for methods without parameters
2006-09-27 Jürg Billeterset instance_by_reference flag on generated methods...
2006-09-27 Jürg Billetervisit interface signals obey lock keyword add interface...
2006-09-27 Jürg Billetersupport interface signals change some signal declaratio...
2006-09-27 Raffaele Sandriniadd threading and assorted structures add an additional...
2006-09-27 Jürg Billeteradd Process struct with spawn functions
2006-09-27 Jürg Billeterfix global methods
2006-09-27 Jürg Billetermove global methods from Global struct to namespace...
2006-09-26 Jürg Billeteradd string.reverse, Source.remove, Environment.get_vari...
2006-09-26 Jürg Billeteradd missing cast
2006-09-03 Jürg Billetermake character_literal stricter support more method...
2006-09-02 Jürg Billeteralways default type arguments to strong avoid unnecessa...
2006-09-02 Jürg Billeterspecial case construction of GLib.List and GLib.SList...
2006-09-02 Jürg Billeterprepare to support protected members
2006-09-02 Jürg Billeterdon't set parent_node in parser support string + operat...
2006-09-02 Jürg Billetersupport integer and floating point suffixes use correct...
2006-09-02 Jürg Billeteruse IntegerType, FloatingType, and rank attributes...
2006-09-02 Jürg Billeterset accessibility for constants set return type in...
2006-09-02 Jürg Billetermark Matrix as reference type
2006-08-24 Jürg Billetermark virtual methods appropriately
2006-08-24 Jürg Billetermark virtual functions appropriately
2006-08-24 Jürg Billeteradd possibility to change interface type struct cname...
2006-08-23 Jürg Billetersupport calling non-abstract interface methods add...
2006-08-20 Jürg BilleterPost-release version bump, fail if flex or bison not...
2006-08-18 Jürg Billeterupdate for 0.0.3 release VALA_0_0_3
2006-08-18 Jürg Billeterremove argc parameter
2006-08-18 Jürg Billeteruse array length functionality
2006-08-18 Jürg Billetersupport implicit array length parameter support NoArray...
2006-08-18 Jürg Billeterset no_array_length flag on generated methods add NoArr...
2006-08-18 Jürg Billeterremove read/write tokens support package dependencies...
2006-08-18 Jürg Billeterpackages/gdk-2.0/gdk-2.0.deps packages/gtk+-2.0/gtk...
2006-08-18 Jürg Billetersupport base types for structs obey set keyword add...
2006-08-18 Jürg BilleterInitial import of vapigen.
2006-08-11 Raffaele Sandrinimake those classes ready to process multidimensional...
next