vala:wip/issue/1142

Last commit made on 2023-11-20
Get this branch:
git clone -b wip/issue/1142 https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/issue/1142
Repository:
lp:vala

Recent commits

ef62cf7... by Rico Tzschichholz

WIP tests: Regenerate c-expected

b4dc9f8... by Rico Tzschichholz

WIP Support CCode.cname on property

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

3ab6681... by Lorenz Wildberg <email address hidden>

flatpak: build with builddir=false

Vala needs to be built in the same directory as the sources are.
builddir=false forces that.

1c7b27c... by Lorenz Wildberg <email address hidden>

flatpak: Add sphinx

This enables building the reference manual without the need to install
anything in your host operating system.

ebca7a8... by Rico Tzschichholz

Sync NEWS from 0.56

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

manual: Use more official link for vala tutorials

708bf9d... by Mazhar Hussain

gstreamer-1.0: Make ElementFactory.make()'s name parameter default to null

3848542... by Rico Tzschichholz

codegen: Generate compatible wrapper of ref-void functions

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

47be21f... by Rico Tzschichholz

vala: Prevent usage of strlen() on non-null-terminated string

next_pos is not guaranteed to hold a null-terminated string.
Therefore g_str_has_prefix() can fail in strlen() and crash.

Based on patch by Daniel Kolesa

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

4c00ab4... by Rico Tzschichholz

doc: Install manual to versioned target directory