vala:wip/valgrind

Last commit made on 2019-01-04
Get this branch:
git clone -b wip/valgrind https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/valgrind
Repository:
lp:vala

Recent commits

561fef9... by Rico Tzschichholz

WIP tests: Run with valgrind and optimizations

48de3bb... by Rico Tzschichholz

codegen: Cast instance parameter for property access in object-initializer

This will silence those incompatible-pointer-types warnings

d450ac0... by Jiří Janoušek

gio-2.0: Fix File.replace_contents_bytes_async()

Closes https://gitlab.gnome.org/GNOME/vala/merge_requests/37

b9b6f39... by Rico Tzschichholz

Drop leftover deprecated syntax support of += and -= for dynamic signals

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

0130fdc... by Rico Tzschichholz

vala: Drop unused Enum.remove_all_values()

e02ff39... by Rico Tzschichholz

libvaladoc: Skip empty Version.replacement attribute to avoid critical

70bea6d... by Rico Tzschichholz

gobject-2.0: Use correct array-length-type for returned arrays

7ad06bc... by Rico Tzschichholz

glib-2.0: Use correct array-length-type for returned arrays

As usual length is returned by an implicit out-parameter where the
provided target variable must have a matching data type.

Discovered by -fstack-protector-all

See https://gitlab.gnome.org/GNOME/gitg/issues/171

684ac69... by Rico Tzschichholz

codegen: Always use ccode attribute for ref/unref/free function names

96857b1... by Rico Tzschichholz

vala: Report invalid instance member access to property

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