platform/upstream/vala.git
2007-10-19 Juerg BilleterAdd '-no-undefined' for Cygwin and MinGW. Change order...
2007-10-16 Juerg Billeterregenerated for poppler 0.6.1, patch by Alberto Ruiz
2007-10-12 Juerg Billeteradd g_strnfill binding
2007-10-10 Juerg Billeterfix some issues with the low-level API
2007-10-09 Juerg BilleterPost-release version bump
2007-10-09 Juerg Billeterupdate for 0.1.4 release VALA_0_1_4
2007-10-09 Juerg BilleterUse --basedir in build system and rename all VAPI files...
2007-10-09 Juerg Billeteradd --basedir option, fixes bug 483843
2007-10-09 Juerg Billeterfix support for static methods as GObject signal handlers
2007-10-09 Juerg Billeteruse .vapi as file extension for generated bindings
2007-10-09 Juerg Billeterrenamed from gio-standalone and updated to current...
2007-10-08 Juerg Billeteruse .vapi as file extension for bindings, fixes bug...
2007-10-08 Juerg Billeterfix ref array parameters
2007-10-05 Juerg Billetersupport static methods as D-Bus signal handlers, fixes...
2007-10-05 Juerg Billeterreport error for invalid assignments, fixes bug 482997
2007-10-02 Juerg Billetersmall additions
2007-10-01 Juerg Billeteradd experimental support for registering new fundamenta...
2007-09-27 Juerg Billeterreplace dummy property nick and blurb by property name
2007-09-27 Juerg Billeterimprove fix_type_name, based on patch by Andrea Del...
2007-09-27 Juerg Billeteradd CCodeElementAccessBinding class and move relevant...
2007-09-27 Juerg Billeteradd CCodeArrayCreationExpressionBinding class and move...
2007-09-27 Juerg Billeterrefactor emit method
2007-09-27 Juerg Billeteradd CCodeExpressionBinding and CCodeAssignmentBinding...
2007-09-26 Juerg Billetersupport # comment lines in .metadata files, based on...
2007-09-26 Juerg Billeterfix crash when using libvala without a code generator
2007-09-26 Juerg Billetersupport custom cname for classes, based on patch by...
2007-09-21 Juerg Billeterprepare support for classes based on GTypeInstance...
2007-09-21 Juerg Billeteradd missing parent field for derived non-GObject classes
2007-09-20 Raffaele SandriniFix memory leak with non reference counting reference...
2007-09-20 Juerg Billetercreate code nodes with factory methods to support backe...
2007-09-20 Raffaele SandriniAdd support for ownership transfer with properties...
2007-09-20 Raffaele Sandriniadd G.HashTable.size ()
2007-09-20 Juerg Billetersupport notify attribute for properties
2007-09-18 Alberto Ruizadd vapigen variable, fixes bug 477111
2007-09-18 Juerg Billeterfix public static fields, fixes bug 477207
2007-09-18 Juerg Billetersupport mapping interface methods to abstract and virtu...
2007-09-17 Juerg Billeterrename CodeGenerator to CCodeGenerator, add abstract...
2007-09-17 Juerg Billeterswitch lambda expression to external visitor
2007-09-17 Juerg Billeterswitch object creation expression to external visitor
2007-09-17 Juerg Billeterswitch invocation expression to external visitor
2007-09-17 Juerg Billeterswitch return statement to external visitor
2007-09-17 Juerg Billeterswitch block to external visitor
2007-09-17 Juerg Billeterswitch assignment to external visitor
2007-09-16 Juerg Billeterfix memory management when using lambda expressions
2007-09-15 Juerg Billeteradd support for object initializers
2007-09-15 Juerg Billetersupport creation methods in structs, replace InstanceBy...
2007-09-15 Juerg Billetersupport real literals with exponent
2007-09-14 Juerg Billeterdeny assignment to instance members from static methods
2007-09-14 Juerg Billeterfix Gst.version_string method
2007-09-14 Juerg Billetersimplify dispose function, fixes bug 476700
2007-09-14 Juerg Billeterfix late bound methods and signals, fixes bug 476953
2007-09-13 Juerg Billetergenerate C code comment for abstract methods
2007-09-13 Juerg Billeterdon't remove first parameter of creation methods
2007-09-10 Juerg Billeterdocument struct declarations
2007-09-09 Juerg Billeterdetect interface prerequisite cycle
2007-09-09 Juerg Billeterdetect base class cycle
2007-09-09 Juerg Billetersupport typeof expressions for arrays
2007-09-09 Juerg Billeteradd GLib.Type.INVALID constant
2007-09-09 Juerg Billetersupport static classes
2007-09-08 Juerg Billeteradd class declaration test
2007-09-08 Juerg Billeterfix support for static classes
2007-09-08 Juerg Billeterensure there is always a default construction method...
2007-09-08 Juerg Billeterappend the generated free function to the right file...
2007-09-08 Juerg Billeterreport an error when trying to define a signal in a...
2007-09-07 Juerg Billetersupport notes
2007-09-07 Juerg Billeterupdate license headers to the GNU Lesser General Public...
2007-09-06 Juerg Billeteradd GTypeDebugFlags and GNode
2007-09-06 Juerg Billeterupdated to currrent git regenerated
2007-09-06 Mathias Hasselmanncreate bindings for gnet-2.0 first attempt to generate...
2007-09-06 Mathias Hasselmannsupport multiple namespace mappings for binding really...
2007-09-06 Mathias Hasselmannsupport for GPatternSpec
2007-09-05 Mathias Hasselmannlink to bug 473804 for Object::notify add property...
2007-09-04 Mathias Hasselmannsupport strings in switch statements, fixes bug 473462
2007-09-04 Juerg Billeteremit line directives in debug mode
2007-09-03 Mathias Hasselmannadd string.to_double
2007-09-02 Mathias HasselmannFixed ChangeLog order. Shame on you, git-rebase.
2007-09-02 Mathias HasselmannHandle markup errors in GIDL files.
2007-09-02 Juerg Billeterfix virtual methods with generic return type
2007-09-02 Juerg Billeterimprove Screen class, patch by Ed Schouten
2007-09-02 Mathias Hasselmannhandle null pointer for expression_type in get_implicit...
2007-09-02 Mathias Hasselmannadding vapicheck as tool to verify Vala bindings. curre...
2007-09-02 Mathias Hasselmannregenerated for release 1.90.4
2007-09-01 Juerg Billeteravoid unnecessary xml_pp dependency, patch by Alberto...
2007-09-01 Juerg Billeterimprove gidlgen command-line options, patch by Alberto...
2007-09-01 Juerg Billeterfix internal warnings on syntax errors
2007-09-01 Juerg Billeteruse subtyping, patch by Ed Schouten
2007-09-01 Juerg Billeterfix implicit casts to support non-GObject classes,...
2007-09-01 Mathias Hasselmannmark pango_glyph_item_letter_space.log_attrs and
2007-09-01 Mathias Hasselmanngtk_init_with_args.entries as array mark PangoLogAttr...
2007-09-01 Juerg Billeterlet DataType.is_subtype_of return true if the specified...
2007-09-01 Juerg Billeteradd introduction to data types
2007-09-01 Juerg Billetervisit finally body, fixes bug 467919
2007-09-01 Juerg Billeteradd xsltproc as optional dependency add initial structu...
2007-09-01 Juerg Billetercheck arguments of methods with ellipsis parameters
2007-08-31 Juerg Billeterimprove error reporting for expression, while, and...
2007-08-31 Juerg BilleterPost-release version bump
2007-08-31 Juerg Billeterupdate for 0.1.3 release VALA_0_1_3
2007-08-31 Juerg Billeteronly install man pages for vapigen and gidlgen if vapig...
2007-08-31 Juerg Billeterfix binding provider support
2007-08-31 Juerg Billeternumber temp variables for each function separately...
next