vala:wip/type-args

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

Branch merges

Branch information

Name:
wip/type-args
Repository:
lp:vala

Recent commits

fd83f74... by Rico Tzschichholz

codegen: Move type-argument checks to SemanticAnalyzer

3c2c4d9... by Rico Tzschichholz

Release 0.43.4

5716771... by Rico Tzschichholz

glib-2.0: Add RecMutexLocker since 2.60

881333f... by Rico Tzschichholz

valadoc: Update API tests

54ba304... by Rico Tzschichholz

valadoc: Drop duplicated code to add source files and use CodeContext API

1568171... by Rico Tzschichholz

gobject-2.0: Minor syncing from GIR

0adcacc... by Rico Tzschichholz

gdbus: Cast instance and result of g_async_initable_new_finish() call

This will silence those incompatible-pointer-types warnings

85bfb58... by Jiří Janoušek

sqlite3: Correct return C type of Statement.column_text & Value.to_text

b526035... by Rico Tzschichholz

codegen: Add missing data parameter to GTypeInfo callbacks

Found by -Werror=cast-function-type

cf791ef... by Rico Tzschichholz

gdbus: Properly set annotations field of GDBus*Info struct to NULL

Found by -Werror=missing-field-initializers