]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
6 years agotest: Add some invalid "non-null" tests ee795f45df16592e1cc9715beb295d3d22d7ad77 21/head
Rico Tzschichholz [Tue, 16 Oct 2018 19:19:45 +0000 (21:19 +0200)] 
test: Add some invalid "non-null" tests

6 years agoccode: Fix typo and actually check "end_decls"
Rico Tzschichholz [Tue, 9 Oct 2018 06:28:33 +0000 (08:28 +0200)] 
ccode: Fix typo and actually check "end_decls"

Note both begin_decls and end_decls must be either not null or null.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/672

6 years agocodegen: Initialize internal temp-variables used as reference parameter e1297d92dcb7fb0f683edee7a1e48a1947b29e9c
Rico Tzschichholz [Mon, 8 Oct 2018 19:03:50 +0000 (21:03 +0200)] 
codegen: Initialize internal temp-variables used as reference parameter

Variables for delegate-targets and array-lengths passed as reference in
method calls should be initialized to fix "make check" with -O3.

6 years agogstreamer: Update from 1.15+ git master
Rico Tzschichholz [Sun, 7 Oct 2018 17:36:24 +0000 (19:36 +0200)] 
gstreamer: Update from 1.15+ git master

6 years agocodegen: Make unreachable error an internal error
Rico Tzschichholz [Thu, 4 Oct 2018 12:28:31 +0000 (14:28 +0200)] 
codegen: Make unreachable error an internal error

This is meant to be caught in ElementAccess.check()

6 years agocodegen: Replace invalid array-length assert with internal error
Rico Tzschichholz [Thu, 4 Oct 2018 12:02:18 +0000 (14:02 +0200)] 
codegen: Replace invalid array-length assert with internal error

While the test-suite triggers this assert with an invalid test an explicit
crash is not wanted.

6 years agotests: Extent "girwriter" test to increase coverage
Rico Tzschichholz [Mon, 24 Sep 2018 13:29:15 +0000 (15:29 +0200)] 
tests: Extent "girwriter" test to increase coverage

6 years agobuild: Allow disabling the build of valadoc 1dae711f17473e12c822a657ffca02abee27b3a2
Rico Tzschichholz [Sun, 27 Aug 2017 14:03:03 +0000 (16:03 +0200)] 
build: Allow disabling the build of valadoc

Allow disabling build of valadoc with configure option --disable-valadoc

Fixes https://gitlab.gnome.org/GNOME/vala/issues/596

6 years agobuild: Unconditionally add conditional VALAFLAGS to make bootstrap
Rico Tzschichholz [Wed, 26 Sep 2018 07:48:11 +0000 (09:48 +0200)] 
build: Unconditionally add conditional VALAFLAGS to make bootstrap

This avoids another configure pass after an initial build with an older
valac <= 0.39.5.8.

See https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/44

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Sun, 23 Sep 2018 10:30:24 +0000 (12:30 +0200)] 
vapi: Update GIR-based bindings

6 years agogstreamer: Update from 1.15+ git master
Rico Tzschichholz [Sun, 23 Sep 2018 10:30:17 +0000 (12:30 +0200)] 
gstreamer: Update from 1.15+ git master

6 years agogtk+-4.0: Update to 3.94.0+d90e2733
Rico Tzschichholz [Sun, 23 Sep 2018 08:48:58 +0000 (10:48 +0200)] 
gtk+-4.0: Update to 3.94.0+d90e2733

6 years agoDrop deprecated syntax support of # modifier and operator 62328aabd0b8a6d3a96fef0a7df2c50c04a6e7db
Rico Tzschichholz [Sat, 22 Sep 2018 20:05:14 +0000 (22:05 +0200)] 
Drop deprecated syntax support of # modifier and operator

owned modifier and (owned) cast should be used instead for a long time.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/677

6 years agoDrop deprecated syntax support of += and -= for signals
Rico Tzschichholz [Sat, 22 Sep 2018 19:49:24 +0000 (21:49 +0200)] 
Drop deprecated syntax support of += and -= for signals

The connect/disconnect methods should be used instead for a long time.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/676

6 years agoMove some errors from signal-module to the semantic-analyzer pass
Rico Tzschichholz [Sat, 22 Sep 2018 16:39:36 +0000 (18:39 +0200)] 
Move some errors from signal-module to the semantic-analyzer pass

