summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.52.110.52.110.52Rico Tzschichholz2022-02-215-8/+39
* manual: Update from wiki.gnome.orgRico Tzschichholz2022-02-171-8/+8
* libsoup-2.4: Cherry-pick bindings fixes from 0.56Rico Tzschichholz2022-02-171-2/+2
* libgeoclue-2.0: Fix Simple.with_thresholds() contructor bindingRico Tzschichholz2022-02-172-1/+4
* vala: Show source location when reporting deprecationsRico Tzschichholz2022-02-171-1/+1
* vala: Clear SemanticAnalyzer.current_{symbol,source_file} when not needed any...Rico Tzschichholz2022-02-091-0/+3
* vala: Free empty stack list for code contextsRico Tzschichholz2022-02-091-0/+5
* gtkmodule: Recurse inner classes of ObjectTypeSymbolsRico Tzschichholz2022-02-091-10/+28
* test/gtktemplate: Use correct class nameRico Tzschichholz2022-02-0913-13/+13
* parser: Clean up creation of constant declarationRico Tzschichholz2022-02-091-6/+8
* vala: Move dynamic property errors to semantic analyzer passRico Tzschichholz2022-02-094-0/+45
* vala: Make sure to drop our "trap" jump target in case of an errorRico Tzschichholz2022-02-093-2/+28
* codegen: Use correct target/destroy of delegate field initializerRico Tzschichholz2022-02-093-3/+39
* tests: Generic type inference for static methods only in compact classesRico Tzschichholz2022-02-091-0/+1
* vala: Add missing TraverseVisitor.visit_data_type()Rico Tzschichholz2022-02-091-0/+6
* vala: Transform assignment of an array element as neededwxx2022-02-094-7/+53
* v4l2: Update V4l2.Capabilities and fix some inline arraysNikola Hadžić2022-02-091-6/+23
* alsa: Add/fix *.alloca() functionsNikola Hadžić2022-02-091-5/+6
* glib-2.0: Fix criticals in string.joinv() with arrays that start with nullNahuel Gomez2022-02-092-1/+4
* codegen: Access of stack allocated struct is guaranteed to be non nullRico Tzschichholz2022-02-093-1/+12
* codegen: Don't uncoditionally null check callback_func for GLib.ClosureRico Tzschichholz2022-02-094-2/+16
* codegen: Access of inline allocated array is guaranteed to be non nullRico Tzschichholz2022-02-093-2/+13
* vala: Implement missing YieldStatement.accept()Rico Tzschichholz2022-02-091-0/+4
* parser: Reduce the source reference of main block method to its beginningRico Tzschichholz2022-02-093-1/+3
* codegen: Avoid symbol clashes with "va_*" from "stdarg.h"Alvarito0505062022-02-092-12/+12
* vala: Require lvalue access of delegate target/destroy "fields"Rico Tzschichholz2022-02-094-2/+31
* codegen: Generated SimpleType structs don't have a type idRico Tzschichholz2022-02-091-0/+5
* Release 0.52.100.52.10Rico Tzschichholz2022-01-095-4/+22
* 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
* vala: Report statement parsing error if it is not meant to be an expressionRico Tzschichholz2022-01-091-1/+5
* 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
* gtkmodule: Handle nested closure elements and bind them accordinglyRico Tzschichholz2022-01-091-3/+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-10/+10
* Release 0.52.90.52.9Rico 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