vala:wip/arch-defines

Last commit made on 2022-01-17
Get this branch:
git clone -b wip/arch-defines https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/arch-defines
Repository:
lp:vala

Recent commits

0f97b92... by Rico Tzschichholz

vala: Add define VALA_ARCH_* to allow buildtime architecture check

cd25750... by Rico Tzschichholz

vala: Require lvalue access of delegate target/destroy "fields"

In addition to c054da918a40f8ef93c1a006034fb6ab4717c135

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

775187f... by Rico Tzschichholz

Release 0.55.1

8f7dacb... by Rico Tzschichholz

vapi: Update GIR-based bindings

a9f620a... by Rico Tzschichholz

gtk4: Update to 4.6.0+06e5da45

590e041... by Rico Tzschichholz

codegen: Generated SimpleType structs don't have a type id

Set "CCode.has_type_id" in CCodeStructModule.generate_struct_declaration()
like in GTypeModule.visit_struct() for SimpleType structs which might be
executed too late.

In addition to 2e798fc3f8e9af25a4c231c2561894d9f0a0be50

e73a038... by Rico Tzschichholz

Sync NEWS from 0.54

265a5cd... by Rico Tzschichholz

vapi: Update GIR-based bindings

333912f... by Rico Tzschichholz

tests: Skip runtime of array length type test on "32-bit"

0b954dc... by Rico Tzschichholz

codegen: Clear existing length values when revisiting a slice expression

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