6 years agotests: Add some invalid "signal" tests to increase coverage
Rico Tzschichholz [Sat, 22 Sep 2018 16:30:17 +0000 (18:30 +0200)] 
tests: Add some invalid "signal" tests to increase coverage

6 years agovala: Enforce "return yield ..." syntax to be expected 898e45a6ff6129fc5c674af48118042dd64123ff
Rico Tzschichholz [Sat, 22 Sep 2018 12:44:40 +0000 (14:44 +0200)] 
vala: Enforce "return yield ..." syntax to be expected

"yield return ..." wasn't handled correctly and resulted in broken c-code.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/675

6 years agocodewriter: Prepend "yield" if is_yield_expression is set on MethodCall/ObjectCreatio...
Rico Tzschichholz [Sat, 22 Sep 2018 12:49:33 +0000 (14:49 +0200)] 
codewriter: Prepend "yield" if is_yield_expression is set on MethodCall/ObjectCreationExpression

6 years agotests: Add some "yield" test to increase coverage
Rico Tzschichholz [Sat, 22 Sep 2018 12:44:09 +0000 (14:44 +0200)] 
tests: Add some "yield" test to increase coverage

6 years agotests: Add invalid "object creation" tests to increase coverage
Rico Tzschichholz [Sat, 22 Sep 2018 08:42:55 +0000 (10:42 +0200)] 
tests: Add invalid "object creation" tests to increase coverage

6 years agotests: Update field "owned to unowned" test to increase coverage
Rico Tzschichholz [Sat, 22 Sep 2018 06:31:51 +0000 (08:31 +0200)] 
tests: Update field "owned to unowned" test to increase coverage

6 years agotests: Add invalid variable declaration tests to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 20:53:18 +0000 (22:53 +0200)] 
tests: Add invalid variable declaration tests to increase coverage

6 years agovala: Return early for invalid initializer of local variable declarations
Rico Tzschichholz [Fri, 21 Sep 2018 19:43:17 +0000 (21:43 +0200)] 
vala: Return early for invalid initializer of local variable declarations

6 years agotests: Add invalid "property for Object() chainup" tests to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 16:12:49 +0000 (18:12 +0200)] 
tests: Add invalid "property for Object() chainup" tests to increase coverage

6 years agotests: Add invalid "construct without GObject" test to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 15:47:06 +0000 (17:47 +0200)] 
tests: Add invalid "construct without GObject" test to increase coverage

6 years agotests: Add invalid "method to delegate" test to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 15:34:00 +0000 (17:34 +0200)] 
tests: Add invalid "method to delegate" test to increase coverage

6 years agotests: Add invalid "duplicating instance" test to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 14:22:56 +0000 (16:22 +0200)] 
tests: Add invalid "duplicating instance" test to increase coverage

6 years agotests: Add "missing class prerequisite for interface" test to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 13:59:56 +0000 (15:59 +0200)] 
tests: Add "missing class prerequisite for interface" test to increase coverage

6 years agotests: Add "GenericAccessors" tests to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 13:48:12 +0000 (15:48 +0200)] 
tests: Add "GenericAccessors" tests to increase coverage

6 years agotests: Add invalid "array concatenation" test to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 13:14:05 +0000 (15:14 +0200)] 
tests: Add invalid "array concatenation" test to increase coverage

6 years agotests: Add "unsupported use of length field" test to increase coverage
Rico Tzschichholz [Fri, 21 Sep 2018 13:03:42 +0000 (15:03 +0200)] 
tests: Add "unsupported use of length field" test to increase coverage

6 years agoglib-2.0: Add feature_test_macro details for Time struct's methods a57d92ede078381389d3e84609e75c3f6be4ffda 17/head
Alistair Thomas [Thu, 20 Sep 2018 18:54:18 +0000 (19:54 +0100)] 
glib-2.0: Add feature_test_macro details for Time struct's methods

6 years agoglib-2.0: Set DateTime.now () to use local time zone as the default
Alistair Thomas [Mon, 2 Jul 2018 23:29:23 +0000 (00:29 +0100)] 
glib-2.0: Set DateTime.now () to use local time zone as the default

