summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support `define' expressions in global scope of source fileswip/definesRico Tzschichholz2019-10-0612-8/+173
* 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
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-3035-124/+124
* gtk4: Constructors of Gtk.MediaFile needs to be static functionsRico Tzschichholz2019-09-302-10/+17
* gtk4: Update to 3.96.0+bcea9652Rico Tzschichholz2019-09-301-2/+5
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2019-09-301-0/+8
* vala: Perform stricter compatibility check for delegatesRico Tzschichholz2019-09-294-2/+44
* vala: Allow to override virtual interface implementationsRico Tzschichholz2019-09-264-2/+19
* vala: Add package_name to missing member error for external MemberAccessRico Tzschichholz2019-09-251-1/+12
* vala: Warn when directly accessing member of silent cast-expressionRico Tzschichholz2019-09-251-0/+4
* codegen: Move type-argument checks to SemanticAnalyzerRico Tzschichholz2019-09-2510-149/+155
* codegen: Move a bunch of methods to static functionsRico Tzschichholz2019-09-251-7/+7
* Bump version suffix to 0.48Rico Tzschichholz2019-09-252-1/+3
* vala: Output "params" qualifier of parametersRico Tzschichholz2019-09-241-0/+4
* vala: Report dedicated error message for params-array parameter mismatchRico Tzschichholz2019-09-241-0/+4