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
Commit message (
Expand
)
Author
Age
Files
Lines
*
codegen: Don't try to infer error argument on async begin methods
Rico Tzschichholz
2018-02-04
2
-0
/
+21
*
codegen: Fix return-type for cancelled async creation methods of classes
Ernestas Kulik
2018-01-30
2
-0
/
+16
*
tests: Add missing PrintfFormat attribute
Rico Tzschichholz
2018-01-30
1
-0
/
+1
*
codegen: Infer error parameter from abstract/virtual method implementations
Rico Tzschichholz
2018-01-30
2
-0
/
+60
*
tests: Add test for invalid variadic function
Rico Tzschichholz
2018-01-30
2
-0
/
+8
*
vala: Variadic constructors without a real first parameter are not allowed
Rico Tzschichholz
2018-01-30
2
-0
/
+10
*
tests: Add test for parameter type checking of async methods
Rico Tzschichholz
2018-01-19
2
-0
/
+16
*
test: Drop workaround for fixed bug with compact classes
Rico Tzschichholz
2018-01-16
1
-3
/
+0
*
codegen: Add destroy out-param when invoking delegate returned by delegate
Rico Tzschichholz
2018-01-16
2
-0
/
+17
*
codegen: Don't create null-safe destroy-wrapper for GenericType
George Barrett
2017-12-09
2
-0
/
+17
*
tests: Add further "use of generics in constructor" test
Rico Tzschichholz
2017-12-09
2
-0
/
+16
*
vala: Don't transform an explicit "null" into a valid format-string
Rico Tzschichholz
2017-12-09
2
-0
/
+9
*
codegen: Discover invalid member access to instance field
Rico Tzschichholz
2017-12-09
2
-0
/
+10
*
vala: Report error for missing type-parameter on enclosing type
Rico Tzschichholz
2017-12-09
2
-0
/
+11
*
codegen: Enforce name-length >= 3 for structs using GType
Rico Tzschichholz
2017-12-09
2
-0
/
+11
*
tests: Invalid Code needs to be recoginized explicitly by an compiler error
Rico Tzschichholz
2017-12-09
1
-3
/
+1
*
tests: split VALAFLAGS over multiple lines in testrunner.sh
Alistair Thomas
2017-11-19
1
-1
/
+19
*
codegen: Avoid possible conflicts with internal property/signal defines
Rico Tzschichholz
2017-10-26
2
-0
/
+12
*
codegen: Prioritize "array_length=true" over "array_null_terminated=true"
Rico Tzschichholz
2017-10-26
3
-0
/
+41
*
tests: Add "finish_instance = false" test-case
Rico Tzschichholz
2017-10-06
2
-0
/
+44
*
gvariant: Optimize (de)serialization of arrays with type-signature "ay"
Ole André Vadla Ravnås
2017-10-05
2
-0
/
+19
*
tests: Add regression test
Rico Tzschichholz
2017-08-27
2
-0
/
+43
*
codegen: Don't transfer ownership of local-variable if target-type is unknown
Rico Tzschichholz
2017-08-27
3
-0
/
+41
*
testrunner: Pass -X -DGETTEXT_PACKAGE=\"valac\"
Rico Tzschichholz
2017-08-27
1
-1
/
+1
*
tests: Fix dbus/filedescriptor-errors.test
Rico Tzschichholz
2017-08-27
1
-2
/
+2
*
tests: Fix test delegates/bug659778.vala
Alistair Thomas
2017-08-27
1
-6
/
+6
*
codegen: Include glib-object.h for Structs with type_id
Rico Tzschichholz
2017-08-16
2
-0
/
+7
*
codegen: Include glib-object.h for Enums with type_id
Rico Tzschichholz
2017-08-16
2
-0
/
+8
*
girparser: Fix parsing of delegate-alias without target
Rico Tzschichholz
2017-06-26
2
-0
/
+21
*
codegen: Nullable ValueType requires POINTER as marshaller signature
Rico Tzschichholz
2017-06-18
2
-0
/
+58
*
codegen: Fix finally blocks with async yields
Luca Bruno
2017-06-15
2
-0
/
+51
*
tests: Add some constructor tests
Rico Tzschichholz
2017-06-08
2
-0
/
+32
*
gdbus: Don't leak nested HashTable on deserialization
Rico Tzschichholz
2017-06-08
2
-0
/
+64
*
tests: Additional basic-types tests for dbus
Rico Tzschichholz
2017-06-08
1
-0
/
+6
*
vala: Handle non-null in coalescing expression
Marvin W
2017-06-08
2
-1
/
+14
*
testrunner: Respect given VALAFLAGS
Marvin W
2017-06-08
1
-2
/
+2
*
codegen: Don't leak target-reference when casting/assigning owned delegates
Rico Tzschichholz
2017-04-17
2
-0
/
+91
*
codegen: Fix delegate initializer for instance fields
Rico Tzschichholz
2017-04-17
2
-0
/
+25
*
codegen: Properly null-out source on ownership-transfer of delegates
Marvin W
2017-03-16
2
-0
/
+15
*
signalmodule: Handle nullable ValueTypes properly and treat them as pointer
Rico Tzschichholz
2017-03-16
2
-0
/
+71
*
vala: Fix MemberAccess.is_non_null() for EnumValue constants
Ole André Vadla Ravnås
2017-03-16
2
-0
/
+11
*
vala: Non-null initializers are not allowed for owned namespace fields
Rico Tzschichholz
2017-03-16
2
-0
/
+9
*
codegen: Fix base-access from within overriding struct-property-accessor
Rico Tzschichholz
2017-03-16
2
-0
/
+56
*
codegen: Check there is a return error location before using it
Carlos Garnacho
2017-03-06
1
-1
/
+2
*
tests: Add "use_string_marshalling = true" dbus-test
Carlos Garnacho
2017-03-06
2
-0
/
+17
*
memberaccess: Don't resolve base_method/property twice
Rico Tzschichholz
2017-03-06
2
-0
/
+19
*
tests: Add test for dbus fd passing failures
Carlos Garnacho
2017-03-01
2
-0
/
+78
*
codegen: Don't return void for non-nullable simple-type structs
Michael James Gratton
2017-03-01
2
-0
/
+27
*
codegen: Fix instance parameter for property setter in SimpleType structs
Nikolay Orlyuk
2017-03-01
2
-0
/
+24
*
codegen: Fix memory leak when using object initializer for properties
Rico Tzschichholz
2017-03-01
2
-0
/
+80
[next]