]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
3 years agogtkmodule: Recurse inner classes of ObjectTypeSymbols
Rico Tzschichholz [Tue, 8 Feb 2022 23:05:24 +0000 (00:05 +0100)] 
gtkmodule: Recurse inner classes of ObjectTypeSymbols

3 years agotest/gtktemplate: Use correct class name
Rico Tzschichholz [Tue, 8 Feb 2022 23:05:24 +0000 (00:05 +0100)] 
test/gtktemplate: Use correct class name

3 years agovala: Remove some public API from symbols and types
Rico Tzschichholz [Sun, 6 Feb 2022 13:29:55 +0000 (14:29 +0100)] 
vala: Remove some public API from symbols and types

3 years agoparser: Clean up creation of constant declaration
Rico Tzschichholz [Sun, 6 Feb 2022 13:29:55 +0000 (14:29 +0100)] 
parser: Clean up creation of constant declaration

3 years agoparser: Allow usage of dynamic on VarType
Rico Tzschichholz [Sun, 6 Feb 2022 07:57:35 +0000 (08:57 +0100)] 
parser: Allow usage of dynamic on VarType

  dynamic var foo = bar.get_foo();

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

3 years agocodegen: Stop generating wrappers for dynamic property access
Rico Tzschichholz [Sun, 6 Feb 2022 07:57:35 +0000 (08:57 +0100)] 
codegen: Stop generating wrappers for dynamic property access

3 years agovala: Move dynamic property errors to semantic analyzer pass
Rico Tzschichholz [Sun, 6 Feb 2022 07:57:35 +0000 (08:57 +0100)] 
vala: Move dynamic property errors to semantic analyzer pass

3 years agovala: Make sure to drop our "trap" jump target in case of an error
Rico Tzschichholz [Fri, 4 Feb 2022 08:32:11 +0000 (09:32 +0100)] 
vala: Make sure to drop our "trap" jump target in case of an error

Otherwise this can result in an infinite loop in FlowAnalyzer.intersect()

Improve source reference for jump out of finally block

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

3 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Fri, 4 Feb 2022 07:01:10 +0000 (08:01 +0100)] 
vapi: Update GIR-based bindings

3 years agogio-2.0,glib-2.0,gobject-2.0: Update 2.72 symbols
Rico Tzschichholz [Fri, 4 Feb 2022 07:01:10 +0000 (08:01 +0100)] 
gio-2.0,glib-2.0,gobject-2.0: Update 2.72 symbols

3 years agogtk4: Update to 4.6.0+06ec4ec1
Rico Tzschichholz [Fri, 4 Feb 2022 07:01:10 +0000 (08:01 +0100)] 
gtk4: Update to 4.6.0+06ec4ec1

3 years agogstreamer: Update from 1.19.90+ git main
Rico Tzschichholz [Fri, 4 Feb 2022 07:01:10 +0000 (08:01 +0100)] 
gstreamer: Update from 1.19.90+ git main

3 years agotests: Relax dependency of asynchronous/method-main-async.vala on build environment
Rico Tzschichholz [Wed, 2 Feb 2022 08:09:24 +0000 (09:09 +0100)] 
tests: Relax dependency of asynchronous/method-main-async.vala on build environment

See 45fe8523ad392f1aaa0f24d83b63e91774938775

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

3 years agogtk4: Specify sentinel for GtkAcessible methods
Niels De Graef [Thu, 3 Feb 2022 10:23:33 +0000 (11:23 +0100)] 
gtk4: Specify sentinel for GtkAcessible methods

3 years agocodegen: Use correct target/destroy of delegate field initializer
Rico Tzschichholz [Mon, 31 Jan 2022 15:37:44 +0000 (16:37 +0100)] 
codegen: Use correct target/destroy of delegate field initializer

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

3 years agovala: Improve check of generic type references in static contexts
Rico Tzschichholz [Sun, 30 Jan 2022 17:07:23 +0000 (18:07 +0100)] 
vala: Improve check of generic type references in static contexts

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

3 years agotests: Generic type inference for static methods only in compact classes
Rico Tzschichholz [Sun, 30 Jan 2022 17:07:23 +0000 (18:07 +0100)] 
tests: Generic type inference for static methods only in compact classes

3 years agovala: Add missing TraverseVisitor.visit_data_type()
Rico Tzschichholz [Sun, 30 Jan 2022 17:07:23 +0000 (18:07 +0100)] 
vala: Add missing TraverseVisitor.visit_data_type()