6 years agovapi: Update GIDL-based bindings to fix unsupported type-arguments 74e33e1213504ebd604dca6a3e8ffeabbd060c22
Rico Tzschichholz [Thu, 20 Sep 2018 13:43:06 +0000 (15:43 +0200)] 
vapi: Update GIDL-based bindings to fix unsupported type-arguments

6 years agovaladoc: Fix some string escaping which gettext complains about
Rico Tzschichholz [Thu, 19 Apr 2018 21:58:31 +0000 (23:58 +0200)] 
valadoc: Fix some string escaping which gettext complains about

6 years agovala: Check if ArrayType supports its given element-type in analyzer pass
Rico Tzschichholz [Wed, 8 Aug 2018 14:36:38 +0000 (16:36 +0200)] 
vala: Check if ArrayType supports its given element-type in analyzer pass

6 years agocodegen: Fix typo in is_pure_ccode_expression()
Rico Tzschichholz [Thu, 20 Sep 2018 10:56:38 +0000 (12:56 +0200)] 
codegen: Fix typo in is_pure_ccode_expression()

Note that this method is not used anymore and should likely be dropped.

Introduced with e086fada22eb7221cdbe34d7d4ac41445a50130a

Fixes https://gitlab.gnome.org/GNOME/vala/issues/673

6 years agog-i: Fix use after free in scanner
Rico Tzschichholz [Thu, 20 Sep 2018 08:57:43 +0000 (10:57 +0200)] 
g-i: Fix use after free in scanner

Fixes https://gitlab.gnome.org/GNOME/vala/issues/674

6 years agox11: Add binding for XCreateSimpleWindow
Rico Tzschichholz [Wed, 19 Sep 2018 10:39:23 +0000 (12:39 +0200)] 
x11: Add binding for XCreateSimpleWindow

6 years agolibxml-2.0: Add missing context parameter in OutputWriteCallback
Rico Tzschichholz [Wed, 19 Sep 2018 10:28:47 +0000 (12:28 +0200)] 
libxml-2.0: Add missing context parameter in OutputWriteCallback

6 years agovala: Add Block.get_local_constants()
Rico Tzschichholz [Wed, 19 Sep 2018 10:28:16 +0000 (12:28 +0200)] 
vala: Add Block.get_local_constants()

6 years agogtk+-3.0: Treat Gtk.IconInfo as GLib.Object which it is since 3.8
Rico Tzschichholz [Tue, 18 Sep 2018 16:40:38 +0000 (18:40 +0200)] 
gtk+-3.0: Treat Gtk.IconInfo as GLib.Object which it is since 3.8

This change is backwards incompatible!

See https://gitlab.gnome.org/GNOME/vala/issues/663

6 years agocodewriter: Use List.sort() instead of custom local implementation
Rico Tzschichholz [Tue, 18 Sep 2018 15:24:07 +0000 (17:24 +0200)] 
codewriter: Use List.sort() instead of custom local implementation

6 years agocodegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for classes 38781a502b7381ef5383ae282fa33ddda9b493ed
Rico Tzschichholz [Tue, 31 Jul 2018 11:16:48 +0000 (13:16 +0200)] 
codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for classes

This requires --target-glib=2.44

Fixes https://gitlab.gnome.org/GNOME/vala/issues/670

6 years agoBump version suffix
Rico Tzschichholz [Thu, 6 Sep 2018 07:41:37 +0000 (09:41 +0200)] 
Bump version suffix

6 years agoRelease 0.42.1 0.42.1
Rico Tzschichholz [Mon, 17 Sep 2018 13:49:17 +0000 (15:49 +0200)] 
Release 0.42.1

6 years agovapigen: Warn if the library argument doesn't match any package attribute
Rico Tzschichholz [Sun, 9 Sep 2018 16:12:03 +0000 (18:12 +0200)] 
vapigen: Warn if the library argument doesn't match any package attribute

GIR files can contain a package key referring to the pkg-config name which
is the recommended and even required naming of a vapi.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/669

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Mon, 17 Sep 2018 12:03:12 +0000 (14:03 +0200)] 
vapi: Update GIR-based bindings

6 years agogtk+-4.0: Update to 3.94.0+f3e6d00d
Rico Tzschichholz [Mon, 17 Sep 2018 10:56:37 +0000 (12:56 +0200)] 
gtk+-4.0: Update to 3.94.0+f3e6d00d

