summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-1/+2
* Separate visiting expressions from visiting expression statementsJürg Billeter2008-11-301-0/+2
* Separate visiting operands from visiting binary expressionJürg Billeter2008-11-301-0/+2
* Separate visiting declaration from visiting declaration statementJürg Billeter2008-11-301-0/+2
* More parenthesis improvementsJürg Billeter2008-11-306-17/+17
* Fix array length variable name for internal variables, fixes bug 562723Jürg Billeter2008-11-291-1/+1
* Use G_TYPE_POINTER for pointers and G_TYPE_INVALID for unsupported typesJürg Billeter2008-11-291-4/+6
* Convert ternary conditionals into if statements, fixes bug 543870 and bugJürg Billeter2008-11-293-13/+10
* Fix generated code in struct destroy function for array fieldsJürg Billeter2008-11-281-1/+8
* Fix copying and destroying GValue valuesJürg Billeter2008-11-281-1/+30
* Remove unused fieldsJürg Billeter2008-11-281-2/+0
* Don't require libgee for `in' operationsJürg Billeter2008-11-281-22/+0
* Don't require libgee for foreach statementsJürg Billeter2008-11-282-96/+0
* Improve handling of generic values, fixes bug 562460Jürg Billeter2008-11-282-7/+16
* Improve get_actual_type signatureJürg Billeter2008-11-283-6/+6
* Include dbus.h, required for static D-Bus client supportJürg Billeter2008-11-261-0/+2
* Add g_array_index binding and fix g_array_free calls, fixes bug 519978Jürg Billeter2008-11-243-7/+23
* Whitespace fixesJürg Billeter2008-11-221-20/+20
* Support async method calls in static D-Bus clientsJürg Billeter2008-11-224-109/+352
* Fix return type of finish vfuncJürg Billeter2008-11-211-1/+1
* Various coroutine code generation improvementsJürg Billeter2008-11-214-121/+134
* Small refactoringJürg Billeter2008-11-211-57/+64
* Support serialization and deserialization of GHashTable objects in staticJürg Billeter2008-11-211-0/+179
* Support serialization and deserialization of GValue values in static D-BusJürg Billeter2008-11-211-5/+120
* Support serialization and deserialization of structs in static D-BusJürg Billeter2008-11-212-1/+66
* Support serialization and deserialization of arrays in static D-BusJürg Billeter2008-11-212-1/+130
* Add partial static D-Bus client support without dbus-glib marshallingJürg Billeter2008-11-214-2/+395
* Fix base access to virtual signal handlers with return values, fixes bugJürg Billeter2008-11-201-1/+3
* Rename InvocationExpression to MethodCallJürg Billeter2008-11-207-17/+17
* Remove extra g_type_create_instance in constructorsJürg Billeter2008-11-191-5/+11
* Add support for class field initializers for classes that are not derivedSebastian Dröge2008-11-191-13/+13
* Support parameter arrays, fixes bug 538897Jürg Billeter2008-11-141-2/+2
* Fix non-struct output arguments in dynamic D-Bus method callsJürg Billeter2008-11-141-1/+1
* Do not use possibly uninitialized variablesJürg Billeter2008-11-143-3/+13
* Report unused fields, methods, and local variablesJürg Billeter2008-11-148-82/+9
* Add --disable-dbus-transformation command-line option to disable caseJürg Billeter2008-11-131-4/+14
* Fix retrieving D-Bus structs with owned stringsJürg Billeter2008-11-131-1/+10
* Fix copy of constant arraysJürg Billeter2008-11-131-1/+1
* Work around missing enum support in dbus-glibJürg Billeter2008-11-091-2/+17
* Really insert GValueArray into hash tableJürg Billeter2008-11-091-1/+1
* Support hash tables with struct valuesJürg Billeter2008-11-091-47/+193
* Fix D-Bus methods with out parameters but no return valueJürg Billeter2008-11-071-0/+4
* Move dynamic signal generation to GObjectModule and DBusClientModuleJürg Billeter2008-11-066-198/+173
* Move dynamic property generation to GObjectModule and DBusClientModuleJürg Billeter2008-11-066-241/+249
* Move constructor code generation to GObjectModuleJürg Billeter2008-11-062-127/+127
* Support enums in D-Bus clients and servers, fixes bug 534105Jürg Billeter2008-11-052-0/+32
* Add CCodeControlFlowModuleJürg Billeter2008-11-055-543/+577
* Move signal emission to GSignalModuleJürg Billeter2008-11-042-47/+55
* Move delegate wrapper generation to CCodeDelegateModuleJürg Billeter2008-11-042-171/+177
* Move array dup wrapper generation to CCodeArrayModuleJürg Billeter2008-11-042-78/+85