index
:
delta/vala.git
0.10
0.10-parallel
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.34
0.36
0.38
0.40
0.42
0.44
0.46
0.48
0.50
0.52
0.54
0.56
0.6
0.8
1270-remove-static-codecontext-access
685-remove-context-from-semantic-analyzer
786-add-gir-version-annotation
abstract-interpreter
b0.26
baserock/bootstrap
baserock/temp/3de261fa3d9a492394bb1cba4ca3dc96/e42b3a0c9f3b4711b3c318884acf952b
baserock/temp/a4c9e066389d40e59c4919a6a7211ca4/eec3556bb9ab488cbd7dca2f70fe674e
baserock/temp/c6d1a483a0014a309c9e7f1a684b0d1d/b9065c09818c45858bd8f37d3f5ae058
baserock/tiagogomes/armv8l64
bug615830
bug713240
bug736774
emit-j
gsource
main
master
master.msvc
meson-msvc
mjog/glib_tz_identifier
mjog/jsc_object_add_property
mjog/webkit-usermessage-nullables
staging
tests
tintou/dbus-coverage
tintou/gdbus-properties
tintou/gdk4-headers
tintou/libusb-1.0
tintou/ptr-array-foreach
tintou/sealed
tintou/test-digit
tintou/update-valadoc-style
vala-0-2
vala-0-4
wip/682_array_methods_refactor
wip/abi
wip/alsa
wip/arch-defines
wip/array-helper
wip/async-out
wip/attribute-expression
wip/baedert/nullable
wip/beniofel/transform
wip/bug567269
wip/bug615830
wip/bug769229
wip/callabletype
wip/ci
wip/class-posix
wip/code-transformer
wip/cpp
wip/dbusgen
wip/defines
wip/devhelp-internal
wip/direct-generics
wip/docbook-manual
wip/docs
wip/error-gtype
wip/explicit-class-access
wip/fixed-arrays
wip/foreach
wip/gdk-pixbuf
wip/gee
wip/generics
wip/generics-constraints
wip/genie
wip/gettext
wip/gio-2.0
wip/girparser
wip/girparser2
wip/glib-2-50
wip/glib-2.32
wip/gnu
wip/gobject-2.0
wip/gobjectgir
wip/gsk
wip/gsl
wip/gtask
wip/gtimezone
wip/gtk
wip/gtk-gvalue
wip/gtk4
wip/gtkgir
wip/gtktemplate
wip/gtkunixprint
wip/housekeeping
wip/issue/1043
wip/issue/1061
wip/issue/1062
wip/issue/1073
wip/issue/1094
wip/issue/1121
wip/issue/1128
wip/issue/1167
wip/issue/1177
wip/issue/1222
wip/issue/1429
wip/issue/160
wip/issue/278
wip/issue/327
wip/issue/370
wip/issue/395
wip/issue/442
wip/issue/601
wip/issue/606
wip/issue/607
wip/issue/658
wip/issue/764
wip/issue/777
wip/issue/839
wip/issue/871
wip/issue/894
wip/issue/996
wip/javascript
wip/juergbi
wip/key-constants
wip/libgsf
wip/libgsf-1-gir
wip/libgtop-2.0
wip/limited-generics
wip/listmodel
wip/manpages
wip/manual
wip/merge-valadoc
wip/meson
wip/mickey/posix-profile
wip/mjog/valadoc-style-ephy
wip/news
wip/nm-bindings
wip/null-conditional
wip/printer
wip/profile-posix
wip/queue-0.41
wip/ricotz/lsp-rev
wip/sdl2
wip/singleton
wip/strings
wip/test-bindings
wip/tests
wip/tintou/dbus-autogen
wip/tintou/glib
wip/tintou/gst-static-caps
wip/tintou/libarchive-v3
wip/tintou/linux-connector
wip/tintou/more-tests
wip/tintou/source-file-remove-code-context
wip/tintou/tests
wip/tintou/update-valadoc-style
wip/transform
wip/transform-ast
wip/traverse-visitor
wip/type-args
wip/unicode
wip/valadate
wip/valadoc
wip/valaparser
wip/valgrind
wip/vapicheck
wip/x-version
x-version
gitlab.gnome.org: GNOME/vala.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
asynchronous
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Add "async signal handler" test to increase coverage
Rico Tzschichholz
2022-01-08
1
-0
/
+18
*
codegen: Handle NoWrapper attribute of async methods on caller side
Rico Tzschichholz
2021-02-28
1
-0
/
+32
*
codegen: Don't leak memory of already assigned out-parameter on error
Rico Tzschichholz
2021-01-03
1
-0
/
+31
*
tests: Add "async constructor argument check" test to increase coverage
Rico Tzschichholz
2020-09-29
1
-0
/
+13
*
codegen: Correct field declaration for captured inline-allocated array
Rico Tzschichholz
2020-04-04
1
-0
/
+14
*
Add further support for params arrays
Rico Tzschichholz
2020-01-15
1
-0
/
+7
*
vala: Report error for async creation expression without yield
Rico Tzschichholz
2019-11-14
1
-0
/
+10
*
vala: Variadic parameters are not supported for async methods
Rico Tzschichholz
2019-03-19
2
-0
/
+14
*
Mark defined constructors of abstract classes as protected
Rico Tzschichholz
2019-03-12
1
-1
/
+1
*
codegen: Respect finish[_vfunc]_name attributes defined in vala sources
Rico Tzschichholz
2019-02-27
1
-0
/
+56
*
codegen: Properly handle and catch inner-error of finally-block
Rico Tzschichholz
2019-01-24
1
-0
/
+72
*
tests: Add asynchronous "catch-error-scope" regression test
Rico Tzschichholz
2019-01-21
1
-0
/
+27
*
vala: Async methods don't allow out-parameters before in-parameters
Rico Tzschichholz
2019-01-08
1
-0
/
+7
*
codegen: Handle non-default AsyncResult parameter position
Rico Tzschichholz
2018-12-11
1
-0
/
+48
*
tests: Add various regression "codegen" tests to increase coverage
Rico Tzschichholz
2018-02-06
2
-0
/
+18
*
codegen: Don't try to infer error argument on async begin methods
Rico Tzschichholz
2018-02-04
1
-0
/
+20
*
codegen: Fix return-type for cancelled async creation methods of classes
Ernestas Kulik
2018-01-27
1
-0
/
+15
*
codegen: Infer error parameter from abstract/virtual method implementations
Rico Tzschichholz
2018-01-27
1
-0
/
+59
*
tests: Add test for parameter type checking of async methods
Rico Tzschichholz
2018-01-18
1
-0
/
+15
*
codegen: Make the task_complete flag for < 2.44 more similar to >= 2.44
Carlos Garnacho
2017-06-12
1
-0
/
+15
*
codegen: Fix finally blocks with async yields
Luca Bruno
2017-05-09
1
-0
/
+50
*
tests: Add "finish_instance = false" test-case
Rico Tzschichholz
2017-03-06
1
-0
/
+43
*
tests: Add testcase for double-free regression
Ole André Vadla Ravnås
2017-01-16
1
-0
/
+23
*
Fix broken destruction of null-terminated arrays in async data structs
Richard Wiedenhöft
2016-11-07
1
-0
/
+22
*
tests: Don't rely on external delegate defintions
Rico Tzschichholz
2016-10-08
1
-0
/
+2
*
tests: Add async generator example to cover an edge case
Rico Tzschichholz
2016-10-02
1
-0
/
+60
*
tests: Additional test-cases taken from transform-branch
Rico Tzschichholz
2016-09-25
1
-0
/
+10
*
tests: Add async constructor test
Rico Tzschichholz
2016-09-24
1
-0
/
+14
*
codegen: Fix detailed signal disconnect in async methods
Luca Bruno
2015-01-12
1
-0
/
+15
*
GAsync: Don't pass generic arguments to .end() calls
Luca Bruno
2011-10-29
1
-0
/
+12
*
codegen: Avoid name clashes in the closure struct
Luca Bruno
2011-10-02
1
-0
/
+19
*
GAsync: Fix capturing type parameters in async methods
Luca Bruno
2011-07-10
1
-0
/
+6
*
GAsync: Fix generating finish method for generic async methods
Luca Bruno
2011-07-10
1
-0
/
+8
*
GAsync: Support generic types in async methods
Luca Bruno
2011-07-08
1
-0
/
+10
*
GAsync: Fix returning out parameters from async methods
Luca Bruno
2011-06-28
1
-0
/
+8
*
GAsync: Fix the definition of async virtual methods in interfaces
Luca Bruno
2011-06-10
1
-0
/
+16
*
tests: Shut vala warning against asynchronous/bug641182.vala
Luca Bruno
2011-05-28
1
-1
/
+1
*
codegen: Do not initialize temp variable when getting delegate property
Luca Bruno
2011-05-28
1
-0
/
+16
*
codegen: Discourage copying delegates with target
Jürg Billeter
2011-05-18
2
-2
/
+2
*
codegen: Fix regression when capturing an unowned delegate variable
Luca Bruno
2011-05-09
1
-0
/
+2
*
Fix checking access to async callback for base methods
Luca Bruno
2011-04-22
1
-0
/
+20
*
GAsync: Fix capturing parameters in async methods
Jürg Billeter
2011-01-20
1
-3
/
+3
*
Add test for closures in async methods
Jürg Billeter
2011-01-20
2
-0
/
+25
*
Fix capturing delegate parameters in async method.
Luca Bruno
2011-01-19
1
-0
/
+10
*
Fix copying struct parameters for lambdas and async methods.
Luca Bruno
2010-06-23
1
-2
/
+2
*
GAsync: Support returning structs from async methods
Luca Bruno
2010-06-16
1
-0
/
+10
*
GAsync: Fix async methods with struct parameters
Jürg Billeter
2010-03-21
1
-0
/
+12
*
GAsync: Fix base access in async methods
Jürg Billeter
2009-11-16
1
-0
/
+13
*
GAsync: Fix virtual async methods
Jürg Billeter
2009-11-05
1
-0
/
+9
*
GAsync: Fix temporary variable initialization in loops
Jürg Billeter
2009-10-28
1
-0
/
+9
[next]