summaryrefslogtreecommitdiff
path: root/codegen/valagirwriter.vala
Commit message (Expand)AuthorAgeFilesLines
...
* girwriter: Write glib-type attributes for Enums/Structs with type_idRico Tzschichholz2018-11-181-1/+10
* codegen: Fix get_ccode_name() for propertiesRico Tzschichholz2018-11-141-1/+1
* girwriter: Remove hardcoded "int" length type and use ArrayType.length_typeRico Tzschichholz2018-11-021-2/+1
* girwriter: Fix ctype of out/ref and array parametersRico Tzschichholz2018-10-191-2/+3
* girwriter: Add boolean GIR visible attribute to allow skipping symbolsRico Tzschichholz2018-07-051-7/+22
* girwriter: construct-only properties don't have a setter methodRico Tzschichholz2018-06-141-1/+1
* girwriter: Output deprecated="1"Rico Tzschichholz2018-06-141-1/+1
* girwriter: Don't write any custom attributesRico Tzschichholz2018-06-141-47/+0
* girwriter: Properly output variadic methods and use introspectable="0"Rico Tzschichholz2018-05-191-19/+28
* girwriter: Drop errornous indentRico Tzschichholz2018-05-161-1/+0
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* Release taken references to CodeContext after using itRico Tzschichholz2017-12-141-0/+3
* girwriter: Use local reference to current CodeContextRico Tzschichholz2017-12-141-2/+2
* codegen: Factor out static getters for ccode-attributesRico Tzschichholz2017-11-191-42/+42
* girwriter: Write length-parameters of arrays with rank > 1Rico Tzschichholz2017-06-211-2/+7
* codegen: Support renamed signalsRico Tzschichholz2017-06-071-1/+1
* girwriter: Add fullname GIR attribute, and set fullname of GObject.TypeYu Feng2016-12-051-0/+9
* girwriter: Use the correct tag- and element-name for an annotationAndrea Del Signore2016-11-041-1/+1
* Avoid some string copyingRico Tzschichholz2016-11-011-2/+2
* Support [HasEmitter] for vala sourcesSimon Werbeck2016-10-121-0/+4
* Add missing generic-type arguments of delegatesRico Tzschichholz2016-10-081-1/+1
* Introduce [Version (...)]Florian Brosch2016-01-301-4/+7
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-2/+2
* Set gir_shared_library argument to be null by default, avoid breaking APILuca Bruno2015-08-111-1/+1
* Add --shared-library option for GIR filesDavid Lechner2015-08-111-1/+6
* girwriter: Fix writing type for out paramsGarrett Regier2014-12-161-3/+3
* girwriter: Write accessor methods for interface propertiesLuca Bruno2014-09-141-0/+40
* GirWriter: do not generate <errordomain> elementsFlorian Brosch2014-09-021-11/+1
* girwriter: fall back on gir_namespace if GIR name is not availableEvan Nemerson2014-06-261-1/+9
* girwriter: fix *Private type name for nested classesEvan Nemerson2014-06-261-2/+2
* Support non-literal length in fixed-size arraysSimon2014-03-301-2/+3
* girwriter: Set scope=call for delegates when async or notified does not applyWill Szumski2014-03-021-0/+4
* girwriter: Don't add target for delegates without targetWill Szumski2014-03-021-5/+7
* girwriter: Derive gir namespace from base nameJesse van den Kieboom2014-01-041-2/+2
* girwriter: Fix handling of delegate paramsRico Tzschichholz2013-07-171-2/+4
* girwriter: Don't emit scope async and notified at the same timeLuca Bruno2013-06-131-4/+2
* girwriter: Add scope="notified" to owned delegatesLuca Bruno2013-06-111-1/+1
* GIRWriter: Properly emit transfer-ownership=containerMichal Hruby2013-06-061-1/+9
* girwriter: fix name of *Class structs for nested types in GIRsEvan Nemerson2013-02-111-1/+1
* girwriter: write GArray and GPtrArray to GIRs as arrays.Evan Nemerson2012-11-201-2/+7
* girwriter: Fix index of length parameter for methods returning arraysJürg Billeter2012-08-081-3/+34
* girwriter: Write return value before parametersJürg Billeter2012-06-241-6/+7
* girwriter: Use transfer-ownership=none for InitiallyUnowned based constructorsMichal Hruby2012-06-121-1/+3
* Added error when not exporting any namespaces for GIRJesse van den Kieboom2012-02-081-0/+4
* girwriter: Add <doc> supportFlorian Brosch2012-01-261-29/+164
* girwriter: do not emit a package as a dependency of itselfEvan Nemerson2012-01-111-2/+4
* girwriter: Drop unwanted call when writing abstract methodsLuca Bruno2011-08-311-1/+1
* girwriter: Don't use C specific methods of code nodesLuca Bruno2011-08-011-43/+72
* girwriter: Do not write constructors of abstract classesLuca Bruno2011-07-051-0/+4
* girwriter: Fix field callback of virtual async methodsLuca Bruno2011-05-231-15/+64