- 26 Feb, 2022 1 commit
-
-
The IdlNode* classes should be declared as subclasses of IdlNode, that way the compiler can be sure that casting from an IdlNode is safe.
-
- 25 Jan, 2022 2 commits
-
-
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 44195a02
-
It is now possible to use foreach with a GLib.Sequence
-
- 24 Jan, 2022 1 commit
-
-
It is now possible to use foreach with a GLib.Array
-
- 19 Jan, 2022 1 commit
-
-
This allows yield statements and expressions to be used in the main block.
-
- 17 Jan, 2022 1 commit
-
-
If main() is async then setup a new GMainLoop and call _vala_main() asynchronously. Fixes #1275
-
- 30 Aug, 2021 1 commit
-
-
Avoid using "priv" when accessing a private or internal field backing a property of a compact class.
-
- 18 Aug, 2021 1 commit
-
-
Struct creation methods are supposed to have `void` return type and take an implicit `self` as the first instance parameter.
-
- 23 Jul, 2021 2 commits
-
-
This addresses issues with bindings to Vala structs.
-
-
- 15 Jul, 2021 1 commit
-
-
- 07 Jul, 2021 1 commit
-
-
- 20 May, 2021 2 commits
-
-
Use it as replacement for "extern" and attribute every public symbol. We want to ensure that public symbols are exported, which isn't the default when generating a shared library in MSVC, for example.
-
-
- 17 Apr, 2020 1 commit
-
-
Avoids an internal assertion on accessing an empty collection.
-
- 11 Apr, 2020 2 commits
-
-
Incomplete expression statements are parsed as expression statements now, rather than local variable declarations. This primarily affects incomplete member access expressions at the end of blocks.
-
- 03 Mar, 2020 2 commits
-
-
- 01 Mar, 2020 3 commits
-
-
-
-
Release previously pushed CodeContext instances from static list.
-
- 20 Feb, 2020 1 commit
-
-
This caused criticals like: vala_typesymbol_is_subtype_of: assertion 'self != NULL' failed
-
- 19 Feb, 2020 1 commit
-
-
This caused criticals like: vala_method_get_closure: assertion 'self != NULL' failed
-
- 03 Feb, 2020 1 commit
-
-
... when --keep-going was passed
-
- 29 Jan, 2020 1 commit
- 20 Jan, 2020 1 commit
-
-
Previously introduced by 1430c461
-
- 13 Jan, 2020 1 commit
-
-