summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libvaladoc: Drop unused codeRico Tzschichholz2019-10-141-61/+0
* libvaladoc: Fix ownership declarations of ConstantsRico Tzschichholz2019-10-141-0/+2
* libvaladoc: Fix parameter and property ownership declarationsRico Tzschichholz2019-10-143-6/+98
* valadoc/tests: Use type for property which is compatible with owned getterRico Tzschichholz2019-10-141-3/+3
* Release 0.44.90.44.9Rico Tzschichholz2019-10-095-4/+41
* gtk+-3.0: Fix ownership mismatch of ColorButton.rgba property-accessorRico Tzschichholz2019-10-092-4/+6
* Regenerate GIDL-based bindings to fix getter ownership of struct propertiesRico Tzschichholz2019-10-094-10/+10
* Regenerate GIR-based bindings to fix getter ownership of struct propertiesRico Tzschichholz2019-10-096-53/+53
* vala: Trust "value_owned" when writing property getterRico Tzschichholz2019-10-091-1/+1
* 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-055-1/+46
* tests: Add dedicated "delegate without target through varargs" testRico Tzschichholz2019-10-052-0/+32
* codegen: Silence warning about copying if delegate doesn't carry its targetRico Tzschichholz2019-10-052-1/+11
* codegen: Initialize delegate temp-var which is assigned by property getterRico Tzschichholz2019-10-051-1/+2
* codegen: Preserve full access to delegate variables and its target/destroy cv...Rico Tzschichholz2019-10-051-1/+1
* glib-2.0: Set default_value attribute for GLib.pointerRico Tzschichholz2019-10-051-1/+1
* docs: Mention requirement of autoconf-archive as build-dependencyRico Tzschichholz2019-10-051-0/+1
* ccode: Implicitly register declaration for added CCodeFunctionRico Tzschichholz2019-10-051-0/+8
* codegen: Accept children after generating type specific declarationsRico Tzschichholz2019-10-053-6/+6
* gtk4: Constructors of Gtk.MediaFile needs to be static functionsRico Tzschichholz2019-10-052-10/+17
* gtk4: Update to 3.96.0+bcea9652Rico Tzschichholz2019-10-051-2/+5
* vala: Allow to override virtual interface implementationsRico Tzschichholz2019-10-054-2/+19
* vala: Output "params" qualifier of parametersRico Tzschichholz2019-10-051-0/+4
* vala: Report dedicated error message for params-array parameter mismatchRico Tzschichholz2019-10-051-0/+4
* tests: Add more "invalid expression" tests to increase coverageRico Tzschichholz2019-10-0510-0/+69
* tests: Add "main block" parser test to increase coverageRico Tzschichholz2019-10-052-0/+3
* tests: Extent "post-condition" creation method test to increase coverageRico Tzschichholz2019-10-051-0/+6
* tests: Add invalid "parser" tests to increase coverageRico Tzschichholz2019-10-053-0/+18
* tests: Add "qualified member/symbol access" tests to increase coverageRico Tzschichholz2019-10-053-0/+36
* gio-unix-2.0: Fix DesktopAppInfo.get_string(), UnixFDMessage.steal_fds()Rico Tzschichholz2019-10-052-6/+13
* Directly use "memmove()" while g_memmove() is deprecated since 2.40Rico Tzschichholz2019-10-052-2/+2
* gobject-2.0: Some cherry-picking from GIR generated bindingRico Tzschichholz2019-10-051-31/+47
* valadoc: Explicitly pass --pkg libgvcRico Tzschichholz2019-10-051-0/+1
* Release 0.44.80.44.8Rico Tzschichholz2019-09-195-8/+46
* webkit2gtk-4.0: Update to 2.26.0Rico Tzschichholz2019-09-193-6/+64
* gtk4: Sync from 0.46 branchRico Tzschichholz2019-09-193-33/+109
* glib-2.0: DateTime.from_iso8601() can take a null TimeZoneArnaud Bonatti2019-09-191-1/+1
* sqlite3: Fix use of possibly unassigned parameter `errmsg'Rico Tzschichholz2019-09-161-0/+4
* gio-unix-2.0: Add UnixMountEntry.get_root_path() since 2.60Rico Tzschichholz2019-09-154-0/+11
* vala: Run FlowAnalyzer on all given source-filesRico Tzschichholz2019-09-141-6/+3
* valadoc: Explicitly pass --pkg libvala@PACKAGE_SUFFIX@ as for doclets/testsRico Tzschichholz2019-09-101-1/+1
* posix: add *at() calls and related constantsChristian Kellner2019-09-081-0/+42