3 years agovala: Some simplifications while TypeParameter is a TypeSymbol
Rico Tzschichholz [Sun, 30 Jan 2022 17:07:23 +0000 (18:07 +0100)] 
vala: Some simplifications while TypeParameter is a TypeSymbol

3 years agoRelease 0.55.2 0.55.2
Rico Tzschichholz [Fri, 28 Jan 2022 13:35:11 +0000 (14:35 +0100)] 
Release 0.55.2

3 years agomanual: Update from wiki.gnome.org
Rico Tzschichholz [Fri, 28 Jan 2022 13:25:13 +0000 (14:25 +0100)] 
manual: Update from wiki.gnome.org

3 years agocodegen: Write array length of formal parameters with fixed length
Rico Tzschichholz [Wed, 26 Jan 2022 18:34:06 +0000 (19:34 +0100)] 
codegen: Write array length of formal parameters with fixed length

"void foo (gint i[3]) { ... }" instead of "void foo (gint* i) { ... }"

3 years agovala: Transform assignment of an array element as needed
wxx [Tue, 30 Nov 2021 18:54:04 +0000 (02:54 +0800)] 
vala: Transform assignment of an array element as needed

Fixes https://gitlab.gnome.org/GNOME/vala/issues/889
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1258

3 years agov4l2: Update V4l2.Capabilities and fix some inline arrays
Nikola Hadžić [Tue, 25 Jan 2022 09:07:04 +0000 (10:07 +0100)] 
v4l2: Update V4l2.Capabilities and fix some inline arrays

3 years agoposix: Add limits.h binding
Nikola Hadžić [Tue, 25 Jan 2022 09:03:00 +0000 (10:03 +0100)] 
posix: Add limits.h binding

3 years agoalsa: Add/fix *.alloca() functions
Nikola Hadžić [Tue, 25 Jan 2022 09:02:17 +0000 (10:02 +0100)] 
alsa: Add/fix *.alloca() functions

3 years agovapi: Add linux-media bindings (linux/media.h)
Nikola Hadžić [Tue, 25 Jan 2022 09:01:54 +0000 (10:01 +0100)] 
vapi: Add linux-media bindings (linux/media.h)

3 years agoglib-2.0: Fix criticals in string.joinv() with arrays that start with null
Nahuel Gomez [Tue, 25 Jan 2022 17:23:58 +0000 (14:23 -0300)] 
glib-2.0: Fix criticals in string.joinv() with arrays that start with null

3 years agoparser: Improve handling of nullable VarType in with-statement
Rico Tzschichholz [Tue, 25 Jan 2022 17:10:49 +0000 (18:10 +0100)] 
parser: Improve handling of nullable VarType in with-statement

3 years agocodegen: Cast generic return value from g_sequence_get()
Princeton Ferro [Tue, 25 Jan 2022 16:06:23 +0000 (11:06 -0500)] 
codegen: Cast generic return value from g_sequence_get()

Use convert_from_generic_pointer() to generate C code without warnings
when accessing scalar elements from a GSequence.

Addtionally check type arguments of given GSequence during codegen.

In addition to 44195a02c9d26453dc698282deb4947425a4b0b1

3 years agovala: Add support to infer return type of dynamic signals
Lorenz Wildberg [Wed, 8 Dec 2021 18:41:39 +0000 (18:41 +0000)] 
vala: Add support to infer return type of dynamic signals

3 years agovala: Add foreach statement support for GLib.Sequence
Princeton Ferro [Tue, 25 Jan 2022 03:32:01 +0000 (22:32 -0500)] 
vala: Add foreach statement support for GLib.Sequence

It is now possible to use foreach with a GLib.Sequence

3 years agovala: Add foreach statement support for GLib.Array
Princeton Ferro [Mon, 24 Jan 2022 16:50:25 +0000 (11:50 -0500)] 
vala: Add foreach statement support for GLib.Array

It is now possible to use foreach with a GLib.Array

3 years agocodegen: Access of stack allocated struct is guaranteed to be non null
Rico Tzschichholz [Mon, 24 Jan 2022 09:17:46 +0000 (10:17 +0100)] 
codegen: Access of stack allocated struct is guaranteed to be non null

Found by -Werror=address with GCC 12

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

