summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Drop usage of "--main main" and avoid ambigious entry-pointsRico Tzschichholz2020-03-2215-69/+2
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-212-0/+6
* parser: Improve error message for invalid ArrayCreationExpressionRico Tzschichholz2020-03-192-0/+6
* codegen: Initialize temp-var for property array length before calling getterRico Tzschichholz2020-03-182-0/+22
* codegen: Use memset to initialize inline-allocated array with non-constant sizeRico Tzschichholz2020-03-181-9/+45
* codegen: Improve handling of "array_length_type" attributeRico Tzschichholz2020-03-172-0/+157
* vala: Accept enum-values as length for inline allocated arraysRico Tzschichholz2020-03-142-0/+20
* codegen: Correctly access captured parameter in precondition of methodRico Tzschichholz2020-03-132-0/+36
* codegen: Emit postconditions before free'ing local variablesRico Tzschichholz2020-03-132-0/+52
* codegen: Reset outdated array _size_ variable after use as ref parameterRico Tzschichholz2020-03-122-0/+12
* tests: Extend "GLib.Value (un-)boxing" test to increase coverageRico Tzschichholz2020-03-101-0/+38
* vala: Real struct-type without type_id can't be used for GObject propertyRico Tzschichholz2020-03-082-0/+15
* codegen: Actually respect "delegate_target" attribute of method/parameterRico Tzschichholz2020-03-082-0/+106
* test: Fix "GenericAccessors" testRico Tzschichholz2020-03-071-1/+1
* tests: Extend "GenericAccessors" test to increase coverageRico Tzschichholz2020-03-071-0/+4
* codegen: Add destroy of parameter in vfunc of delegate property setterRico Tzschichholz2020-03-072-0/+54
* tests: Rerun a few tests with POSIX profile to increase coverageRico Tzschichholz2020-03-062-2/+11
* tests: Split array tests to provide a GLib-independent testRico Tzschichholz2020-03-063-48/+51
* vala: Bail ThrowStatement.get_error_types() if error is setRico Tzschichholz2020-02-202-0/+15
* tests: Add invalid "return" tests to increase coverageRico Tzschichholz2020-02-205-0/+41
* Add support for sealed classes in bindingsRico Tzschichholz2020-02-194-0/+28
* vala: Don't process arguments of MethodCall if error is setRico Tzschichholz2020-02-182-0/+9
* vala: Set error and return early on invalid index in ElementAccessRico Tzschichholz2020-02-182-0/+7
* vala: Don't process initializer of parameter if error is setRico Tzschichholz2020-02-182-0/+8
* tests: Add "GObject and GType class lifetime" tests to increase coverageRico Tzschichholz2020-02-183-0/+61
* vala: Handle PointerType and VoidType in Constant.check_const_type()Rico Tzschichholz2020-02-182-0/+7
* testrunner: Pass G_DEBUG=fatal-warnings to invalid testRico Tzschichholz2020-02-181-1/+1
* codegen: Don't initialize stack-allocated array with local-constant lengthRico Tzschichholz2020-02-172-0/+14
* testrunner: Invalid tests and therefore expected failures must return 1Rico Tzschichholz2020-02-051-1/+5
* codegen: Explicitly include <glib.h> as needed for null-literalRico Tzschichholz2020-02-012-0/+4
* codegen: Explicitly include header for length-type of arraysRico Tzschichholz2020-02-012-0/+4
* vala: Inline allocated arrays require length or initializerRico Tzschichholz2020-02-015-0/+30
* tests: Add more "parser" tests to increase coverageRico Tzschichholz2020-01-303-0/+20
* vala: Improve detection of recursive struct declarationsPrinceton Ferro2020-01-292-0/+14
* codegen: Handle different type-symbols in visit_base_access()Rico Tzschichholz2020-01-254-0/+92
* codegen: Skip StructRegisterFunction for boolean/integer/floating typesRico Tzschichholz2020-01-252-0/+12
* codegen: Cast instance parameter in member-initializer for base-propertiesRico Tzschichholz2020-01-212-0/+20
* Add further support for params arraysRico Tzschichholz2020-01-155-0/+72
* codegen: Use result value of assignment rather than its computationRico Tzschichholz2020-01-142-0/+30
* vala: Fix short-circuiting behavior of coalescing operatorJeremy Philippe2020-01-114-0/+52
* vala: Non-nullable value-type in coalesce expression needs to be copiedJeremy Philippe2020-01-082-0/+18
* vala: Infer target_type in coalescing expressionsJeremy Philippe2020-01-082-0/+24
* codegen: Don't set implemenation of interface property to its ownRico Tzschichholz2020-01-072-0/+17
* tests: Fix make distcheckRico Tzschichholz2020-01-071-1/+1
* genie: Fix parser's inner state when a struct is declared after a classJeremy Philippe2020-01-062-0/+14
* vala: Allow to override base interface properties explicitlyJeremy Philippe2019-12-212-0/+55
* vala: Don't allow "va_list" as return-type or type of fieldsRico Tzschichholz2019-12-035-0/+32
* test: Add some "method-call" tests to increase coverageRico Tzschichholz2019-11-275-0/+48
* codegen: Fix precondition in creation method of structsRico Tzschichholz2019-11-261-0/+27
* scanner: Improve check of "\u" escape sequenceRico Tzschichholz2019-11-253-0/+12