summaryrefslogtreecommitdiff
path: root/tests/objects
Commit message (Expand)AuthorAgeFilesLines
...
* codegen: Fix access to captured generics in async method of interfaces (2)Rico Tzschichholz2021-04-191-1/+6
* vala: Properly check GLib.Object naming convention for propertiesRico Tzschichholz2021-04-192-0/+16
* vala: Replace all type parameter occurances in parameters for signal delegateRico Tzschichholz2021-03-101-0/+32
* codegen: Fix access to captured generics in async method of interfacesRico Tzschichholz2021-03-091-0/+15
* vala: Improve context check whether property is writeable on assignmentsRico Tzschichholz2021-02-264-0/+81
* vala: Properly parse and handle chained initialization of membersRico Tzschichholz2021-02-162-0/+79
* vala: Include type-checks in preconditions of methods for type narrowingRico Tzschichholz2021-02-131-0/+19
* tests: Don't leak array if length is -1Rico Tzschichholz2021-02-042-0/+15
* codegen: Fix assignment of casted struct value to propertyRico Tzschichholz2021-01-061-0/+56
* codegen: Don't leak memory on internal value comparison of property setterRico Tzschichholz2021-01-011-0/+54
* codegen: Support chain up to simple generics constructorSimon Werbeck2020-12-301-0/+29
* tests: Add "constructor with inner error" test to increase coverageRico Tzschichholz2020-11-141-0/+24
* vala: Add support for type narrowingRico Tzschichholz2020-11-112-0/+83
* Don't use broken and unsupported cast expression as statementRico Tzschichholz2020-09-291-1/+0
* vala: Recognize previously inserted implicit access to with-variablewip/issue/1043Nick Schrader2020-09-273-0/+72
* codegen: Support non-virtual signals with default handlerRico Tzschichholz2020-08-071-0/+23
* tests: Add "return in construct/destructor" tests to increase coverageRico Tzschichholz2020-08-062-0/+26
* tests: Add "enum typed property" tests to increase coverageRico Tzschichholz2020-08-061-0/+62
* vala: Switch context if with-variable is not owned by with-statement ifselfRico Tzschichholz2020-08-061-0/+24
* vala: Allow prototype access to signal with emitterRico Tzschichholz2020-07-203-0/+75
* tests: Add "access vfunc pointer" test to increase coverageRico Tzschichholz2020-07-201-0/+30
* glib-2.0: Drop type_id from GLib.Error, let it be handled internallyRico Tzschichholz2020-07-201-0/+26
* tests: Don't use invalid syntax to declare local variable with array typeRico Tzschichholz2020-07-021-1/+1
* Consistently use get_ccode_lower_case_prefix() for function namesRico Tzschichholz2020-06-141-0/+23
* Add support for "with" statementNick Schrader2020-06-023-0/+145
* vala: Explicit "new" method may be incompatible with a posssible base methodRico Tzschichholz2020-05-181-0/+17
* vala: Check assigned handler of dynamic signal before proceeding furtherRico Tzschichholz2020-04-151-0/+6
* codegen: Fix base-access to non-abstract/non-virtual propertiesRico Tzschichholz2020-04-151-0/+25
* codegen: Correctly handle signals returning real non-nullable structRico Tzschichholz2020-04-121-0/+46
* codegen: Use get_value_*_function() in GSignalModule.generate_marshaller()Rico Tzschichholz2020-04-122-0/+50
* codegen: Don't pass CCodeCastExpression to NULL-aware free macroRico Tzschichholz2020-04-051-0/+15
* vala: Warn about usage of override to implement abstract interface methodsRico Tzschichholz2020-04-051-0/+23
* codegen: Don't free value if property setter takes ownershipRico Tzschichholz2020-03-311-0/+22
* tests: Drop usage of "--main main" and avoid ambigious entry-pointsRico Tzschichholz2020-03-227-34/+2
* codegen: Initialize temp-var for property array length before calling getterRico Tzschichholz2020-03-181-0/+21
* vala: Real struct-type without type_id can't be used for GObject propertyRico Tzschichholz2020-03-081-0/+14
* codegen: Add destroy of parameter in vfunc of delegate property setterRico Tzschichholz2020-03-071-0/+53
* Add support for sealed classes in bindingsRico Tzschichholz2020-02-193-0/+25
* tests: Add "GObject and GType class lifetime" tests to increase coverageRico Tzschichholz2020-02-182-0/+59
* codegen: Cast instance parameter in member-initializer for base-propertiesRico Tzschichholz2020-01-211-0/+19
* codegen: Don't set implemenation of interface property to its ownRico Tzschichholz2020-01-071-0/+16
* vala: Allow to override base interface properties explicitlyJeremy Philippe2019-12-211-0/+54
* codegen: Fix vfunc signature of delegate-typed property in interfaceRico Tzschichholz2019-11-141-0/+29
* vala: Restore DestroysInstance behaviour for non-compact classesRico Tzschichholz2019-11-061-0/+15
* tests: Extend "property base-access" interface test to increase coverageRico Tzschichholz2019-10-181-0/+13
* codegen: Use G_TYPE_INSTANCE_GET_INTERFACE to get vtable for base-accessRico Tzschichholz2019-10-173-0/+70
* vala: Accept interface as inner type for object-type symbolsRico Tzschichholz2019-10-162-0/+37
* tests: Add "wrongly named constructor" testsRico Tzschichholz2019-10-151-0/+9
* codegen: Fix custom reference-counting for compact classesSimon Werbeck2019-10-091-0/+29
* codegen: Support gobject property of delegates not carrying their targetRico Tzschichholz2019-10-031-0/+54