summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* gtkmodule: Ensure child gtypes are initialized before creating the templateLuca Bruno2014-01-282-5/+21
* Drop LocalVariable.floating usage, replaced by create_temp_accessLuca Bruno2014-01-261-2/+2
* codegen: Always assume external interface properties are gobject propertiesLuca Bruno2014-01-251-2/+3
* codegen: Do not emit notify-signal for non-abstract interface propertiesRichard Wiedenhöft2014-01-251-2/+2
* codegen: Reduce the number of temporary variablesLuca Bruno2014-01-251-3/+3
* Fix calling methods on struct pointersLuca Bruno2014-01-251-0/+1
* codegen: Support "foo is G"Luca Bruno2014-01-111-3/+3
* gtktemplate: Handle callbacks for detailed signalsLuca Bruno2014-01-061-2/+8
* codegen: Fix memory leak introduced by fe9beb82b6809Luca Bruno2014-01-041-0/+2
* girwriter: Derive gir namespace from base nameJesse van den Kieboom2014-01-041-2/+2
* Allow using lambdas within enums.Maciej Piechotka2013-12-212-6/+8
* Handle the integers and enums in generic closure wrapperMaciej Piechotka2013-12-152-1/+13
* codegen: use #if GLIB_CHECK_VERSION for init functionsMarc-André Lureau2013-12-141-5/+8
* codegen: Fix crash vapi properties with no get body but with set bodyNathan Summers2013-12-141-1/+1
* codegen: Zero length of arrays when transferring ownershipLuca Bruno2013-11-241-1/+11
* Allow dynamic type registration of generated dbus proxy classesJesse van den Kieboom2013-11-042-2/+53
* Fix memory leak when assigning an owned gvariant to an unowned variableLuca Bruno2013-10-261-9/+7
* gtkmodule: Throw error on [GtkChild] in non-[GtkTemplate] classTimm Bäder2013-10-071-1/+8
* gtkmodule: Throw an error if the ui resource has no templateTimm Bäder2013-10-071-2/+10
* codegen: Inherit array_{length,null_terminated} from base parameterLuca Bruno2013-09-291-9/+51
* Revert "codegen: Inherit array_{length,null_terminated} from base parameter"Jürg Billeter2013-09-291-51/+9
* codegen: Inherit array_{length,null_terminated} from base parameterLuca Bruno2013-09-291-9/+51
* Support chain up to constructv functions.Luca Bruno2013-09-213-17/+23
* codegen: Don't define varidic helper *_constructv_full as staticRico Tzschichholz2013-09-161-5/+0
* 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