6 years agotests: Actually check canonical cname of properties and signals
Rico Tzschichholz [Mon, 17 Sep 2018 06:47:23 +0000 (08:47 +0200)] 
tests: Actually check canonical cname of properties and signals

6 years agotest: Add property lock test
Rico Tzschichholz [Sun, 16 Sep 2018 17:27:17 +0000 (19:27 +0200)] 
test: Add property lock test

6 years agotests: Check uchar[] and uint8[] compatibility
Rico Tzschichholz [Sun, 9 Sep 2018 11:46:19 +0000 (13:46 +0200)] 
tests: Check uchar[] and uint8[] compatibility

6 years agovapi: Add gnome-desktop-3.0 bindings
Rico Tzschichholz [Mon, 19 Mar 2018 08:55:32 +0000 (09:55 +0100)] 
vapi: Add gnome-desktop-3.0 bindings

Fixes https://gitlab.gnome.org/GNOME/vala/issues/668

6 years agovapi: Remove libgda-4.0, libgda-report-4.0 bindings
Rico Tzschichholz [Sun, 9 Sep 2018 06:21:51 +0000 (08:21 +0200)] 
vapi: Remove libgda-4.0, libgda-report-4.0 bindings

Fixes https://gitlab.gnome.org/GNOME/vala/issues/667

6 years agoglib-2.0: Add some 2.58 symbols c124f827557420b620f7118cfbabb15d83b4a3e6
Rico Tzschichholz [Fri, 7 Sep 2018 12:33:15 +0000 (14:33 +0200)] 
glib-2.0: Add some 2.58 symbols

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Thu, 6 Sep 2018 06:21:29 +0000 (08:21 +0200)] 
vapi: Update GIR-based bindings

6 years agoRelease 0.42.0 0.42.0
Rico Tzschichholz [Fri, 31 Aug 2018 16:49:40 +0000 (18:49 +0200)] 
Release 0.42.0

6 years agogstreamer: Update from 1.15+ git master
Rico Tzschichholz [Thu, 30 Aug 2018 13:02:29 +0000 (15:02 +0200)] 
gstreamer: Update from 1.15+ git master

6 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Tue, 28 Aug 2018 20:53:00 +0000 (22:53 +0200)] 
vapi: Update GIR-based bindings

6 years agowebkit2gtk-4.0: Update to 2.21.92
Rico Tzschichholz [Tue, 28 Aug 2018 20:52:14 +0000 (22:52 +0200)] 
webkit2gtk-4.0: Update to 2.21.92

6 years agoRelease 0.41.92 0.41.92
Rico Tzschichholz [Sat, 18 Aug 2018 15:25:41 +0000 (17:25 +0200)] 
Release 0.41.92

6 years agomanual: Update from wiki.gnome.org
Rico Tzschichholz [Sat, 18 Aug 2018 08:59:47 +0000 (10:59 +0200)] 
manual: Update from wiki.gnome.org

6 years agovala: Don't bail early on property with not supported default value 7bbed02208029912c26f709b158245dd0703a5e7
Rico Tzschichholz [Fri, 17 Aug 2018 13:12:45 +0000 (15:12 +0200)] 
vala: Don't bail early on property with not supported default value

This avoids independent consequential errors.

6 years agocodegen: Call ref_sink on Object.new_valist/new_with_properties if needed
Rico Tzschichholz [Fri, 17 Aug 2018 12:19:06 +0000 (14:19 +0200)] 
codegen: Call ref_sink on Object.new_valist/new_with_properties if needed

6 years agogstreamer: Update from 1.15+ git master
Rico Tzschichholz [Fri, 17 Aug 2018 11:24:56 +0000 (13:24 +0200)] 
gstreamer: Update from 1.15+ git master

6 years agowebkit2gtk-4.0: Update to 2.21.91
Rico Tzschichholz [Fri, 17 Aug 2018 11:24:37 +0000 (13:24 +0200)] 
webkit2gtk-4.0: Update to 2.21.91

6 years agoglib-2.0: Add float.parse/try_parse() e5d50c5dfd38ee9f9b7f889b8d15254376a193d9
Rico Tzschichholz [Thu, 16 Aug 2018 06:16:44 +0000 (08:16 +0200)] 
glib-2.0: Add float.parse/try_parse()

https://gitlab.gnome.org/GNOME/vala/issues/649

