platform/upstream/vala.git
2007-03-10 Jürg Billetercorrect bracketing in cast expressions
2007-03-10 Jürg Billetersupport interface properties and signals, improve suppo...
2007-03-10 Jürg Billetersupport abstract, virtual, and override modifiers for...
2007-03-10 Jürg Billetercorrect cname of generic type parameters
2007-03-10 Jürg Billeterfix overriding cname of creation methods
2007-03-07 Jürg Billetercheck whether a class implements all abstract methods...
2007-03-07 Jürg Billeterimplement get_type_parameter_index
2007-03-07 Raffaele Sandrinicheck whether a class implements all methods required...
2007-03-05 Jürg Billeteradd exception handling support to the parser update
2007-03-05 Raffaele Sandriniadd `g_type_interface_add_prerequisite' calls during...
2007-03-04 Jürg BilleterPost-release version bump
2007-03-04 Jürg Billeterupdate for 0.0.7 release VALA_0_0_7
2007-03-04 Jürg Billeterpack all embedded stataments in blocks update
2007-03-04 Jürg Billetercheck for inherited properties in construct formal...
2007-03-04 Jürg Billeterdon't allow interface implementations to specify overri...
2007-03-04 Jürg Billeterrename base_types of interfaces to prerequisites to...
2007-03-04 Jürg Billetersupport lambda expressions in constructors remove extra...
2007-03-04 Raffaele Sandriniadd support for construct formal creation method parame...
2007-03-04 Raffaele Sandriniupdate/fix copyright notice
2007-03-03 Raffaele Sandriniadd CreationMethod type; restrict creation methods...
2007-03-03 Jürg Billeterswitch to new construction syntax
2007-03-03 Jürg Billeterremove support of old construction syntax
2007-03-03 Jürg BilleterSwitch to new construction syntax
2007-03-03 Jürg Billetersupport new construction syntax write interface with...
2007-03-01 Jürg Billeterimprove equality check add type parameter equality...
2007-02-28 Jürg BilleterPost-release version bump
2007-02-28 Jürg Billeterupdate for 0.0.6 release correctly distribute test... VALA_0_0_6
2007-02-28 Jürg Billeterupdates and fixes
2007-02-28 Jürg Billetersupport uchar[] regenerated set cheader_filename fix...
2007-02-28 Jürg Billetertest Array.resize method and Array.length field update...
2007-02-27 Jürg Billetermark source_reference as construction property to allow...
2007-02-27 Jürg Billeteraccept interfaces with base types
2007-02-26 Jürg Billeterfix error handling with unknown namespaces
2007-02-26 Jürg Billetertest enums update
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...
next