summaryrefslogtreecommitdiff
path: root/tests/asynchronous
Commit message (Expand)AuthorAgeFilesLines
* Add further support for params arraysRico Tzschichholz2020-01-151-0/+7
* vala: Report error for async creation expression without yieldRico Tzschichholz2019-11-141-0/+10
* vala: Variadic parameters are not supported for async methodsRico Tzschichholz2019-03-192-0/+14
* Mark defined constructors of abstract classes as protectedRico Tzschichholz2019-03-121-1/+1
* codegen: Respect finish[_vfunc]_name attributes defined in vala sourcesRico Tzschichholz2019-02-271-0/+56
* codegen: Properly handle and catch inner-error of finally-blockRico Tzschichholz2019-01-241-0/+72
* tests: Add asynchronous "catch-error-scope" regression testRico Tzschichholz2019-01-211-0/+27
* vala: Async methods don't allow out-parameters before in-parametersRico Tzschichholz2019-01-081-0/+7
* codegen: Handle non-default AsyncResult parameter positionRico Tzschichholz2018-12-111-0/+48
* tests: Add various regression "codegen" tests to increase coverageRico Tzschichholz2018-02-062-0/+18
* codegen: Don't try to infer error argument on async begin methodsRico Tzschichholz2018-02-041-0/+20
* codegen: Fix return-type for cancelled async creation methods of classesErnestas Kulik2018-01-271-0/+15
* codegen: Infer error parameter from abstract/virtual method implementationsRico Tzschichholz2018-01-271-0/+59
* tests: Add test for parameter type checking of async methodsRico Tzschichholz2018-01-181-0/+15
* codegen: Make the task_complete flag for < 2.44 more similar to >= 2.44Carlos Garnacho2017-06-121-0/+15
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-05-091-0/+50
* tests: Add "finish_instance = false" test-caseRico Tzschichholz2017-03-061-0/+43
* tests: Add testcase for double-free regressionOle André Vadla Ravnås2017-01-161-0/+23
* Fix broken destruction of null-terminated arrays in async data structsRichard Wiedenhöft2016-11-071-0/+22
* tests: Don't rely on external delegate defintionsRico Tzschichholz2016-10-081-0/+2
* tests: Add async generator example to cover an edge caseRico Tzschichholz2016-10-021-0/+60
* tests: Additional test-cases taken from transform-branchRico Tzschichholz2016-09-251-0/+10
* tests: Add async constructor testRico Tzschichholz2016-09-241-0/+14
* codegen: Fix detailed signal disconnect in async methodsLuca Bruno2015-01-121-0/+15
* GAsync: Don't pass generic arguments to .end() callsLuca Bruno2011-10-291-0/+12
* codegen: Avoid name clashes in the closure structLuca Bruno2011-10-021-0/+19
* GAsync: Fix capturing type parameters in async methodsLuca Bruno2011-07-101-0/+6
* GAsync: Fix generating finish method for generic async methodsLuca Bruno2011-07-101-0/+8
* GAsync: Support generic types in async methodsLuca Bruno2011-07-081-0/+10
* GAsync: Fix returning out parameters from async methodsLuca Bruno2011-06-281-0/+8
* GAsync: Fix the definition of async virtual methods in interfacesLuca Bruno2011-06-101-0/+16
* tests: Shut vala warning against asynchronous/bug641182.valaLuca Bruno2011-05-281-1/+1
* codegen: Do not initialize temp variable when getting delegate propertyLuca Bruno2011-05-281-0/+16
* codegen: Discourage copying delegates with targetJürg Billeter2011-05-182-2/+2
* codegen: Fix regression when capturing an unowned delegate variableLuca Bruno2011-05-091-0/+2
* Fix checking access to async callback for base methodsLuca Bruno2011-04-221-0/+20
* GAsync: Fix capturing parameters in async methodsJürg Billeter2011-01-201-3/+3
* Add test for closures in async methodsJürg Billeter2011-01-202-0/+25
* Fix capturing delegate parameters in async method.Luca Bruno2011-01-191-0/+10
* Fix copying struct parameters for lambdas and async methods.Luca Bruno2010-06-231-2/+2
* GAsync: Support returning structs from async methodsLuca Bruno2010-06-161-0/+10
* GAsync: Fix async methods with struct parametersJürg Billeter2010-03-211-0/+12
* GAsync: Fix base access in async methodsJürg Billeter2009-11-161-0/+13
* GAsync: Fix virtual async methodsJürg Billeter2009-11-051-0/+9
* GAsync: Fix temporary variable initialization in loopsJürg Billeter2009-10-281-0/+9
* GAsync: Fix non-closure lambda expressions in instance methodsJürg Billeter2009-10-161-0/+8
* GAsync: Fix abstract interface implementationsJürg Billeter2009-10-161-0/+10
* GAsync: Fix object creation expressions throwing errorsJürg Billeter2009-10-161-0/+11
* GAsync: Fix async methods with delegate parametersJürg Billeter2009-10-051-0/+8
* GAsync: Fix connecting signal handlers in async methodsJürg Billeter2009-10-021-0/+11