summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Extend "property base-access" interface test to increase coverageRico Tzschichholz2019-11-071-0/+13
* codegen: Use G_TYPE_INSTANCE_GET_INTERFACE to get vtable for base-accessRico Tzschichholz2019-11-074-0/+73
* tests: Add "default-handler with base-access" signal test to increase coverageRico Tzschichholz2019-11-072-0/+22
* tests: Extent "post-condition" virtual method test to increase coverageRico Tzschichholz2019-11-071-0/+20
* tests: Extent "girwriter" test to increase coverageRico Tzschichholz2019-11-073-0/+208
* tests: Add "wrongly named constructor" testsRico Tzschichholz2019-11-073-0/+22
* parser: `owned` is not allowed on ConstantsRico Tzschichholz2019-10-143-0/+13
* vala: Fix compatible/disposable check between structs and their subtypesRico Tzschichholz2019-10-052-0/+32
* tests: Add dedicated "delegate without target through varargs" testRico Tzschichholz2019-10-052-0/+32
* vala: Allow to override virtual interface implementationsRico Tzschichholz2019-10-052-0/+17
* tests: Add more "invalid expression" tests to increase coverageRico Tzschichholz2019-10-0510-0/+69
* tests: Add "main block" parser test to increase coverageRico Tzschichholz2019-10-052-0/+3
* tests: Extent "post-condition" creation method test to increase coverageRico Tzschichholz2019-10-051-0/+6
* tests: Add invalid "parser" tests to increase coverageRico Tzschichholz2019-10-053-0/+18
* tests: Add "qualified member/symbol access" tests to increase coverageRico Tzschichholz2019-10-053-0/+36
* tests: Add regression test for genie struct constructionJeremy Philippe2019-09-082-0/+10
* tests: Add dedicated "property ownership" testsRico Tzschichholz2019-09-082-0/+90
* tests: Extend "pre- and post-condition" test to increase coverageRico Tzschichholz2019-09-081-0/+20
* girparser: Improve evalution of instance-parameter informationRico Tzschichholz2019-09-082-0/+51
* vala: Init formal_target_type of ArrayCreationExpr from InitializerListRico Tzschichholz2019-09-082-0/+15
* vala: Support static methods in error-domainsRico Tzschichholz2019-09-083-0/+26
* tests: Add GMutex and GRecMutex test to increase coverageRico Tzschichholz2019-08-052-0/+16
* codegen: Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfacesRico Tzschichholz2019-08-052-0/+55
* codegen: Real structs are allowed by simple generics and passed as referenceRico Tzschichholz2019-07-143-0/+51
* codegen: Assign GValue result of function calls to temp-var on copy_valueRico Tzschichholz2019-07-072-0/+16
* tests: Null-terminate arrays for compatibility test of uint8 and ucharRico Tzschichholz2019-06-191-4/+4
* vala: No-accessor struct properties in GLib.Object class must be ownedRico Tzschichholz2019-05-282-0/+14
* codegen: When freeing local variables don't stop at "switch" on "continue"Rico Tzschichholz2019-05-282-0/+25
* tests: Properties with NoAccessorMethod return heap-allocated structsRico Tzschichholz2019-05-281-1/+1
* girwriter: Write implicit fields for arrays and delegatesRico Tzschichholz2019-05-053-0/+21
* girwriter: Write implicit parameters and properties for genericsRico Tzschichholz2019-05-053-0/+165
* girwriter: Properly write attributes for non-GObject classesRico Tzschichholz2019-05-013-3/+74
* tests: Actually define SkippedStruct as struct for girwriterRico Tzschichholz2019-05-013-13/+12
* girwriter: Don't write "property" attribute for non-gobject propertiesRico Tzschichholz2019-05-013-0/+31
* tests: Fix namespace attributes for girwriterRico Tzschichholz2019-05-012-2/+2
* girwriter: Mention that this file is generated and not meant to be modifiedRico Tzschichholz2019-05-012-2/+1
* tests: More "unassigned variable" tests to increase coverageRico Tzschichholz2019-05-013-0/+18
* tests: Extend "foreach" tests to increase coverageRico Tzschichholz2019-05-011-0/+31
* tests: Extend "assigned local variable" control flow testsRico Tzschichholz2019-05-011-0/+20
* codegen: Always assign original variable when consuming instance to destroyRico Tzschichholz2019-04-081-1/+82
* tests: Add "unassigned local variable in while" testRico Tzschichholz2019-04-082-0/+12
* tests: Extend "assigned local variable" control flow testsRico Tzschichholz2019-04-081-0/+22
* codegen: Implement silent-cast for GLib.VariantRico Tzschichholz2019-03-293-0/+82
* girparser: Create correct output in get_default_lower_case_suffix()Rico Tzschichholz2019-03-282-0/+27
* tests: Add "struct (un)boxing" variant testRico Tzschichholz2019-03-281-0/+16
* codegen: Use available *_unref functions in G_DEFINE_AUTOPTR_CLEANUP_FUNCRico Tzschichholz2019-03-262-0/+13
* codegen: Move implicit GValue cast for comparison to BinaryExpressionRico Tzschichholz2019-03-262-0/+99
* codegen: Resolve generics in sizeof-expression of parameter initializerRico Tzschichholz2019-03-252-0/+29
* tests: Add more invalid "assignment" tests to increase coverageCorentin Noël2019-03-258-0/+83
* tests: Add a field starting with a digit testCorentin Noël2019-03-252-0/+9