summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* GAsync: Fix propagating errors from async methodsJürg Billeter2009-09-171-0/+14
* Fix throwing errors in async methodsJürg Billeter2009-09-171-1/+1
* Fix passing captured variables as out argumentsJürg Billeter2009-09-171-4/+28
* Keep input parameters alive in closures and async methodsJürg Billeter2009-09-172-18/+82
* Fix methods returning nullable structsJürg Billeter2009-09-174-14/+14
* Remove duplicated code for connecting signal handlersJürg Billeter2009-09-171-129/+12
* Ensure interfaces are declared in header filesJürg Billeter2009-09-171-0/+6
* Do not initialize temporary variables where not necessaryJürg Billeter2009-09-175-25/+28
* Improve readability of reference countingJürg Billeter2009-09-172-4/+49
* GAsync: Fix calling async methods from async methods without yieldJürg Billeter2009-09-171-11/+9
* Fix closures in constructorsJürg Billeter2009-09-172-3/+4
* Fix closures in creation methodsJürg Billeter2009-09-161-30/+36
* D-Bus: Fix name conflicts in async client methodsJürg Billeter2009-09-161-14/+14
* Fix name conflicts in closuresJürg Billeter2009-09-161-4/+4
* GAsync: Fix name conflictsJürg Billeter2009-09-165-65/+69
* D-Bus: Fix server methods returning structsJürg Billeter2009-09-161-1/+28
* GAsync: Fix missing gio.h include for virtual async methodsJürg Billeter2009-09-161-0/+2
* Fix closures used as signal handlersJürg Billeter2009-09-161-2/+23
* GAsync: Fix async methods with out parametersJürg Billeter2009-09-161-1/+1
* D-Bus: Fix return statement in error handling of async server methodsJürg Billeter2009-09-161-1/+2
* D-Bus: Fix async server methods returning arraysJürg Billeter2009-09-161-13/+27
* Fix virtual methods returning structsJürg Billeter2009-09-161-1/+1
* GAsync: Fix async methods returning arrays or delegatesJürg Billeter2009-09-165-41/+63
* GAsync: Fix generating array dup/copy wrappers from async methodJürg Billeter2009-09-161-0/+6
* Add experimental support for closures in async methodsJürg Billeter2009-09-165-23/+28
* Declare base properties of inherited interface implementationsJürg Billeter2009-09-161-0/+4
* GAsync: Another temp variable fixJürg Billeter2009-09-161-1/+1
* GAsync: Various fixes for temp variables in coroutinesJürg Billeter2009-09-166-17/+17
* Fix array and delegate variable handling in closures and coroutinesJürg Billeter2009-09-164-21/+63
* GObject: Only declare boxed variable when usedJürg Billeter2009-09-161-3/+8
* Do not declare result variable if it is unusedJürg Billeter2009-09-162-6/+12
* GObject: Declare property accessors used in get/set_propertyJürg Billeter2009-09-161-0/+8
* Do not declare private symbols in internal headerJürg Billeter2009-09-166-9/+27
* Fix jump statements with captured variablesJürg Billeter2009-09-161-2/+10
* GObject: Fix boxed property handlingJürg Billeter2009-09-151-0/+1
* Support capturing parameters in closuresJürg Billeter2009-09-153-11/+40
* Add support for closuresJürg Billeter2009-09-155-17/+212
* Return structs via out parameterJürg Billeter2009-09-154-36/+60
* D-Bus: Fix uninitialized error variable in serversJürg Billeter2009-09-151-1/+5
* Add generic_type_pos CCode attribute for macrosJürg Billeter2009-09-142-21/+9
* D-Bus: Fix error handling in static clientsDidier 'Ptitjes2009-09-141-1/+122
* D-Bus: Fix error handling in serversDidier 'Ptitjes2009-09-141-9/+62
* D-Bus: Add get_dbus_name helper methodJürg Billeter2009-09-143-54/+43
* Fix virtual struct propertiesJürg Billeter2009-09-141-1/+1
* Do not support use of generics in static methods of generic typesJürg Billeter2009-09-142-27/+3
* Fix string switch statements with owned switch expressionJürg Billeter2009-09-141-1/+9
* GIR writer: Fix generation of implemented interfacesJan Hudec2009-09-141-13/+1
* D-Bus: Fix invalid code generated for error handling in serversJürg Billeter2009-09-131-1/+2
* GAsync: Do not warn when not using .beginJürg Billeter2009-09-131-2/+1
* Add has_copy_function and has_destroy_function struct attributesJürg Billeter2009-09-131-0/+121