summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vala: remove CodeContext reference in FlowAnalyzer685-remove-context-from-semantic-analyzerDaniel Espinosa2019-10-101-8/+5
* vala: removed CodeContext reference in SemanticAnalyzerDaniel Espinosa2019-10-101-5/+2
* Sync NEWS from 0.46Rico Tzschichholz2019-10-101-0/+24
* glib-2.0: Guard against passing null source to GLib.Memory.copy()Rico Tzschichholz2019-10-101-2/+4
* libvaladoc: Remove TypeReference.pass_ownership APIRico Tzschichholz2019-10-102-31/+0
* libvaladoc: Drop unused codeRico Tzschichholz2019-10-101-82/+0
* libvaladoc: Fix parameter and property ownership declarationsRico Tzschichholz2019-10-103-6/+98
* valadoc/tests: Use type for property which is compatible with owned getterRico Tzschichholz2019-10-101-3/+3
* codegen: Fix custom reference-counting for compact classesSimon Werbeck2019-10-093-10/+60
* codegen: Make CCodeBaseModule.generate_method_declaration() return boolSimon Werbeck2019-10-093-7/+12
* glib-2.0: Add binding for "gettext()"Michael Gratton2019-10-091-0/+2
* Regenerate GIR-based bindings to pick up copy/free attributesRico Tzschichholz2019-10-0810-53/+53
* codegen: Use gtype-boxed API for structs with "g_boxed_free" attributeRico Tzschichholz2019-10-081-11/+10
* girparser: Add required copy/free attributes for gtype-boxed structsRico Tzschichholz2019-10-081-0/+8
* vapi: Perform syntax and semantic check for all bindings on "make check"Rico Tzschichholz2019-10-051-0/+8
* vala: Don't issue a warning for non-public struct fields in bindingsRico Tzschichholz2019-10-051-1/+2
* tokyocabinet: Fix deprecation warningsRico Tzschichholz2019-10-051-3/+3
* gnutls: Fix "use of possibly unassigned parameter" warningsRico Tzschichholz2019-10-051-1/+4
* avahi-client: Fix "use of possibly unassigned parameter" warningsRico Tzschichholz2019-10-051-0/+4
* xcb: Fix "missing return statement at end of subroutine body" errorsRico Tzschichholz2019-10-051-8/+8
* vala: Fix compatible/disposable check between structs and their subtypesRico Tzschichholz2019-10-045-1/+46
* tests: Extend "fastvapi" test to increase coverageRico Tzschichholz2019-10-042-0/+9
* vala: Add DelegateType.target/destroy fields to access its user-dataRico Tzschichholz2019-10-038-0/+141
* vala: Add delegate_target_type and delegate_target_destroy_type to SemanticAn...Rico Tzschichholz2019-10-031-0/+15
* codegen: Support gobject property of delegates not carrying their targetRico Tzschichholz2019-10-037-10/+75
* codegen: Allow passing/retrieving any delegate to/from varargs parameterRico Tzschichholz2019-10-033-0/+55
* tests: Add dedicated "delegate without target through varargs" testRico Tzschichholz2019-10-032-0/+32
* codegen: Silence warning about copying if delegate doesn't carry its targetRico Tzschichholz2019-10-032-1/+11
* codegen: Initialize delegate temp-var which is assigned by property getterRico Tzschichholz2019-10-031-1/+2
* codegen: Preserve full access to delegate variables and its target/destroy cv...Rico Tzschichholz2019-10-031-1/+1
* glib-2.0: Set default_value attribute for GLib.pointerRico Tzschichholz2019-10-031-1/+1
* docs: Mention requirement of autoconf-archive as build-dependencyRico Tzschichholz2019-10-031-0/+1
* vala: Unify backing symbol instance of data-types (2)Rico Tzschichholz2019-10-022-4/+12
* codegen: Support gobject property of null-terminated array without lengthRico Tzschichholz2019-10-027-19/+114
* Sync NEWS from 0.46Rico Tzschichholz2019-10-011-0/+21
* ccode: Implicitly register declaration for added CCodeFunctionRico Tzschichholz2019-10-011-0/+8
* codegen: Accept children after generating type specific declarationsRico Tzschichholz2019-10-013-6/+6
* vala: Micro optimizationsRico Tzschichholz2019-09-3040-138/+139
* vala: Drop DelegateType.to_qualified_string() which is duplicated codeRico Tzschichholz2019-09-302-48/+0
* vala: Move common implementations to CallableTypeRico Tzschichholz2019-09-304-36/+18
* vala: Unify backing symbol instance of data-typesRico Tzschichholz2019-09-3018-22/+74
* vala: Micro optimizations for AssignmentRico Tzschichholz2019-09-301-27/+27
* vala: Micro optimizations for MemberAccessRico Tzschichholz2019-09-302-60/+58
* vala: Micro optimizations for MethodCallRico Tzschichholz2019-09-301-46/+41
* vala: Micro optimizations for SemanticAnalyzerRico Tzschichholz2019-09-303-55/+55
* valadoc: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-304-13/+13
* codegen: Follow rename of DataType data_type property to type_symbolRico Tzschichholz2019-09-3021-293/+293
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-3035-192/+182
* vala: Return unowned references of internal helper symbolsRico Tzschichholz2019-09-303-8/+8
* vala: Let DataType.get_return_type() return an unowned referenceRico Tzschichholz2019-09-306-6/+6