summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP vala: Allow explicit access to class members using the "class" keywordwip/explicit-class-accessRico Tzschichholz2020-10-1811-40/+191
* codegen: Don't use inferred type for temp-value to access generic propertyRico Tzschichholz2020-10-183-1/+18
* doc/vala-gen-introspect.1: fix a typoReuben Thomas2020-10-152-2/+2
* testrunner: Add "-Werror=return-local-addr" flagRico Tzschichholz2020-10-151-0/+1
* posix: Declare fstat, stat, lstat and fstatat as publicRico Tzschichholz2020-10-151-4/+4
* rest-0.7: Fix ParamsIter.next() bindingRico Tzschichholz2020-10-122-1/+3
* codegen: Reduce get_delegate_target/get_delegate_target_destroy_notify callsJeremy Philippe2020-10-071-4/+6
* codegen: More use of delegate_target_type and delegate_target_destroy_typeJeremy Philippe2020-10-072-8/+6
* glib-2.0: Fix return-type of Uri.parse_params() bindingRico Tzschichholz2020-10-061-1/+1
* gtk4: Update to 3.99.2+2b036744Rico Tzschichholz2020-10-051-10/+12
* gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstanceRico Tzschichholz2020-10-032-0/+3
* gtk4: Update to 3.99.2+949f22b8Rico Tzschichholz2020-10-035-13/+96
* vala: Issue an error on void initializer for local-variableRico Tzschichholz2020-09-303-0/+9
* Don't use broken and unsupported cast expression as statementRico Tzschichholz2020-09-292-3/+2
* Bump version suffix to 0.52Rico Tzschichholz2020-09-292-1/+3
* Release 0.50.10.50.1Rico Tzschichholz2020-09-285-4/+28
* libvaladoc: Fix a couple of C compiler warningsRico Tzschichholz2020-09-281-1/+10
* g-i: Fix a couple of C compiler warningsRico Tzschichholz2020-09-284-17/+24
* vapi: Update GIR-based bindingsRico Tzschichholz2020-09-284-13/+30
* gstreamer: Update from 1.19.0+ git masterRico Tzschichholz2020-09-282-3/+59
* gtk4: Update to 3.99.1+15b635d7Rico Tzschichholz2020-09-282-16/+22
* testrunner: Filter external -0X flags to preserve current default -O0Rico Tzschichholz2020-09-282-2/+6
* build: Stop passing obsolete --use-headerRico Tzschichholz2020-09-275-5/+0
* testrunner: Pass --enable-checking to increase coverageRico Tzschichholz2020-09-271-0/+1
* codegen: Don't pass CCodeFunctionCall to NULL-aware free macroRico Tzschichholz2020-09-271-0/+2
* codegen: Don't falsly use g_return_val_if_fail() for async creation methodRico Tzschichholz2020-09-273-1/+15
* vala: Recognize previously inserted implicit access to with-variablewip/issue/1043Nick Schrader2020-09-275-9/+79
* vala: Prioritize the usage of an existing with-variable instanceNick Schrader2020-09-271-3/+3
* webkit2gtk-4.0: Update to 2.30.1Rico Tzschichholz2020-09-222-127/+25
* gtk4: Update to 3.99.1+ee75bae8Rico Tzschichholz2020-09-223-4/+31
* parser: Allow to begin expression with statement keywordwip/issue/1073Rico Tzschichholz2020-09-183-47/+179
* vala: Improve parsing of with-statement and allow it as embedded statementRico Tzschichholz2020-09-172-2/+8
* gtk4: Update to 3.99.1+35c3a60cRico Tzschichholz2020-09-172-7/+9
* gtk4: Update to 3.99.1+9afdb41bRico Tzschichholz2020-09-122-7/+5
* gtk4: Don't skip LayoutManager.create_layout_child()Rico Tzschichholz2020-09-122-0/+4
* Release 0.50.00.50.0Rico Tzschichholz2020-09-105-4/+14
* vapi: Update GIR-based bindingsRico Tzschichholz2020-09-104-48/+27
* gstreamer: Update from 1.18.0+ git masterRico Tzschichholz2020-09-103-9/+17
* poppler-glib: Update to 20.09.0Rico Tzschichholz2020-09-102-2/+51
* codegen: The actual struct size is required for calloc (POSIX)Rico Tzschichholz2020-09-072-1/+13
* Release 0.49.920.49.92Rico Tzschichholz2020-09-045-4/+22
* gtk4: Update to 3.99.0+6c9fe63aRico Tzschichholz2020-09-022-49/+34
* Don't use locale dependent string functions on syntax stringsRico Tzschichholz2020-09-0218-89/+89
* vapi: Update GIR-based bindingsRico Tzschichholz2020-08-291-1/+5
* gtk4: Update to 3.99.0+02d57f1fRico Tzschichholz2020-08-291-5/+5
* libvaladoc/gtkdoc-importer: Don't let parse_block_taglet() return nullRico Tzschichholz2020-08-271-6/+7
* libvaladoc/gtkdoc-importer: Correctly retrieve "url" from "ulink" elementsRico Tzschichholz2020-08-271-1/+6
* libvaladoc/girimporter: Fallback to "name" for callbackRico Tzschichholz2020-08-271-0/+3
* girparser: Additionally fallback to "glib:type-name" to retrieve the cnameRico Tzschichholz2020-08-241-0/+3
* libvaladoc/girimporter: Fallback to "glib:type-name" for class, interface and...Rico Tzschichholz2020-08-241-0/+9