summaryrefslogtreecommitdiff
path: root/codegen/valagirwriter.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Use SemanticAnalyzer.get_data_type_for_symbol()Rico Tzschichholz2019-11-091-2/+2
* girwriter: Fix position of priv field (--abi-stability)Rico Tzschichholz2019-11-011-8/+21
* girwriter: Add readable="0"/private="1" attribute to type-specific fieldsRico Tzschichholz2019-11-011-4/+4
* girwriter: Restore behaviour for delegate-typesRico Tzschichholz2019-10-161-4/+4
* codegen: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-301-4/+4
* girwriter: Report error on secondary top-level namespace to be writtenRico Tzschichholz2019-06-141-0/+5
* girwriter: Write implicit fields for arrays and delegatesRico Tzschichholz2019-05-031-0/+43
* girwriter: Write implicit parameters and properties for genericsRico Tzschichholz2019-05-031-6/+62
* girwriter: Only replace existing GIR files if they changedRico Tzschichholz2019-05-011-1/+34
* girwriter: Populate gir_namespace/version attributes of external namespacesRico Tzschichholz2019-04-291-0/+25
* girwriter: Don't write c:include tags for symbols from external packagesRico Tzschichholz2019-04-291-0/+3
* girwriter: Properly write attributes for non-GObject classesRico Tzschichholz2019-04-291-4/+36
* girwriter: Don't write "property" attribute for non-gobject propertiesRico Tzschichholz2019-04-281-21/+23
* girwriter: Properly resolve GLib.TypeInterface instead of hardcoding itRico Tzschichholz2019-04-271-1/+3
* girwriter: Mention that this file is generated and not meant to be modifiedRico Tzschichholz2019-04-271-0/+5
* girwriter: Always use get_gir_name() for TypeSymbolsRico Tzschichholz2019-02-271-3/+3
* girwriter: Support transfer-ownership="container" for arraysRico Tzschichholz2019-02-261-1/+4
* 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