Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

Rico Tzschichholz
codegen: Fix conditional expression with only one void side
Found by -pedantic-errors
Mario Daniel Ruiz Saavedra
sdl2: Fix missing integer type for JoystickID
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1563
Rico Tzschichholz
test: Avoid redeclaration of gint
In addition to e4fe55735fb3e151dd6340b6d3fb8acca38193a4

Found by -pedantic-errors
Ole André Vadla Ravnås
gio-2.0: Improve the {Input,Output}Message bindings
Where some in/out fields were incorrectly typed.

Co-authored-by: Håvard Sørbø <havard@hsorbo.no>
Dawid Duma
gobject-2.0: Add TypeFlags missing values
Dawid Duma
gobject-2.0: Add TypeFlags missing values
Dawid Duma
gobject-2.0: Add TypeFlags missing values
Zhou Qiankang
vala, libvaladoc: Fix color support detection in log reporting
Use `GLib.Log.writer_supports_color` to replace vala's implementation `is_atty`
Ole André Vadla Ravnås
libusb-1.0: Fix the LibUSB.HotPlugCb declaration
It returns an int used to decide whether the callback should be rearmed
or deregistered.

Co-authored-by: Håvard Sørbø <havard@hsorbo.no>
Rico Tzschichholz
girparser: Respect given lower_case_cprefix metadata all the way
GIR allows to define multiple prefixes in "c:identifier-prefixes".
Vala is blindly taking the first one which worked well so far, but
can go very wrong. So allow overriding this information of the
root namespace for real.
Rico Tzschichholz
tests: Don't take the chance to conflict with C99 constant of stdbool.h
Rico Tzschichholz
docs: Bump vala version references in README.md
Rico Tzschichholz
codegen: Use correct ctype for result variable in methods in more cases
Rico Tzschichholz
sdl2: Fix CCode.destroy_function of SDL.RWops and usage of SDL.RWops.from_file()
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1550
Zhou Qiankang
glib-2.0: Add Regex.escape_nul in GLib
See: https://docs.gtk.org/glib/type_func.Regex.escape_nul.html

Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
Rico Tzschichholz
vapi: Regenerate for GIR-based bindings to update prefix handling
Zhou Qiankang
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.
Jordan Petridis
ci: Skip meson dist in flatpak jobs
Rico Tzschichholz
tests: Update property notify test for G_PARAM_EXPLICIT_NOTIFY
GLib 2.42 is mandatory for some time.
Rico Tzschichholz
vapi: Pass --girdir $GIRDIR to vapigen
Otherwise only vala's installation prefix is used to resolve dependencies
for the given gir file.
Rico Tzschichholz
glib-2.0: Make FileStream.*printf() return int
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1547
Rico Tzschichholz
Add CI for tarball release service
Rico Tzschichholz
tests: Prepend $(builddir) to gir file target to increase coverage
Rico Tzschichholz
girparser: Handle `doc:format` element in root:repository
See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/448

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1586
arujjval
Update links to GNOME Wiki project and refer to new Vala websites
Rico Tzschichholz
build: Update gitlog-to-changelog to latest upstream
From commit 7b08932179d0d6b017f7df01a2ddf6e096b038e3 of
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/gitlog-to-changelog
Rico Tzschichholz
tests: Prepend $(builddir) to gir file target to increase coverage
Rico Tzschichholz
build: Update gitlog-to-changelog to latest upstream
From commit 7b08932179d0d6b017f7df01a2ddf6e096b038e3 of
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/gitlog-to-changelog
Zhou Qiankang
valadoc: Sync gir argument handling from valacompiler.vala
Zhou Qiankang
glib-2.0: Update RegexMatchFlags and RegexCompileFlags's binding to 2.74
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
Jordan Petridis
flatpak: Switch the branch from 24.08beta to 24.08
Now that it's released and nightly rebased on it.
Zhou Qiankang
valadoc: Sync gir argument handling from valacompiler.vala
Rico Tzschichholz
glib-2.0: Add missing CCode.array_null_terminated attributes to IConv.iconv()
Rico Tzschichholz
girparser: Handle `doc:format` element in root:repository
See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/448

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1586
Ole André Vadla Ravnås
libusb-1.0: Fix the LibUSB.TransferCb declaration
The target is part of the Transfer object, and is not passed as a
parameter.

Co-authored-by: Håvard Sørbø <havard@hsorbo.no>
Zhou Qiankang
glib-2.0: Add Regex.escape_nul in GLib
See: https://docs.gtk.org/glib/type_func.Regex.escape_nul.html

Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
Rico Tzschichholz
Release 0.56.18
Mario Daniel Ruiz Saavedra
sdl2: Fix missing integer type for JoystickID
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1563
Zhou Qiankang
glib-2.0: Update RegexMatchFlags and RegexCompileFlags's binding to 2.74
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
arujjval
Update links to GNOME Wiki project and refer to new Vala websites