summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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 ObjectTypeSymbols (2)Rico Tzschichholz2022-02-091-5/+14
* gtkmodule: Improve UI parsing and handling of nested objects and propertiesRico Tzschichholz2022-02-093-32/+111
* gtkmodule: Recurse inner classes of ObjectTypeSymbolsRico Tzschichholz2022-02-091-5/+14
* test/gtktemplate: Use correct class nameRico Tzschichholz2022-02-0913-13/+13
* vala: Remove some public API from symbols and typesRico Tzschichholz2022-02-065-6/+6
* parser: Clean up creation of constant declarationRico Tzschichholz2022-02-061-6/+8
* parser: Allow usage of dynamic on VarTypeRico Tzschichholz2022-02-067-0/+630
* codegen: Stop generating wrappers for dynamic property accessRico Tzschichholz2022-02-065-149/+92
* vala: Move dynamic property errors to semantic analyzer passRico Tzschichholz2022-02-066-1/+329
* vala: Make sure to drop our "trap" jump target in case of an errorRico Tzschichholz2022-02-043-2/+28
* vapi: Update GIR-based bindingsRico Tzschichholz2022-02-041-2/+2
* gio-2.0,glib-2.0,gobject-2.0: Update 2.72 symbolsRico Tzschichholz2022-02-043-3/+67
* gtk4: Update to 4.6.0+06ec4ec1Rico Tzschichholz2022-02-042-23/+5
* gstreamer: Update from 1.19.90+ git mainRico Tzschichholz2022-02-045-0/+29
* tests: Relax dependency of asynchronous/method-main-async.vala on build envir...Rico Tzschichholz2022-02-032-2/+2
* gtk4: Specify sentinel for GtkAcessible methodsNiels De Graef2022-02-032-1/+6
* codegen: Use correct target/destroy of delegate field initializerRico Tzschichholz2022-01-314-3/+505
* vala: Improve check of generic type references in static contextsRico Tzschichholz2022-01-306-0/+76
* tests: Generic type inference for static methods only in compact classesRico Tzschichholz2022-01-302-273/+13
* vala: Add missing TraverseVisitor.visit_data_type()Rico Tzschichholz2022-01-301-0/+6
* vala: Some simplifications while TypeParameter is a TypeSymbolRico Tzschichholz2022-01-301-5/+6
* Release 0.55.20.55.2Rico Tzschichholz2022-01-285-4/+36
* manual: Update from wiki.gnome.orgRico Tzschichholz2022-01-281-8/+8
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-269-76/+128
* vala: Transform assignment of an array element as neededwxx2022-01-266-7/+325
* v4l2: Update V4l2.Capabilities and fix some inline arraysNikola Hadžić2022-01-251-6/+23
* posix: Add limits.h bindingNikola Hadžić2022-01-251-0/+140
* alsa: Add/fix *.alloca() functionsNikola Hadžić2022-01-251-5/+6
* vapi: Add linux-media bindings (linux/media.h)Nikola Hadžić2022-01-251-0/+278
* glib-2.0: Fix criticals in string.joinv() with arrays that start with nullNahuel Gomez2022-01-254-75/+109
* parser: Improve handling of nullable VarType in with-statementRico Tzschichholz2022-01-255-2/+42
* codegen: Cast generic return value from g_sequence_get()Princeton Ferro2022-01-252-3/+12
* vala: Add support to infer return type of dynamic signalsLorenz Wildberg2022-01-258-2/+207
* vala: Add foreach statement support for GLib.SequencePrinceton Ferro2022-01-258-1/+191
* vala: Add foreach statement support for GLib.ArrayPrinceton Ferro2022-01-249-3/+419
* codegen: Access of stack allocated struct is guaranteed to be non nullRico Tzschichholz2022-01-244-5/+16
* codegen: Don't uncoditionally null check callback_func for GLib.ClosureRico Tzschichholz2022-01-245-3/+27
* codegen: Access of inline allocated array is guaranteed to be non nullRico Tzschichholz2022-01-236-19/+30
* gtk4: Update to 4.6.0+a092986aRico Tzschichholz2022-01-211-11/+11
* gstreamer: Update from 1.19.3+ git masterRico Tzschichholz2022-01-211-10/+10
* glib-2.0,gio-2.0: Update 2.72 symbolsRico Tzschichholz2022-01-213-1/+18
* vala: async-ize main block when yield is usedPrinceton Ferro2022-01-199-1/+826
* vala: Make Vala.Variable an abstract classRico Tzschichholz2022-01-191-2/+2
* vala: Implement missing YieldStatement.accept()Rico Tzschichholz2022-01-181-0/+4
* parser: Reduce the source reference of main block method to its beginningRico Tzschichholz2022-01-184-1/+24
* codegen: Avoid symbol clashes with "va_*" from "stdarg.h"Alvarito0505062022-01-182-12/+12
* codegen: Add support for async mainPrinceton Ferro2022-01-1710-19/+347
* vala: Require lvalue access of delegate target/destroy "fields"Rico Tzschichholz2022-01-165-2/+122