vala:wip/test-bindings

Last commit made on 2020-12-06
Get this branch:
git clone -b wip/test-bindings https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/test-bindings
Repository:
lp:vala

Recent commits

8b94b65... by Rico Tzschichholz

vapi/tests: Support compile and runtime testing of bindings

e94cbcd... by Rico Tzschichholz

vala: Report an error if gio-2.0 is missing for DBus support

2afae79... by Christopher White <email address hidden>

glib-2.0: Bind assert_cmp* functions

Add assert_cmpstr, assert_cmpint, assert_cmpuint, assert_cmphex,
assert_cmpfloat, assert_cmpfloat_with_epsilon and assert_cmpvariant.

Add enum GLib.CompareOperator which defines the supported operators.

  "g_assert_cmpint(foo,==,1)" translates to "assert_cmpint(foo, EQ, 1)"

Based on patch by Luca Bruno

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

cfb1bbc... by Reuben Thomas

vapi: Add gnu.vapi with binding for getopt_long() and some other GNU APIs

b05dcfb... by Rico Tzschichholz

gtk4: Use correct cheader_include for wayland/x11 gdk backend

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

3f2a66e... by Rico Tzschichholz

glib-2.0: Add GLib.[S]List.is_empty() convenience methods for non-null

abc6bc2... by Rico Tzschichholz

Sync NEWS from 0.50

55d1c2a... by Rico Tzschichholz

manual: Update from wiki.gnome.org

412f3cf... by Rico Tzschichholz

gio-2.0: Update to 2.67.0+6e9ed964

cd39e33... by Rico Tzschichholz

gstreamer: Update from 1.19.0+ git master