vala:wip/tintou/gst-static-caps

Last commit made on 2019-01-17
Get this branch:
git clone -b wip/tintou/gst-static-caps https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/tintou/gst-static-caps
Repository:
lp:vala

Recent commits

b83eef3... by Corentin Noël

gstreamer-1.0: Add Gst.StaticCaps constants

3d35558... by Rico Tzschichholz

vapi: Update GIR-based bindings

2a18025... by Rico Tzschichholz

gtk+-4.0: Update to 3.94.0+9b15c690

6cee222... by Rico Tzschichholz

gdk-3.0,gtk+-3.0: Update to 3.24.3+9c8f1478

2c88584... by Rico Tzschichholz

gstreamer: Update from 1.15+ git master

92ba4e1... by Rico Tzschichholz

vala: Multiple lamdba arguments in method call should all use closure scope

This does not enable proper support for delegates sharing a data argument,
but allows this special case.

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

82ae929... by Rico Tzschichholz

codegen: Use get_ccode_*name/get_parameter_cexpression() for Parameters

1afce03... by Rico Tzschichholz

codegen: Remove CCodeBaseModule.get_result_cexpression()

d9fb370... by Rico Tzschichholz

codegen: Simplify get_*_cexpression() and split out get_cexpression()

6a4254e... by Rico Tzschichholz

codegen: Check reserved_identifiers in CCodeAttribute.get_default_name()

This is a step for wider usage of get_ccode_name() on variables