summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* vala: Explicit "new" method may be incompatible with a posssible base methodRico Tzschichholz2020-05-181-0/+1
* vala: Transform cast from integer-type to boxed-typeRico Tzschichholz2020-05-101-0/+2
* vala: Transform cast from floating-type to boxed-typeRico Tzschichholz2020-05-101-0/+2
* codegen: Correctly handle cast-expression of real struct to nullable structRico Tzschichholz2020-05-101-0/+1
* vala: Set value_type of undefined member-access to avoid further criticalsRico Tzschichholz2020-05-091-0/+1
* vala: params-array parameter is not allowed in abstract/virtual methodRico Tzschichholz2020-05-051-0/+1
* vala: Check coverage of switch on enum-type and issue warnings if neededRico Tzschichholz2020-04-271-0/+1
* tests: Fix make distRico Tzschichholz2020-04-211-0/+2
* vala: Ensure non-empty argument list for "disconnect" before accessing itPrinceton Ferro2020-04-171-0/+1
* tests: Actually make the "version check" tests workRico Tzschichholz2020-04-161-2/+2
* tests: Add "version check" tests to increase coverageRico Tzschichholz2020-04-161-0/+11
* vala: Check assigned handler of dynamic signal before proceeding furtherRico Tzschichholz2020-04-151-0/+1
* codegen: Fix base-access to non-abstract/non-virtual propertiesRico Tzschichholz2020-04-151-0/+1
* codegen: Use specified indices to access multidimensional array constantsRico Tzschichholz2020-04-131-0/+1
* codegen: Correctly handle signals returning real non-nullable structRico Tzschichholz2020-04-121-0/+1
* codegen: Use get_value_*_function() in GSignalModule.generate_marshaller()Rico Tzschichholz2020-04-121-0/+2
* codegen: Fix binary 'in' operator on array with boxed value-typed needleAndrea Del Signore2020-04-111-0/+1
* tests: Add "Bus/DBusConnection.get_proxy*()" tests to increase coverageRico Tzschichholz2020-04-071-0/+3
* codegen: Don't pass CCodeCastExpression to NULL-aware free macroRico Tzschichholz2020-04-051-0/+1
* gdbus: Use GDBusProxy API to set `g-interface-info` at initialization timeCorentin Noël2020-04-051-0/+1
* vala: Warn about usage of override to implement abstract interface methodsRico Tzschichholz2020-04-051-0/+1
* vala: Parse standalone integer/real literals as expression statementRico Tzschichholz2020-04-041-0/+2
* vala: Consider boolean types are compatible with each otherRico Tzschichholz2020-04-011-0/+1
* tests: Add "expression as argument" tests to increase coverageRico Tzschichholz2020-04-011-0/+2
* codegen: Correct field declaration for captured inline-allocated arrayRico Tzschichholz2020-03-311-0/+1
* codegen: Don't free value if property setter takes ownershipRico Tzschichholz2020-03-311-0/+1
* tests: Add "local clash with implicit this" test to increase coverageRico Tzschichholz2020-03-311-0/+1
* tests: Add "switch enum" test to increase coverageRico Tzschichholz2020-03-311-0/+1
* vala: Support struct initializer list in non-constant arraySimon Werbeck2020-03-251-0/+1
* codegen: Append initializer for "_*_size_" of array field in internal structRico Tzschichholz2020-03-251-0/+1
* tests: Add "throw in loops" tests to increase coverageRico Tzschichholz2020-03-251-0/+1
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-211-0/+1
* parser: Improve error message for invalid ArrayCreationExpressionRico Tzschichholz2020-03-191-0/+1
* codegen: Initialize temp-var for property array length before calling getterRico Tzschichholz2020-03-181-0/+1
* codegen: Improve handling of "array_length_type" attributeRico Tzschichholz2020-03-171-0/+1
* vala: Accept enum-values as length for inline allocated arraysRico Tzschichholz2020-03-141-0/+1
* codegen: Correctly access captured parameter in precondition of methodRico Tzschichholz2020-03-131-0/+1
* codegen: Emit postconditions before free'ing local variablesRico Tzschichholz2020-03-131-0/+1
* codegen: Reset outdated array _size_ variable after use as ref parameterRico Tzschichholz2020-03-121-0/+1
* vala: Real struct-type without type_id can't be used for GObject propertyRico Tzschichholz2020-03-081-0/+1
* codegen: Actually respect "delegate_target" attribute of method/parameterRico Tzschichholz2020-03-081-0/+1
* codegen: Add destroy of parameter in vfunc of delegate property setterRico Tzschichholz2020-03-071-0/+1
* tests: Rerun a few tests with POSIX profile to increase coverageRico Tzschichholz2020-03-061-1/+10
* tests: Split array tests to provide a GLib-independent testRico Tzschichholz2020-03-061-0/+1
* vala: Bail ThrowStatement.get_error_types() if error is setRico Tzschichholz2020-02-201-0/+1
* tests: Add invalid "return" tests to increase coverageRico Tzschichholz2020-02-201-0/+4
* Add support for sealed classes in bindingsRico Tzschichholz2020-02-191-0/+3
* vala: Don't process arguments of MethodCall if error is setRico Tzschichholz2020-02-181-0/+1
* vala: Set error and return early on invalid index in ElementAccessRico Tzschichholz2020-02-181-0/+1
* vala: Don't process initializer of parameter if error is setRico Tzschichholz2020-02-181-0/+1