summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* codegen: Don't leak target-reference when casting/assigning owned delegatesRico Tzschichholz2017-03-222-0/+91
* codegen: Fix delegate initializer for instance fieldsRico Tzschichholz2017-03-222-0/+25
* vala: Fix MemberAccess.is_non_null() for EnumValue constantsOle André Vadla Ravnås2017-03-142-0/+11
* codegen: Properly null-out source on ownership-transfer of delegatesMarvin W2017-03-142-0/+15
* tests: Merge two main methodsRico Tzschichholz2017-03-141-26/+20
* signalmodule: Handle nullable ValueTypes properly and treat them as pointerRico Tzschichholz2017-03-142-0/+71
* codegen: Property equality check can't be applied to non-automatic-bodiesRico Tzschichholz2017-03-122-0/+21
* class: Perform more thorough compatibility check of inherited propertiesRico Tzschichholz2017-03-104-0/+60
* vala: Disallow private accessors in overridable propertiesSimon Werbeck2017-03-092-0/+13
* codegen: Fix base-access from within overriding struct-property-accessorRico Tzschichholz2017-03-082-0/+56
* codegen: Check there is a return error location before using itCarlos Garnacho2017-03-061-1/+2
* tests: Add "finish_instance = false" test-caseRico Tzschichholz2017-03-062-0/+44
* tests: Add "use_string_marshalling = true" dbus-testCarlos Garnacho2017-03-062-0/+17
* memberaccess: Don't resolve base_method/property twiceRico Tzschichholz2017-03-052-0/+19
* signalmodule: Add support for array-parameters with rank > 1Francisco Serna2017-03-052-0/+23
* tests: Add a bunch of chain-up testsRico Tzschichholz2017-03-0511-0/+191
* tests: Enable -Werror=int-conversionRico Tzschichholz2017-02-241-1/+1
* codegen: Fix instance parameter for property setter in SimpleType structsNikolay Orlyuk2017-02-242-0/+24
* tests: Add N-D array testsRico Tzschichholz2017-02-211-0/+30
* tests: Add test for dbus fd passing failuresCarlos Garnacho2017-02-182-0/+78
* glib-2.0: Mark va_list.arg() with simple-generics to allow int64 or doubleRico Tzschichholz2017-02-151-1/+5
* codegen: Support casting arbitary value-types to arraysRico Tzschichholz2017-02-122-0/+59
* vala: Non-null initializers are not allowed for owned namespace fieldsRico Tzschichholz2017-02-122-0/+9
* codegen: Fix memory leak when using object initializer for propertiesRico Tzschichholz2017-02-122-0/+80
* codegen: Don't return void for non-nullable simple-type structsMichael James Gratton2017-02-082-0/+27
* tests: Add testcase for double-free regressionOle André Vadla Ravnås2017-01-162-0/+24
* D-Bus: support [DBus (signature = ...)] for propertiesAbderrahim Kitouni2017-01-052-0/+137
* Move writing of G_GNUC_DEPRECATED down to CCodeDeclarator implementationsRico Tzschichholz2017-01-041-0/+37
* vala: Check inferred generic-types of MemberAccessRico Tzschichholz2016-12-102-0/+10
* vala: Check generic-types count of DelegateTypeMatthias Berndt2016-12-102-0/+8
* codegen: Reference struct fields with their actual cnameRico Tzschichholz2016-12-082-0/+18
* methodcall: Don't try to remove N_/NC_ while they are properly handled in CRico Tzschichholz2016-11-303-1/+54
* tests: Add gir-test for fixed-size arraysRico Tzschichholz2016-11-272-0/+69
* tests: Enable -Werror=redundant-declsRico Tzschichholz2016-11-111-1/+1
* ccode: Fix and disable deprecating EnumValueRico Tzschichholz2016-11-111-1/+3
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-112-0/+15
* Transform CCode*'s "deprecated" into using CCodeNode's "modifiers"Rico Tzschichholz2016-11-111-0/+16
* tests: Add missing main() in bug641418-*.testRico Tzschichholz2016-11-103-0/+9
* Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functionsRico Tzschichholz2016-11-092-0/+77
* vala: check a property has an accessor and/or a mutatorAlistair Thomas2016-11-083-0/+22
* tests: More cases of FormatArg functionsRico Tzschichholz2016-11-071-0/+26
* codegen: Add G_GNUC_FORMAT attribute for FormatArg functionsJürg Billeter2016-11-072-0/+8
* tests: Enable -Werror=format-nonliteralJürg Billeter2016-11-071-1/+1
* Fix broken destruction of null-terminated arrays in async data structsRichard Wiedenhöft2016-11-072-0/+23
* codegen: Allow underscores in type parameter namesSeverin Heiniger2016-11-032-0/+13
* tests: Enable -Werror=format-securityJürg Billeter2016-11-031-1/+1
* Fix deprecation of class/struct fieldsRico Tzschichholz2016-11-032-0/+33
* Check printf arguments of object creation expressionsJürg Billeter2016-11-014-0/+16
* codegen: Only emit notify signals if the value actually changedEvan Nemerson2016-10-252-0/+54
* Add explicit copy method for arraysLuca Bruno2016-10-201-0/+8