summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* codegen: Don't try to infer error argument on async begin methodsRico Tzschichholz2018-02-042-0/+21
* codegen: Fix return-type for cancelled async creation methods of classesErnestas Kulik2018-01-302-0/+16
* tests: Add missing PrintfFormat attributeRico Tzschichholz2018-01-301-0/+1
* codegen: Infer error parameter from abstract/virtual method implementationsRico Tzschichholz2018-01-302-0/+60
* tests: Add test for invalid variadic functionRico Tzschichholz2018-01-302-0/+8
* vala: Variadic constructors without a real first parameter are not allowedRico Tzschichholz2018-01-302-0/+10
* tests: Add test for parameter type checking of async methodsRico Tzschichholz2018-01-192-0/+16
* test: Drop workaround for fixed bug with compact classesRico Tzschichholz2018-01-161-3/+0
* codegen: Add destroy out-param when invoking delegate returned by delegateRico Tzschichholz2018-01-162-0/+17
* codegen: Don't create null-safe destroy-wrapper for GenericTypeGeorge Barrett2017-12-092-0/+17
* tests: Add further "use of generics in constructor" testRico Tzschichholz2017-12-092-0/+16
* vala: Don't transform an explicit "null" into a valid format-stringRico Tzschichholz2017-12-092-0/+9
* codegen: Discover invalid member access to instance fieldRico Tzschichholz2017-12-092-0/+10
* vala: Report error for missing type-parameter on enclosing typeRico Tzschichholz2017-12-092-0/+11
* codegen: Enforce name-length >= 3 for structs using GTypeRico Tzschichholz2017-12-092-0/+11
* tests: Invalid Code needs to be recoginized explicitly by an compiler errorRico Tzschichholz2017-12-091-3/+1
* tests: split VALAFLAGS over multiple lines in testrunner.shAlistair Thomas2017-11-191-1/+19
* codegen: Avoid possible conflicts with internal property/signal definesRico Tzschichholz2017-10-262-0/+12
* codegen: Prioritize "array_length=true" over "array_null_terminated=true"Rico Tzschichholz2017-10-263-0/+41
* tests: Add "finish_instance = false" test-caseRico Tzschichholz2017-10-062-0/+44
* gvariant: Optimize (de)serialization of arrays with type-signature "ay"Ole André Vadla Ravnås2017-10-052-0/+19
* tests: Add regression testRico Tzschichholz2017-08-272-0/+43
* codegen: Don't transfer ownership of local-variable if target-type is unknownRico Tzschichholz2017-08-273-0/+41
* testrunner: Pass -X -DGETTEXT_PACKAGE=\"valac\"Rico Tzschichholz2017-08-271-1/+1
* tests: Fix dbus/filedescriptor-errors.testRico Tzschichholz2017-08-271-2/+2
* tests: Fix test delegates/bug659778.valaAlistair Thomas2017-08-271-6/+6
* codegen: Include glib-object.h for Structs with type_idRico Tzschichholz2017-08-162-0/+7
* codegen: Include glib-object.h for Enums with type_idRico Tzschichholz2017-08-162-0/+8
* girparser: Fix parsing of delegate-alias without targetRico Tzschichholz2017-06-262-0/+21
* codegen: Nullable ValueType requires POINTER as marshaller signatureRico Tzschichholz2017-06-182-0/+58
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-06-152-0/+51
* tests: Add some constructor testsRico Tzschichholz2017-06-082-0/+32
* gdbus: Don't leak nested HashTable on deserializationRico Tzschichholz2017-06-082-0/+64
* tests: Additional basic-types tests for dbusRico Tzschichholz2017-06-081-0/+6
* vala: Handle non-null in coalescing expressionMarvin W2017-06-082-1/+14
* testrunner: Respect given VALAFLAGSMarvin W2017-06-081-2/+2
* codegen: Don't leak target-reference when casting/assigning owned delegatesRico Tzschichholz2017-04-172-0/+91
* codegen: Fix delegate initializer for instance fieldsRico Tzschichholz2017-04-172-0/+25
* codegen: Properly null-out source on ownership-transfer of delegatesMarvin W2017-03-162-0/+15
* signalmodule: Handle nullable ValueTypes properly and treat them as pointerRico Tzschichholz2017-03-162-0/+71
* vala: Fix MemberAccess.is_non_null() for EnumValue constantsOle André Vadla Ravnås2017-03-162-0/+11
* vala: Non-null initializers are not allowed for owned namespace fieldsRico Tzschichholz2017-03-162-0/+9
* codegen: Fix base-access from within overriding struct-property-accessorRico Tzschichholz2017-03-162-0/+56
* codegen: Check there is a return error location before using itCarlos Garnacho2017-03-061-1/+2
* tests: Add "use_string_marshalling = true" dbus-testCarlos Garnacho2017-03-062-0/+17
* memberaccess: Don't resolve base_method/property twiceRico Tzschichholz2017-03-062-0/+19
* tests: Add test for dbus fd passing failuresCarlos Garnacho2017-03-012-0/+78
* codegen: Don't return void for non-nullable simple-type structsMichael James Gratton2017-03-012-0/+27
* codegen: Fix instance parameter for property setter in SimpleType structsNikolay Orlyuk2017-03-012-0/+24
* codegen: Fix memory leak when using object initializer for propertiesRico Tzschichholz2017-03-012-0/+80