6 years agobuild: Correctly quote square brackets in regular expression 743287e62a0254f505c8907867475f3a5a2d9b98
Abderrahim Kitouni [Mon, 13 Aug 2018 17:55:20 +0000 (18:55 +0100)] 
build: Correctly quote square brackets in regular expression

Square brackets are quotation characters in autoconf, and need to be
further quoted to appear in the resulting script.

6 years agocodegen: Fix floating reference regression with Variants
Rico Tzschichholz [Sun, 12 Aug 2018 19:42:47 +0000 (21:42 +0200)] 
codegen: Fix floating reference regression with Variants

Let ConditionalExpression sink floating references.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/661

6 years agoglib-2.0: Add missing return of Queue.remove*() and add HashTable.foreach_steal()
Rico Tzschichholz [Sun, 12 Aug 2018 13:31:38 +0000 (15:31 +0200)] 
glib-2.0: Add missing return of Queue.remove*() and add HashTable.foreach_steal()

6 years agoRelease 0.41.91 0.41.91
Rico Tzschichholz [Sat, 11 Aug 2018 10:42:25 +0000 (12:42 +0200)] 
Release 0.41.91

7 years agoglib-2.0: Add (u)long.parse/try_parse()
Rico Tzschichholz [Fri, 10 Mar 2017 13:57:27 +0000 (14:57 +0100)] 
glib-2.0: Add (u)long.parse/try_parse()

https://gitlab.gnome.org/GNOME/vala/issues/649

7 years agoUse dedicated version api of libvala internally as well
Rico Tzschichholz [Sun, 13 May 2018 06:35:49 +0000 (08:35 +0200)] 
Use dedicated version api of libvala internally as well

7 years agovala: Add consts/methods to retrieve and check library version
Rico Tzschichholz [Sat, 6 Jan 2018 20:02:35 +0000 (21:02 +0100)] 
vala: Add consts/methods to retrieve and check library version

https://gitlab.gnome.org/GNOME/vala/issues/304

7 years agogdk-3.0: Atom is an IntegerType
Rico Tzschichholz [Thu, 9 Aug 2018 11:20:07 +0000 (13:20 +0200)] 
gdk-3.0: Atom is an IntegerType

7 years agotests: Add invalid test for "unsupported stacked arrays"
Rico Tzschichholz [Wed, 8 Aug 2018 12:28:47 +0000 (14:28 +0200)] 
tests: Add invalid test for "unsupported stacked arrays"

7 years agotests: No, really, stacked arrays are not supported
Rico Tzschichholz [Thu, 9 Aug 2018 08:27:24 +0000 (10:27 +0200)] 
tests: No, really, stacked arrays are not supported

7 years agovapi: Regenerate GIR-based bindings to fix unsupported type-arguments
Rico Tzschichholz [Wed, 8 Aug 2018 15:52:02 +0000 (17:52 +0200)] 
vapi: Regenerate GIR-based bindings to fix unsupported type-arguments

7 years agogirparser: Actually resolve type-arguments to be able to box them if needed
Rico Tzschichholz [Thu, 9 Aug 2018 07:54:34 +0000 (09:54 +0200)] 
girparser: Actually resolve type-arguments to be able to box them if needed

7 years agoReplace `%s` with `%s' in format strings of output messages
Rico Tzschichholz [Wed, 8 Aug 2018 07:54:02 +0000 (09:54 +0200)] 
Replace `%s` with `%s' in format strings of output messages

7 years agogtk+-4.0: Update to 3.94.0+4e868584
Rico Tzschichholz [Sun, 5 Aug 2018 10:44:11 +0000 (12:44 +0200)] 
gtk+-4.0: Update to 3.94.0+4e868584

7 years agogtk+-3.0: Update to 3.23.2+6b6e53fd
Rico Tzschichholz [Sun, 5 Aug 2018 10:43:35 +0000 (12:43 +0200)] 
gtk+-3.0: Update to 3.23.2+6b6e53fd

7 years agogstreamer: Update from 1.15+ git master
Rico Tzschichholz [Sun, 5 Aug 2018 10:43:16 +0000 (12:43 +0200)] 
gstreamer: Update from 1.15+ git master

7 years agotests: Deal with libtool differences resulting in lt-valac vs valac in vapi
Rico Tzschichholz [Thu, 2 Aug 2018 13:51:53 +0000 (15:51 +0200)] 
tests: Deal with libtool differences resulting in lt-valac vs valac in vapi

