summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adapt to changes of string bindingswip/stringsRico Tzschichholz2022-02-2610-17/+17
* glib-2.0: Consistently use type long as index in stringsRico Tzschichholz2022-02-261-16/+16
* g-i: Update gidl binding to include type hierarchyPrinceton Ferro2022-02-261-14/+13
* Release 0.55.900.55.90Rico Tzschichholz2022-02-255-8/+27
* vapi: Regenerate GIR-based bindings to pick up type_id of error domainsRico Tzschichholz2022-02-2429-89/+89
* girparser: Pick up type_id of error domainsRico Tzschichholz2022-02-242-4/+3
* codegen: Emit GType definition for error domainsRico Tzschichholz2022-02-2446-13/+953
* codegen: Default to "has_type_id = false" for external error-domainsRico Tzschichholz2022-02-241-1/+5
* glib-2.0: Add type_id of GLib.ErrorRico Tzschichholz2022-02-241-1/+1
* glib-2.0: Annotate error-domains with "has_type_id = false"Rico Tzschichholz2022-02-241-0/+13
* codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structsRico Tzschichholz2022-02-2436-0/+57
* codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base classRico Tzschichholz2022-02-2464-1/+84
* codegen: Split out GTypeModule.generate_autoptr_cleanup()Rico Tzschichholz2022-02-241-6/+10
* vapi: gtk4-unix-print is GIR-basedRico Tzschichholz2022-02-221-1/+1
* glib-2.0: Update 2.70/72 symbolsRico Tzschichholz2022-02-221-0/+37
* vapi: Update GIR-based bindingsRico Tzschichholz2022-02-228-46/+39
* gstreamer: Update from 1.21.0+ git mainRico Tzschichholz2022-02-222-1/+39
* vala: Allow delegate without target to be used as constant typeRico Tzschichholz2022-02-224-0/+82
* vala: Keep error-code symbol reference in callable expression contextRico Tzschichholz2022-02-221-2/+4
* vala: Add common CallableExpression.call property APIRico Tzschichholz2022-02-223-6/+15
* vala: Drop unused MemberAccess.creation_member property APIRico Tzschichholz2022-02-224-15/+1
* tests: Extend "direct access to error code" test to increase coverageRico Tzschichholz2022-02-222-0/+17
* tests: Add invalid "error creation" tests to increase coverageRico Tzschichholz2022-02-223-0/+20
* tests: Fix objectcreation-no-creation-method.testRico Tzschichholz2022-02-221-1/+3
* vala: Member reference for ObjectCreationExpression is never nullRico Tzschichholz2022-02-221-62/+48
* tests: Add more Werror=... flagsRico Tzschichholz2022-02-121-0/+9
* vala: Only add catch clause if an inner error is possibleRico Tzschichholz2022-02-116-334/+21
* build: Update git-version-gen to latest upstreamRico Tzschichholz2022-02-112-10/+11
* build: Update gitlog-to-changelog to latest upstreamRico Tzschichholz2022-02-111-40/+381
* vala: Catch and throw possible inner error of lock statementsRico Tzschichholz2022-02-109-11/+733
* Release 0.55.30.55.3Rico Tzschichholz2022-02-105-4/+28
* vala: Clear SemanticAnalyzer.current_{symbol,source_file} when not needed any...Rico Tzschichholz2022-02-091-0/+3
* vala: Free empty stack list for code contextsRico Tzschichholz2022-02-091-0/+5
* gtkmodule: Recurse inner classes of ObjectTypeSymbols (2)Rico Tzschichholz2022-02-091-5/+14
* gtkmodule: Improve UI parsing and handling of nested objects and propertiesRico Tzschichholz2022-02-093-32/+111
* gtkmodule: Recurse inner classes of ObjectTypeSymbolsRico Tzschichholz2022-02-091-5/+14
* test/gtktemplate: Use correct class nameRico Tzschichholz2022-02-0913-13/+13
* vala: Remove some public API from symbols and typesRico Tzschichholz2022-02-065-6/+6
* parser: Clean up creation of constant declarationRico Tzschichholz2022-02-061-6/+8
* parser: Allow usage of dynamic on VarTypeRico Tzschichholz2022-02-067-0/+630
* codegen: Stop generating wrappers for dynamic property accessRico Tzschichholz2022-02-065-149/+92
* vala: Move dynamic property errors to semantic analyzer passRico Tzschichholz2022-02-066-1/+329
* vala: Make sure to drop our "trap" jump target in case of an errorRico Tzschichholz2022-02-043-2/+28
* vapi: Update GIR-based bindingsRico Tzschichholz2022-02-041-2/+2
* gio-2.0,glib-2.0,gobject-2.0: Update 2.72 symbolsRico Tzschichholz2022-02-043-3/+67
* gtk4: Update to 4.6.0+06ec4ec1Rico Tzschichholz2022-02-042-23/+5
* gstreamer: Update from 1.19.90+ git mainRico Tzschichholz2022-02-045-0/+29
* tests: Relax dependency of asynchronous/method-main-async.vala on build envir...Rico Tzschichholz2022-02-032-2/+2
* gtk4: Specify sentinel for GtkAcessible methodsNiels De Graef2022-02-032-1/+6
* codegen: Use correct target/destroy of delegate field initializerRico Tzschichholz2022-01-314-3/+505