3 years agocodegen: Don't uncoditionally null check callback_func for GLib.Closure
Rico Tzschichholz [Mon, 24 Jan 2022 09:17:46 +0000 (10:17 +0100)] 
codegen: Don't uncoditionally null check callback_func for GLib.Closure

Found by -Werror=address with GCC 12

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

3 years agocodegen: Access of inline allocated array is guaranteed to be non null
Rico Tzschichholz [Sun, 23 Jan 2022 17:46:48 +0000 (18:46 +0100)] 
codegen: Access of inline allocated array is guaranteed to be non null

and improve null check for container in slice expression

Found by -Werror=address with GCC 12

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

3 years agogtk4: Update to 4.6.0+a092986a
Rico Tzschichholz [Fri, 21 Jan 2022 12:27:37 +0000 (13:27 +0100)] 
gtk4: Update to 4.6.0+a092986a

3 years agogstreamer: Update from 1.19.3+ git master
Rico Tzschichholz [Fri, 21 Jan 2022 12:27:21 +0000 (13:27 +0100)] 
gstreamer: Update from 1.19.3+ git master

3 years agoglib-2.0,gio-2.0: Update 2.72 symbols
Rico Tzschichholz [Fri, 21 Jan 2022 12:22:56 +0000 (13:22 +0100)] 
glib-2.0,gio-2.0: Update 2.72 symbols

3 years agovala: async-ize main block when yield is used
Princeton Ferro [Mon, 17 Jan 2022 17:28:31 +0000 (12:28 -0500)] 
vala: async-ize main block when yield is used

This allows yield statements and expressions to be used in the main
block.

3 years agovala: Make Vala.Variable an abstract class
Rico Tzschichholz [Wed, 19 Jan 2022 07:55:38 +0000 (08:55 +0100)] 
vala: Make Vala.Variable an abstract class

3 years agovala: Implement missing YieldStatement.accept()
Rico Tzschichholz [Tue, 18 Jan 2022 17:42:11 +0000 (18:42 +0100)] 
vala: Implement missing YieldStatement.accept()

3 years agoparser: Reduce the source reference of main block method to its beginning
Rico Tzschichholz [Tue, 18 Jan 2022 13:33:15 +0000 (14:33 +0100)] 
parser: Reduce the source reference of main block method to its beginning

The end contains broken information which lead to a crash while trying to
report this multi-line source reference.

3 years agocodegen: Avoid symbol clashes with "va_*" from "stdarg.h"
Alvarito050506 [Mon, 17 Jan 2022 19:00:16 +0000 (16:00 -0300)] 
codegen: Avoid symbol clashes with "va_*" from "stdarg.h"

A few more symbol clashes with the va_* macros from stdarg.h, that seem to
happen only in some systems, like Alpine Linux or NetBSD.

3 years agocodegen: Add support for async main
Princeton Ferro [Thu, 13 Jan 2022 07:40:18 +0000 (02:40 -0500)] 
codegen: Add support for async main

If main() is async then setup a new GMainLoop and call _vala_main()
asynchronously.

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

3 years agovala: Require lvalue access of delegate target/destroy "fields"
Rico Tzschichholz [Sun, 16 Jan 2022 18:25:51 +0000 (19:25 +0100)] 
vala: Require lvalue access of delegate target/destroy "fields"

In addition to c054da918a40f8ef93c1a006034fb6ab4717c135

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

3 years agoRelease 0.55.1 0.55.1
Rico Tzschichholz [Fri, 14 Jan 2022 15:20:42 +0000 (16:20 +0100)] 
Release 0.55.1

3 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Fri, 14 Jan 2022 13:37:12 +0000 (14:37 +0100)] 
vapi: Update GIR-based bindings

3 years agogtk4: Update to 4.6.0+06e5da45
Rico Tzschichholz [Fri, 14 Jan 2022 11:47:24 +0000 (12:47 +0100)] 
gtk4: Update to 4.6.0+06e5da45

3 years agocodegen: Generated SimpleType structs don't have a type id
Rico Tzschichholz [Sun, 9 Jan 2022 18:49:27 +0000 (19:49 +0100)] 
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

3 years agoSync NEWS from 0.54
Rico Tzschichholz [Sat, 8 Jan 2022 20:49:40 +0000 (21:49 +0100)] 
Sync NEWS from 0.54

3 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Sat, 8 Jan 2022 18:23:58 +0000 (19:23 +0100)] 
vapi: Update GIR-based bindings

