summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* parser: Clean up creation of constant declarationRico Tzschichholz2022-02-161-6/+8
* vala: Move dynamic property errors to semantic analyzer passRico Tzschichholz2022-02-164-0/+45
* vala: Make sure to drop our "trap" jump target in case of an errorRico Tzschichholz2022-02-163-2/+28
* codegen: Use correct target/destroy of delegate field initializerRico Tzschichholz2022-02-163-3/+39
* tests: Generic type inference for static methods only in compact classesRico Tzschichholz2022-02-161-0/+1
* vala: Add missing TraverseVisitor.visit_data_type()Rico Tzschichholz2022-02-161-0/+6
* vala: Transform assignment of an array element as neededwxx2022-02-164-7/+53
* v4l2: Update V4l2.Capabilities and fix some inline arraysNikola Hadžić2022-02-161-6/+23
* alsa: Add/fix *.alloca() functionsNikola Hadžić2022-02-161-5/+6
* glib-2.0: Fix criticals in string.joinv() with arrays that start with nullNahuel Gomez2022-02-162-1/+4
* codegen: Access of stack allocated struct is guaranteed to be non nullRico Tzschichholz2022-02-163-1/+12
* codegen: Don't uncoditionally null check callback_func for GLib.ClosureRico Tzschichholz2022-02-164-2/+16
* codegen: Access of inline allocated array is guaranteed to be non nullRico Tzschichholz2022-02-163-2/+13
* vala: Implement missing YieldStatement.accept()Rico Tzschichholz2022-02-161-0/+4
* parser: Reduce the source reference of main block method to its beginningRico Tzschichholz2022-02-163-1/+3
* codegen: Avoid symbol clashes with "va_*" from "stdarg.h"Alvarito0505062022-02-162-12/+12
* vala: Require lvalue access of delegate target/destroy "fields"Rico Tzschichholz2022-02-164-2/+31
* codegen: Generated SimpleType structs don't have a type idRico Tzschichholz2022-02-161-0/+5
* Release 0.48.220.48.22Rico Tzschichholz2022-01-095-4/+20
* gstreamer: Cherry-pick bindings fixes from 0.56Rico Tzschichholz2022-01-091-2/+2
* girparser: Avoid possibily creating duplicated attributesRico Tzschichholz2022-01-092-2/+19
* tests: Add "type-parameter property clash" test to increase coverageRico Tzschichholz2022-01-092-0/+14
* codegen: Use a dedicated EmitContext for _variant_get*() functionsRico Tzschichholz2022-01-091-0/+2
* tests: Add more "chain up" tests to increase coverageRico Tzschichholz2022-01-093-0/+30
* vala: Set is_yield_expression in async context when chaining up to async base...Rico Tzschichholz2022-01-091-1/+5
* codegen: Correctly handle chain up of struct creation methodsRico Tzschichholz2022-01-096-4/+13
* vala: NullLiteral is not a valid argument for string concatenationwxx2022-01-094-1/+15
* tests/girwriter: Use the actual expected output of our girwriterLorenz Wildberg2022-01-091-30/+30
* build: Update git-version-gen to latest upstreamRico Tzschichholz2022-01-091-7/+6
* vapigen.m4: use $PKG_CONFIG_SYSROOT_DIRAlexander Kanavin2022-01-091-4/+4
* glib-2.0: Always use the actual C type for CCode.array_length_typeRico Tzschichholz2022-01-091-9/+9
* Release 0.48.210.48.21Rico Tzschichholz2022-01-085-4/+19
* codegen: Clear existing length values when revisiting a slice expressionRico Tzschichholz2022-01-082-1/+13
* tests: Add "async signal handler" test to increase coverageRico Tzschichholz2022-01-082-0/+19
* codegen: Cast given default-value of struct with possible member initializerRico Tzschichholz2022-01-042-1/+19
* codegen: Allow boxing of non-external SimpleType structsRico Tzschichholz2022-01-043-2/+15
* gio-2.0: Add custom MemoryOutputStream.with_*data() wrappersRico Tzschichholz2022-01-044-0/+66
* vala: Correctly replace "in" expression in pre-/postconditions of methodRico Tzschichholz2022-01-043-0/+31
* vala: Non nullable enum types are simple typesRico Tzschichholz2021-12-204-0/+71
* vala: Allow unsafe assignment of integer to enum while reporting a noticeRico Tzschichholz2021-12-205-0/+25
* Release 0.48.200.48.20Rico Tzschichholz2021-12-025-8/+67
* tests: Add missing methods/parameter-ccode-type.valaRico Tzschichholz2021-11-291-0/+1
* pango: Cherry-pick bindings fixes from 0.56Rico Tzschichholz2021-11-291-1/+1
* gstreamer: Cherry-pick bindings fixes from 0.56Rico Tzschichholz2021-11-291-4/+4
* tests: Rename colliding test case to avoid conflictLorenz Wildberg2021-11-292-1/+1
* gnome-desktop-3.0: Some parameter fixesRico Tzschichholz2021-11-292-2/+7
* codegen: Accept CCode.type attribute on parametersRico Tzschichholz2021-11-294-27/+86
* codegen: Drop inconsistent space for ObjectType parametersRico Tzschichholz2021-11-291-1/+1
* tests: Rename colliding test cases to avoid conflictsRico Tzschichholz2021-11-293-2/+2
* vala: Fix signals with generic returnRico Tzschichholz2021-11-294-4/+47