summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: Add code to automatically generate GDBusProxy classeswip/tintou/dbus-autogenCorentin Noël2020-03-302-5/+89
* vala: Handle all ctors and dtors in CodeWriterRico Tzschichholz2020-03-291-0/+48
* vala: Handle unlock() statement in CodeWriterRico Tzschichholz2020-03-291-0/+8
* vala: Support struct initializer list in non-constant arraySimon Werbeck2020-03-254-4/+51
* codegen: Append initializer for "_*_size_" of array field in internal structRico Tzschichholz2020-03-253-0/+37
* vala: Move setting of target profile and standard packages into CodeContextRico Tzschichholz2020-03-256-66/+73
* girparser: Strip "Enum"-suffix only from enumerationRico Tzschichholz2020-03-251-1/+5
* vala: Add Expression.is_always_true/false() helpersRico Tzschichholz2020-03-255-42/+23
* tests: Add "throw in loops" tests to increase coverageRico Tzschichholz2020-03-252-0/+120
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-2436-65/+65
* Bump version suffix to 0.50Rico Tzschichholz2020-03-232-1/+3
* Release 0.48.20.48.2Rico Tzschichholz2020-03-235-4/+42
* manual: Update from wiki.gnome.orgRico Tzschichholz2020-03-231-8/+19
* vapi: Update GIR-based bindingsRico Tzschichholz2020-03-232-19/+7
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2020-03-236-27/+63
* gtk4: Update to 3.98.1Rico Tzschichholz2020-03-231-101/+94
* tests: Drop usage of "--main main" and avoid ambigious entry-pointsRico Tzschichholz2020-03-2215-69/+2
* codegen: IntegerLiteral is a valid constant size for inline-allocated arrayRico Tzschichholz2020-03-211-0/+2
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-215-6/+12
* codegen: Include "glib.h" for g_return_*() usageRico Tzschichholz2020-03-191-0/+3
* glib-2.0: Add binding for g_win32_ftruncate()Rico Tzschichholz2020-03-191-0/+1
* gio-2.0: Add binding for g_io_error_from_win32_error()Rico Tzschichholz2020-03-192-0/+12
* glib-2.0: Add missing IOChannel's win32 APIZUHONG TAO2020-03-191-0/+7
* parser: Improve error message for invalid ArrayCreationExpressionRico Tzschichholz2020-03-193-0/+9
* codegen: Initialize temp-var for property array length before calling getterRico Tzschichholz2020-03-183-3/+34
* codegen: Use memset to initialize inline-allocated array with non-constant sizeRico Tzschichholz2020-03-182-19/+85
* codegen: Improve handling of "array_length_type" attributeRico Tzschichholz2020-03-1711-23/+180
* codegen: Inherit "array_length_type" from (base-/base-interface) parameter/pr...Rico Tzschichholz2020-03-172-4/+55
* codegen: Use correctly typed array-length variable for delegate invocationRico Tzschichholz2020-03-171-1/+2
* codegen: Use correctly typed array-length variable for property-getterRico Tzschichholz2020-03-171-1/+6
* vala: Inherit lambda parameter attributes from delegateRico Tzschichholz2020-03-171-0/+1
* vala: Improve copy of required attributes from delegate to lamdba methodRico Tzschichholz2020-03-172-5/+8
* posix: Add pathconf and fpathconf bindingsCorentin Noël2020-03-171-0/+63
* vala: Accept enum-values as length for inline allocated arraysRico Tzschichholz2020-03-143-1/+22
* valadoc: Create and register current Vala.CodeContext properlyRico Tzschichholz2020-03-133-4/+9
* vala: Use error() instead of Report.error() inside of CodeContext.get()Rico Tzschichholz2020-03-131-4/+2
* vapi: Add cairo-gobject bindingRico Tzschichholz2020-03-1311-8/+17
* cairo: Add missing type_id attributes guarded by GOBJECT defineCorentin Noël2020-03-131-12/+196
* codegen: Correctly access captured parameter in precondition of methodRico Tzschichholz2020-03-135-1/+46
* codegen: Emit postconditions before free'ing local variablesRico Tzschichholz2020-03-133-7/+63
* codegen: Reset outdated array _size_ variable after use as ref parameterRico Tzschichholz2020-03-123-0/+26
* vapigen: Define "GOBJECT" corresponding to set profile of CodeContextRico Tzschichholz2020-03-121-0/+1
* glib-2.0: Add binding for g_poll()ZUHONG TAO2020-03-111-0/+2
* Release 0.48.10.48.1Rico Tzschichholz2020-03-115-4/+29
* codegen: Avoid symbol clashes with "va_*" from "stdarg.h"Rico Tzschichholz2020-03-111-11/+11
* codegen: Move ObjectTypeSymbol casting to GTypeModuleRico Tzschichholz2020-03-102-91/+98
* codegen: Factor out GValueModuleRico Tzschichholz2020-03-104-88/+124
* codegen: Move GLibValue into a separate source-fileRico Tzschichholz2020-03-103-147/+173
* codegen: Cleanup GLibValue helper functionsRico Tzschichholz2020-03-101-53/+42
* tests: Extend "GLib.Value (un-)boxing" test to increase coverageRico Tzschichholz2020-03-101-0/+38