vala:staging

Last commit made on 2024-04-25
Get this branch:
git clone -b staging https://git.launchpad.net/vala

Branch merges

Branch information

Name:
staging
Repository:
lp:vala

Recent commits

fa704b2... by Lorenz Wildberg <email address hidden>

flatpak: Update dependencies

2b510c3... by Zhou Qiankang <email address hidden>

glib-2.0: Fix the binding of `get_console_charset`

The parameters of `g_get_console_charset` is `const char**`, the same as `g_get_charset`, is a NUL terminated UTF-8 string.

2e51560... by Rico Tzschichholz

docs: Update build dependencies

a3cb284... by Rico Tzschichholz

build: Drop obsolete references to xsltproc

e3b8ac8... by Rico Tzschichholz

docs: Bump vala version references in README.md

6392be2... by Zhou Qiankang <email address hidden>

vala, libvaladoc: Fix color support detection in log reporting

Use `GLib.Log.writer_supports_color` to replace vala's implementation `is_atty`

885e1df... by Rico Tzschichholz

vapi: Pass --girdir $GIRDIR to vapigen

Otherwise only vala's installation prefix is used to resolve dependencies
for the given gir file.

040646d... by Rico Tzschichholz

vala: Don't allow inheritance of compact class from non-compact class

5f9ae5e... by Rico Tzschichholz

gstreamer-1.0: Skip ParamSpecArray and ParamSpecFraction

160cfe1... by Rico Tzschichholz

glib-2.0: Improve binding of g_strfreev()