3 years agotests: Skip runtime of array length type test on "32-bit"
Rico Tzschichholz [Thu, 6 Jan 2022 07:50:31 +0000 (08:50 +0100)] 
tests: Skip runtime of array length type test on "32-bit"

3 years agocodegen: Clear existing length values when revisiting a slice expression
Rico Tzschichholz [Wed, 5 Jan 2022 19:45:10 +0000 (20:45 +0100)] 
codegen: Clear existing length values when revisiting a slice expression

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

3 years agotests: Add "async signal handler" test to increase coverage
Rico Tzschichholz [Wed, 5 Jan 2022 07:25:19 +0000 (08:25 +0100)] 
tests: Add "async signal handler" test to increase coverage

3 years agoAdd native support to specify non default length-type for arrays
Rico Tzschichholz [Thu, 15 Apr 2021 14:49:14 +0000 (16:49 +0200)] 
Add native support to specify non default length-type for arrays

    string[:long] foo = new string[:long] { "foo" };

This applies to generated bindings where this new syntax will be
picked up. It will apply a stricter variable type checking for
such array types.

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

3 years agoSupport "emit" for explicit signal emission
Lorenz Wildberg [Sat, 4 Dec 2021 19:05:42 +0000 (19:05 +0000)] 
Support "emit" for explicit signal emission

If "foo" is a signal then "foo.emit (...);" is allowed now additionally to
"foo (...);". This is required to emit dynamic signals.

3 years agotests: Add XFAIL tests if undefined behavior sanitizer is enabled
Rico Tzschichholz [Mon, 3 Jan 2022 15:51:31 +0000 (16:51 +0100)] 
tests: Add XFAIL tests if undefined behavior sanitizer is enabled

In addition to d3bfaa4ae34c0e6c7a7a9d124e6c3a276c545391

3 years agotests: Skip constants/member-access-enum.vala for ASAN
Rico Tzschichholz [Mon, 3 Jan 2022 15:51:31 +0000 (16:51 +0100)] 
tests: Skip constants/member-access-enum.vala for ASAN

In addition to 50414570d1b54a6106a9a64274bb84977d817616

3 years agocodegen: Use __once instead of __volatile in generated code
Val Och [Fri, 31 Dec 2021 17:25:49 +0000 (20:25 +0300)] 
codegen: Use __once instead of __volatile in generated code

This better reflects purpose of relevant variables, especially
given that they aren't volatile anymore on GLib 2.68+.

3 years agocodegen: Initialize "result" variable on declaration for abstract methods only
Rico Tzschichholz [Mon, 3 Jan 2022 12:59:36 +0000 (13:59 +0100)] 
codegen: Initialize "result" variable on declaration for abstract methods only

3 years agocodegen: Cast given default-value of struct with possible member initializer
Rico Tzschichholz [Mon, 3 Jan 2022 12:59:36 +0000 (13:59 +0100)] 
codegen: Cast given default-value of struct with possible member initializer

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

3 years agocodegen: Allow boxing of non-external SimpleType structs
Rico Tzschichholz [Mon, 3 Jan 2022 08:07:00 +0000 (09:07 +0100)] 
codegen: Allow boxing of non-external SimpleType structs

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

3 years agogio-2.0: Add custom MemoryOutputStream.with_*data() wrappers
Rico Tzschichholz [Tue, 28 Dec 2021 12:18:46 +0000 (13:18 +0100)] 
gio-2.0: Add custom MemoryOutputStream.with_*data() wrappers

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

3 years agovala: Show source location when reporting deprecations
Rico Tzschichholz [Mon, 27 Dec 2021 06:44:31 +0000 (07:44 +0100)] 
vala: Show source location when reporting deprecations

3 years agoRevert "Make more use of native GLib.Regex syntax"
Rico Tzschichholz [Mon, 27 Dec 2021 06:41:09 +0000 (07:41 +0100)] 
Revert "Make more use of native GLib.Regex syntax"

This reverts commit b2ef0ed8d2c37a813f9ad8b35c7a7e4a1d639e1c.

3 years agoMake more use of native GLib.Regex syntax
Rico Tzschichholz [Wed, 22 Dec 2021 08:16:52 +0000 (09:16 +0100)] 
Make more use of native GLib.Regex syntax

3 years agoparser: Improve partial classes support
Rico Tzschichholz [Sat, 18 Dec 2021 21:25:54 +0000 (22:25 +0100)] 
parser: Improve partial classes support

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

