summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/error-gtypeRico Tzschichholz2020-04-052-2/+21
* vapi: Regenerate GIR-based bindings to pick up type_id of error domainsRico Tzschichholz2020-04-0522-69/+69
* girparser: Pick up type_id of error domainsRico Tzschichholz2020-04-052-4/+3
* codegen: Emit GType definition for error domainsRico Tzschichholz2020-04-0512-3/+167
* codegen: Default to "has_type_id = false" for external error-domainsRico Tzschichholz2020-04-051-1/+5
* glib-2.0: Add type_id of GLib.ErrorRico Tzschichholz2020-04-051-1/+1
* glib-2.0: Annotate error-domains with "has_type_id = false"Rico Tzschichholz2020-04-051-0/+13
* vala: Parse standalone integer/real literals as expression statementRico Tzschichholz2020-04-045-0/+22
* tests: Extend "array foreach" test to increase coverageRico Tzschichholz2020-04-021-0/+7
* vala: Consider boolean types are compatible with each otherRico Tzschichholz2020-04-014-1/+27
* tests: Add "expression as argument" tests to increase coverageRico Tzschichholz2020-04-013-0/+26
* codegen: Correct field declaration for captured inline-allocated arrayRico Tzschichholz2020-03-314-8/+28
* codegen: Don't free value if property setter takes ownershipRico Tzschichholz2020-03-313-1/+24
* tests: Add "local clash with implicit this" test to increase coverageRico Tzschichholz2020-03-312-0/+13
* tests: Add "switch enum" test to increase coverageRico Tzschichholz2020-03-312-0/+19
* codegen: Avoid critical trying to serialize an unsupported type to VariantRico Tzschichholz2020-03-301-0/+2
* 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