summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* codegen: Fix connect/disconnect of dynamic signalsRico Tzschichholz2013-08-071-3/+3
* Align gtk templates to new gtk+/glib apiLuca Bruno2013-07-271-12/+46
* Add CCode ordering attribute for interfacesMaciej Piechotka2013-07-251-56/+56
* girwriter: Fix handling of delegate paramsRico Tzschichholz2013-07-171-2/+4
* codegen: Allow scope=async delegates to be used in vala codeLuca Bruno2013-07-148-31/+39
* gtktemplate: Allow connecting signals of the template class itselfLuca Bruno2013-06-281-1/+1
* codegen: Don't convert GValue/GVariant on non-null castLuca Bruno2013-06-221-11/+13
* Fix base access of propertiesLuca Bruno2013-06-211-3/+9
* girwriter: Don't emit scope async and notified at the same timeLuca Bruno2013-06-131-4/+2
* Always initialize temp variables to fix fatal warnings of GCC 4.8Luca Bruno2013-06-121-17/+12
* codegen: Support non-auto property initializer in gobjectsLuca Bruno2013-06-113-30/+103
* Add postconditions when exiting from methods returning voidLuca Bruno2013-06-111-0/+4
* girwriter: Add scope="notified" to owned delegatesLuca Bruno2013-06-111-1/+1
* Fix criticals due to commit a31a2a77dd60e70137448751Luca Bruno2013-06-091-1/+1
* GIRWriter: Properly emit transfer-ownership=containerMichal Hruby2013-06-061-1/+9
* Warn about copying delegates being not supported rather than being discouragedLuca Bruno2013-06-051-1/+1
* Fix object creation that have delegate parameters being called onceLuca Bruno2013-06-051-1/+1
* Fix broken parens introduced by previous commitsLuca Bruno2013-06-051-1/+1
* Fix memory leak when defining async functions targeting glib < 2.20.Luca Bruno2013-06-041-1/+21
* Support owned keyword for delegates called onceLuca Bruno2013-06-042-2/+2
* gtktemplate: Verbose error reporting when ui resource is not foundLuca Bruno2013-06-041-5/+6
* gtktemplate: Static type checking of [GtkChild]Luca Bruno2013-06-041-9/+39
* gtktemplate: Static type checking of [GtkCallback] using gresourcesLuca Bruno2013-06-042-48/+124
* Treat signal parameters that have G_TYPE_STRING type as strings.Avi Levy2013-06-041-1/+1
* Add support for Gtk widget templates. Created a new codegen gtkmodule.Luca Bruno2013-05-235-1/+171
* Add another unfortunate CCode ctype alias for typeLuca Bruno2013-05-122-4/+21
* Add (unfortunate) CCode finish_function alias for function_name.Luca Bruno2013-05-121-0/+3
* Fix crash introduced by previous patch.Luca Bruno2013-05-101-1/+1
* codegen: Cast return values if [CCode (type)] is suppliedLuca Bruno2013-05-101-0/+5
* Fix declaration of local variables with the same name in coroutinesLuca Bruno2013-05-091-16/+25
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-262-3/+3
* Support non-null cast for enum valuesLuca Bruno2013-03-251-3/+3
* codegen: Destroy value of "as" cast in case the result is nullLuca Bruno2013-03-221-5/+21
* girwriter: fix name of *Class structs for nested types in GIRsEvan Nemerson2013-02-111-1/+1
* codegen: Use equal method of base-struct for derived structsRico Tzschichholz2013-01-181-0/+4
* codegen: Fix passing nullable structs to non-nullable parametersLuca Bruno2012-11-281-1/+6
* girwriter: write GArray and GPtrArray to GIRs as arrays.Evan Nemerson2012-11-201-2/+7
* codegen: Fix memory leak when chaining up in fundamental classesJürg Billeter2012-11-111-1/+1
* codegen: Fix g_simple_async_result_new in interface methodsJürg Billeter2012-11-111-2/+2
* codegen: Retain array length for cast from/to generic arrayJürg Billeter2012-11-101-6/+13
* codegen: Fix fields initialized by functions returning an arrayJürg Billeter2012-10-201-14/+34
* GDBus: Initialize array length variable in property get wrappersJürg Billeter2012-10-191-1/+1
* codegen: Do not call g_type_init when targeting GLib >= 2.36Jürg Billeter2012-10-191-1/+3
* codegen: Do not call g_thread_init when targeting GLib >= 2.32Jürg Billeter2012-10-191-1/+1
* codegen: Do not use deprecated functions for lock statementsJürg Billeter2012-09-161-2/+12
* codegen: Fix memory management when assigning to captured parametersJürg Billeter2012-09-093-18/+31
* codegen: Fix memory leak with owned delegate parameters in async methodsJürg Billeter2012-09-081-3/+12
* Support subclassing of GLib.SourcegsourceJürg Billeter2012-08-153-9/+45
* Fix critical for static fields with initializers in compact classesJürg Billeter2012-08-151-1/+1
* codegen: Drop extra copy of captured unowned parameters in async methodsJürg Billeter2012-08-151-1/+4