3 years agovala: Correctly replace "in" expression in pre-/postconditions of method
Rico Tzschichholz [Mon, 20 Dec 2021 19:40:30 +0000 (20:40 +0100)] 
vala: Correctly replace "in" expression in pre-/postconditions of method

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

3 years agovala: Silently accept unsafe assignment of "0" literal to enum type
Rico Tzschichholz [Fri, 17 Dec 2021 10:43:33 +0000 (11:43 +0100)] 
vala: Silently accept unsafe assignment of "0" literal to enum type

In addition to 9f1de7ae875b59939ca6200e08dddd69106fb486

3 years agoProperly use [Flags] feature for ModifierFlags and CCodeModifiers
Rico Tzschichholz [Fri, 17 Dec 2021 10:43:33 +0000 (11:43 +0100)] 
Properly use [Flags] feature for ModifierFlags and CCodeModifiers

See 2afaae5e0755b2d8619808d2d148761b92c355b5

3 years agovala: Non nullable enum types are simple types
Rico Tzschichholz [Thu, 16 Dec 2021 14:31:47 +0000 (15:31 +0100)] 
vala: Non nullable enum types are simple types

Fixes a regression of 5b6345a6386b05aaf3f11cb3572940413eb878a8

3 years agovala: Allow unsafe assignment of integer to enum while reporting a notice
Rico Tzschichholz [Thu, 16 Dec 2021 14:31:47 +0000 (15:31 +0100)] 
vala: Allow unsafe assignment of integer to enum while reporting a notice

3 years agoSync NEWS from 0.54
Rico Tzschichholz [Thu, 16 Dec 2021 08:32:25 +0000 (09:32 +0100)] 
Sync NEWS from 0.54

3 years agogirparser: Avoid possibily creating duplicated attributes
Rico Tzschichholz [Wed, 15 Dec 2021 20:42:53 +0000 (21:42 +0100)] 
girparser: Avoid possibily creating duplicated attributes

Don't append an attribute without checking if there is an existing one.
In case the attribute already exists append the new key/value pairs.

3 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Wed, 15 Dec 2021 15:27:56 +0000 (16:27 +0100)] 
vapi: Update GIR-based bindings

3 years agogstreamer-1.0: Unskip the ElementFactory.make/create_full() symbols
Corentin Noël [Wed, 8 Dec 2021 11:30:32 +0000 (12:30 +0100)] 
gstreamer-1.0: Unskip the ElementFactory.make/create_full() symbols

Also add floating reference to all the new creation functions.

3 years agocodegen: Initialize type parameter properties for generics earlier
Rico Tzschichholz [Tue, 14 Dec 2021 08:04:48 +0000 (09:04 +0100)] 
codegen: Initialize type parameter properties for generics earlier

If g_object_new() is used then additionally initialize type parameter
properties with it.

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

3 years agotests: Add "type-parameter property clash" test to increase coverage
Rico Tzschichholz [Tue, 14 Dec 2021 09:38:37 +0000 (10:38 +0100)] 
tests: Add "type-parameter property clash" test to increase coverage

This needs to be handled gracefully. So throwing an error is no option.

3 years agocodegen: Use a dedicated EmitContext for _variant_get*() functions
Rico Tzschichholz [Mon, 13 Dec 2021 18:35:47 +0000 (19:35 +0100)] 
codegen: Use a dedicated EmitContext for _variant_get*() functions

3 years agovala: Report statement parsing error if it is not meant to be an expression
Rico Tzschichholz [Mon, 13 Dec 2021 11:38:01 +0000 (12:38 +0100)] 
vala: Report statement parsing error if it is not meant to be an expression

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

3 years agovala: Drop duplicate check for unsupported flag of struct methods
Rico Tzschichholz [Sun, 12 Dec 2021 17:47:53 +0000 (18:47 +0100)] 
vala: Drop duplicate check for unsupported flag of struct methods

3 years agovala: Drop duplicate check for unsupported flag of creation methods
Rico Tzschichholz [Sun, 12 Dec 2021 17:47:53 +0000 (18:47 +0100)] 
vala: Drop duplicate check for unsupported flag of creation methods

3 years agotests: Add more "chain up" tests to increase coverage
Rico Tzschichholz [Sun, 12 Dec 2021 17:47:53 +0000 (18:47 +0100)] 
tests: Add more "chain up" tests to increase coverage

