summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP tests: Run with valgrind and optimizationswip/valgrindRico Tzschichholz2019-01-041-4/+6
* codegen: Cast instance parameter for property access in object-initializerRico Tzschichholz2019-01-041-4/+6
* gio-2.0: Fix File.replace_contents_bytes_async()Jiří Janoušek2019-01-032-1/+3
* Drop leftover deprecated syntax support of += and -= for dynamic signalsRico Tzschichholz2019-01-021-10/+1
* vala: Drop unused Enum.remove_all_values()Rico Tzschichholz2019-01-021-5/+0
* libvaladoc: Skip empty Version.replacement attribute to avoid criticalRico Tzschichholz2019-01-021-1/+1
* gobject-2.0: Use correct array-length-type for returned arraysRico Tzschichholz2019-01-021-0/+1
* glib-2.0: Use correct array-length-type for returned arraysRico Tzschichholz2019-01-021-0/+5
* codegen: Always use ccode attribute for ref/unref/free function namesRico Tzschichholz2019-01-011-8/+8
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-3112-4/+107
* codegen: Add default_value for CType to initialize variables if neededRico Tzschichholz2018-12-304-6/+14
* build: Don't leak libvalaccode symbols to libvaladocRico Tzschichholz2018-12-271-1/+0
* codegen: Use temp-vars for ellipsis out-arguments to fix memory managementRico Tzschichholz2018-12-263-11/+65
* codegen: Use temp-var for MethodCall with out/ref argumentsRico Tzschichholz2018-12-261-4/+5
* vala: Allow explicit interface methods to be virtualRico Tzschichholz2018-12-204-6/+43
* codegen: Use properly checked implicit interface implementationsRico Tzschichholz2018-12-205-24/+83
* vala: Search in all interfaces for an implementation match and don't bail earlyRico Tzschichholz2018-12-203-8/+40
* vala: No need to look further if an implementations was foundRico Tzschichholz2018-12-201-1/+1
* vala: Don't just guess and check for a matching base_interface_method tooRico Tzschichholz2018-12-206-4/+67
* vala: Add Method.compatible_no_error()Rico Tzschichholz2018-12-201-2/+17
* vala: Allow get_actual_type() to be used for expected failuresRico Tzschichholz2018-12-205-13/+19
* vala: Add GenericType.get_actual_type()Rico Tzschichholz2018-12-202-5/+13
* vapi: Update GIR-based bindingsRico Tzschichholz2018-12-184-1/+27
* gtk+-4.0: Update to 3.94.0+a99bd2a4Rico Tzschichholz2018-12-181-0/+3
* gtk+-3.0: Update to 3.24.2+eb821cb8Rico Tzschichholz2018-12-182-2/+7
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2018-12-184-3/+95
* webkitgtk-4.0: Update to 2.23.1Rico Tzschichholz2018-12-181-1/+23
* poppler-glib: Update to 0.71Rico Tzschichholz2018-12-181-0/+64
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-165-2/+51
* tests: Warnings and criticals should be fatal on compile time tooRico Tzschichholz2018-12-162-2/+2
* testrunner: Warnings and criticals should be fatal on compile time tooRico Tzschichholz2018-12-161-3/+3
* Release 0.43.20.43.2Rico Tzschichholz2018-12-145-4/+18
* codegen: GType classes require including "glib-object.h"Rico Tzschichholz2018-12-111-1/+2
* gobject-introspection-1.0: Pick up version attribute fixesRico Tzschichholz2018-12-111-6/+8
* vapi: Regenerate GIR-based bindings to fix non-standard async methodsRico Tzschichholz2018-12-113-0/+15
* codegen: Handle non-default AsyncResult parameter positionRico Tzschichholz2018-12-1111-8/+133
* codegen: Always emit constants with initializer-listRico Tzschichholz2018-12-081-0/+4
* tests: Add "emit order" testsRico Tzschichholz2018-12-075-0/+42
* codegen: Emit delegate/enum typedefs to type-declaration sectionRico Tzschichholz2018-12-073-13/+13
* tests: Add "subtype cycle" tests to increase coverageRico Tzschichholz2018-12-064-0/+33
* vala: Break possible endless loop in SymbolResolver.get_type_for_struct()Florian Brosch2018-12-061-1/+24
* codegen: Interfaces require including "glib-object.h"Rico Tzschichholz2018-12-064-0/+14
* Release 0.43.10.43.1Rico Tzschichholz2018-12-065-8/+86
* vapi: Update GIR-based bindingsRico Tzschichholz2018-12-052-4/+14
* gtk+-4.0: Update to 3.94.0+8de1ba2cRico Tzschichholz2018-12-052-3/+3
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2018-12-052-1/+4
* girparser: Skip possible docs in transparent unionRico Tzschichholz2018-12-051-0/+2
* vala: Trigger understandable errors with GLib target versionCorentin Noël2018-12-041-1/+1
* girparser: Skip "source-position" elementsRico Tzschichholz2018-12-031-0/+4
* vala: Use clearer error message for automatic properties in interfacesVivek Raj2018-12-011-1/+1