7 years agotests: Add "gtktemplate" test to increase coverage
Rico Tzschichholz [Wed, 1 Aug 2018 15:29:22 +0000 (17:29 +0200)] 
tests: Add "gtktemplate" test to increase coverage

7 years agotests: Add "girwriter" test to increase coverage
Rico Tzschichholz [Sun, 20 May 2018 20:01:23 +0000 (22:01 +0200)] 
tests: Add "girwriter" test to increase coverage

Fixes https://gitlab.gnome.org/GNOME/vala/issues/158

7 years agotests: Add more "method" tests to increase coverage
Rico Tzschichholz [Tue, 31 Jul 2018 15:00:10 +0000 (17:00 +0200)] 
tests: Add more "method" tests to increase coverage

7 years agocodegen: Free errors after returning them on the GDBusMethodInvocation
Carlos Garnacho [Tue, 31 Jul 2018 22:29:27 +0000 (00:29 +0200)] 
codegen: Free errors after returning them on the GDBusMethodInvocation

Those are being leaked otherwise.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/657

7 years agocodegen: Call ref_sink on objects passed to generic type 8c9f486a05d7d095e23d4209ec6801d398bc91fe
Rico Tzschichholz [Mon, 30 Jul 2018 10:11:06 +0000 (12:11 +0200)] 
codegen: Call ref_sink on objects passed to generic type

Regression of 6f1d0947bed9260436e7d2da18977b3925cdb0bd

Fixes https://gitlab.gnome.org/GNOME/vala/issues/655

7 years agoglib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
Rico Tzschichholz [Fri, 27 Jul 2018 14:25:44 +0000 (16:25 +0200)] 
glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements

7 years agoRelease 0.41.90 0.41.90
Rico Tzschichholz [Thu, 26 Jul 2018 10:30:01 +0000 (12:30 +0200)] 
Release 0.41.90

7 years agoSync NEWS from 0.40
Rico Tzschichholz [Thu, 26 Jul 2018 09:12:16 +0000 (11:12 +0200)] 
Sync NEWS from 0.40

7 years agocodegen: Add source_reference to unsupported floating reference error
Rico Tzschichholz [Thu, 26 Jul 2018 09:02:19 +0000 (11:02 +0200)] 
codegen: Add source_reference to unsupported floating reference error

7 years agoRevert "codegen: Stop taking explicit references on 'this' for captured blocks" bee050d09e3595432a360075c0bb0b6a7750023d
Rico Tzschichholz [Thu, 26 Jul 2018 08:25:42 +0000 (10:25 +0200)] 
Revert "codegen: Stop taking explicit references on 'this' for captured blocks"

This reverts commit 75e61cfbadb3d98f44835665d25fa3b836cbceb5.

See https://gitlab.gnome.org/GNOME/vala/issues/654

7 years agoglib-2.0: Variant.byte() takes an uint8 argument
Rico Tzschichholz [Thu, 26 Jul 2018 08:18:32 +0000 (10:18 +0200)] 
glib-2.0: Variant.byte() takes an uint8 argument

7 years agoglib-2.0: Add Unicode 11.0 symbols
Rico Tzschichholz [Thu, 26 Jul 2018 08:17:51 +0000 (10:17 +0200)] 
glib-2.0: Add Unicode 11.0 symbols

7 years agowebkit2gtk-4.0: Update to 2.21.5
Rico Tzschichholz [Mon, 23 Jul 2018 04:50:48 +0000 (06:50 +0200)] 
webkit2gtk-4.0: Update to 2.21.5

7 years agogstreamer: Update from 1.15+ git master
Rico Tzschichholz [Mon, 23 Jul 2018 04:49:45 +0000 (06:49 +0200)] 
gstreamer: Update from 1.15+ git master

7 years agogtk+-4.0: Update to 3.94.0+20deda2b
Rico Tzschichholz [Mon, 23 Jul 2018 04:49:13 +0000 (06:49 +0200)] 
gtk+-4.0: Update to 3.94.0+20deda2b

7 years agogtk+-3.0: Update to 3.23.1+5b527d69
Rico Tzschichholz [Thu, 19 Jul 2018 20:39:08 +0000 (22:39 +0200)] 
gtk+-3.0: Update to 3.23.1+5b527d69