summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add more method tests to increase coverageHEADstagingmainRico Tzschichholz2023-05-173-0/+27
* tests: Add missing instance fields to GIR test filesRico Tzschichholz2023-04-168-0/+24
* vala: Don't make GenericType nullable by defaultRico Tzschichholz2023-04-149-5/+195
* codegen: Fix usage of lambda-expression from delegate initializerRico Tzschichholz2023-04-133-0/+1289
* codegen: Return CCodeInvalidExpression instead of nullRico Tzschichholz2023-04-132-0/+12
* vala: Check type-argument count of interface prerequisitesRico Tzschichholz2023-04-085-0/+44
* codegen: Stabilize CCode.cname for backing method of lamdba expressionRico Tzschichholz2023-04-0696-1539/+1539
* vala: Improve initialization of namespace fields with compound literalRico Tzschichholz2023-03-275-4/+179
* codegen: Use G_TYPE_FLAG_NONE when targetting glib >= 2.74Rico Tzschichholz2023-03-211-0/+1
* tests: Extend "struct-typed properties" tests to increase coverageRico Tzschichholz2023-03-215-12/+946
* tests: Add "signal with struct parameter" test to increase coverageRico Tzschichholz2023-03-213-0/+451
* vala: Owned property accessors are not allowed for non-null simple typesRico Tzschichholz2023-03-212-0/+13
* vala: Allow assignment of namespace fields with inline allocated arraysRico Tzschichholz2023-03-203-0/+60
* tests: Fix -Werror=array-bounds failureRico Tzschichholz2023-03-202-2/+2
* vala: Set proper value-type of unary ref/out expression in initializersRico Tzschichholz2023-03-195-0/+238
* tests: Drop superfluous GLIB_2_56 preprocessingRico Tzschichholz2023-03-181-3/+0
* codegen: Use g_object_class_override_property to implement generic interface ...Rico Tzschichholz2023-03-133-0/+546
* codegen: Add cast to accessor calls for generic property implementationsRico Tzschichholz2023-03-133-4/+200
* codegen: Consistently handle GLib.Error as boxed typeRico Tzschichholz2023-03-095-33/+824
* vala: Correctly handle pre/post-increment expression as index of element accessRico Tzschichholz2023-03-084-9/+65
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-289-243/+299
* vala: Better handling of [NoReturn] call inside finally clauseRico Tzschichholz2023-02-063-0/+74
* codegen: Cast vfunc of property accessors by using cast_method_pointer()Rico Tzschichholz2023-02-0512-62/+62
* codegen: Cast return value of generic type accessor functionsRico Tzschichholz2023-02-052-6/+6
* codegen: Perform required cast while assigning and passing function pointersRico Tzschichholz2023-02-053-12/+12
* codegen: Perform required casts for generic types of return-values and in/out...Rico Tzschichholz2023-01-317-0/+486
* vala: Add support for Hexadecimal floating point literalswszqkzqk2023-01-307-0/+126
* vala: Improve missing exponent check for real literalsRico Tzschichholz2023-01-302-0/+10
* vala: Improve compatibility type checks of array elements in assignmentsRico Tzschichholz2023-01-308-0/+1010
* glib-2.0: Improve string.replace()wszqkzqk2023-01-301-62/+42
* tests: Extend string.replace() test to increase coverageRico Tzschichholz2023-01-182-0/+20
* codegen: Add foreach support for stringsFrederik Zipp2023-01-112-0/+44
* tests: Update c-expectedwszqkzqk2023-01-11623-623/+623
* parser: Support one-line declaration of multiple fields in classes/structswszqkzqk2023-01-053-0/+359
* tests: Add "one-line declaration of local variables" test to increase coverageRico Tzschichholz2023-01-053-0/+33
* codegen: Correctly handle fixed-length array initialization of fields in classesRico Tzschichholz2023-01-047-2/+453
* parser: Properly handle chained equality expressionswszqkzqk2022-12-224-0/+292
* tests: Add "string relation" tests to increase coverageRico Tzschichholz2022-12-223-0/+49
* tests: Add "type check comparison" test to increase coverageRico Tzschichholz2022-12-223-0/+317
* vala: Add support for binary/octal integer literal星外之神2022-12-0814-0/+180
* vala: Improve integer literal checksRico Tzschichholz2022-12-086-0/+28
* vala: Fix assignment operators for element accessSimon Werbeck2022-11-143-0/+176
* vala: Add support for verbatim template string星外之神2022-10-3013-30/+418
* vala: Report error in real literal if exponent has no digits星外之神2022-10-264-0/+18
* codegen: Add glib.h include for TRUE/FALSE literalRico Tzschichholz2022-10-024-1/+30
* tests: Add "entry point exists" test to increase coverageRico Tzschichholz2022-09-262-0/+10
* tests: Split up gir parser tests into dedicated filesRico Tzschichholz2022-09-1281-639/+845
* vala: Make try-statement parsing more resilientRico Tzschichholz2022-08-152-0/+17
* vala: Enforce required type-arguments on parameter/return types of callablesRico Tzschichholz2022-08-095-0/+41
* Bump version suffix to 0.580.57.0Rico Tzschichholz2022-08-011-0/+2