3 years agovala: Set is_yield_expression in async context when chaining up to async base ctor
Rico Tzschichholz [Sun, 12 Dec 2021 17:47:53 +0000 (18:47 +0100)] 
vala: Set is_yield_expression in async context when chaining up to async base ctor

vala-CRITICAL **: vala_member_access_get_inner: assertion 'self != NULL' failed
vala-CRITICAL **: vala_member_access_get_member_name: assertion 'self != NULL' failed

Avoid these spurious criticals and trigger the currently expected error.

3 years agocodegen: Correctly handle chain up of struct creation methods
Rico Tzschichholz [Sat, 11 Dec 2021 09:34:03 +0000 (10:34 +0100)] 
codegen: Correctly handle chain up of struct creation methods

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

3 years agotests: Add missing tests/structs/struct-static-field-initializer.c-expected
Rico Tzschichholz [Sat, 11 Dec 2021 09:34:03 +0000 (10:34 +0100)] 
tests: Add missing tests/structs/struct-static-field-initializer.c-expected

3 years agovala: NullLiteral is not a valid argument for string concatenation
wxx [Sat, 4 Dec 2021 09:17:47 +0000 (17:17 +0800)] 
vala: NullLiteral is not a valid argument for string concatenation

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

3 years agogtkmodule: Handle nested closure elements and bind them accordingly
Rico Tzschichholz [Mon, 6 Dec 2021 21:23:28 +0000 (22:23 +0100)] 
gtkmodule: Handle nested closure elements and bind them accordingly

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

3 years agotests/girwriter: Use the actual expected output of our girwriter
Lorenz Wildberg [Mon, 29 Nov 2021 21:31:28 +0000 (21:31 +0000)] 
tests/girwriter: Use the actual expected output of our girwriter

3 years agobuild: Update git-version-gen to latest upstream
Rico Tzschichholz [Wed, 1 Dec 2021 16:11:42 +0000 (17:11 +0100)] 
build: Update git-version-gen to latest upstream

From commit 378351df7e63daca234c581f086b542026e07a27 of
https://git.savannah.gnu.org/cgit/autoconf.git/tree/build-aux/git-version-gen

3 years agovapigen.m4: use $PKG_CONFIG_SYSROOT_DIR
Alexander Kanavin [Fri, 23 Oct 2015 13:13:54 +0000 (16:13 +0300)] 
vapigen.m4: use $PKG_CONFIG_SYSROOT_DIR

This is necessary in cross-compiling environments, where directories
returned by pkg-config should be prefixed with sysroot location.

3 years agovala: Check accessibility of initializer for constant and enum value
Rico Tzschichholz [Sat, 6 Nov 2021 17:55:38 +0000 (18:55 +0100)] 
vala: Check accessibility of initializer for constant and enum value

3 years agoglib-2.0: Always use the actual C type for CCode.array_length_type
Rico Tzschichholz [Tue, 30 Nov 2021 12:37:29 +0000 (13:37 +0100)] 
glib-2.0: Always use the actual C type for CCode.array_length_type

3 years agoSync NEWS from 0.54
Rico Tzschichholz [Mon, 29 Nov 2021 20:01:32 +0000 (21:01 +0100)] 
Sync NEWS from 0.54

3 years agotests: Add missing methods/parameter-ccode-type.vala
Rico Tzschichholz [Mon, 29 Nov 2021 14:51:49 +0000 (15:51 +0100)] 
tests: Add missing methods/parameter-ccode-type.vala

In addition to 0e097710e37b671b17ed1da330dd83b9e2340602

3 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Mon, 29 Nov 2021 09:36:54 +0000 (10:36 +0100)] 
vapi: Update GIR-based bindings

3 years agotests: Rename colliding test case to avoid conflict
Lorenz Wildberg [Sat, 27 Nov 2021 21:10:40 +0000 (21:10 +0000)] 
tests: Rename colliding test case to avoid conflict

3 years agovapi: Add gnome-desktop-4, gnome-bg-4 and gnome-rr-4 bindings
Rico Tzschichholz [Sun, 28 Nov 2021 11:45:25 +0000 (12:45 +0100)] 
vapi: Add gnome-desktop-4, gnome-bg-4 and gnome-rr-4 bindings

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

3 years agognome-desktop-3.0: Some parameter fixes
Rico Tzschichholz [Sun, 28 Nov 2021 11:45:25 +0000 (12:45 +0100)] 
gnome-desktop-3.0: Some parameter fixes