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
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
codegen: Add "error_pos" CCode attribute and use it as needed
Rico Tzschichholz
2019-01-10
1
-0
/
+1
*
vala: Async methods don't allow out-parameters before in-parameters
Rico Tzschichholz
2019-01-08
1
-0
/
+2
*
vala: Report invalid instance member access to property
Rico Tzschichholz
2018-12-31
1
-0
/
+4
*
codegen: Use temp-vars for ellipsis out-arguments to fix memory management
Rico Tzschichholz
2018-12-26
1
-0
/
+1
*
vala: Allow explicit interface methods to be virtual
Rico Tzschichholz
2018-12-20
1
-0
/
+1
*
codegen: Use properly checked implicit interface implementations
Rico Tzschichholz
2018-12-20
1
-0
/
+2
*
vala: Search in all interfaces for an implementation match and don't bail early
Rico Tzschichholz
2018-12-20
1
-0
/
+1
*
vala: Don't just guess and check for a matching base_interface_method too
Rico Tzschichholz
2018-12-20
1
-0
/
+3
*
vala: Array with fixed length don't require explicit instantiation
Rico Tzschichholz
2018-12-16
1
-0
/
+1
*
codegen: Handle non-default AsyncResult parameter position
Rico Tzschichholz
2018-12-11
1
-0
/
+2
*
tests: Add "emit order" tests
Rico Tzschichholz
2018-12-07
1
-0
/
+4
*
tests: Add "subtype cycle" tests to increase coverage
Rico Tzschichholz
2018-12-06
1
-0
/
+3
*
codegen: Interfaces require including "glib-object.h"
Rico Tzschichholz
2018-12-06
1
-0
/
+2
*
vala: Allow null-type as intializer for static struct fields
Rico Tzschichholz
2018-11-30
1
-0
/
+1
*
vala: Report dedicated error for static field/property initializer in struct
Rico Tzschichholz
2018-11-29
1
-0
/
+2
*
vala: Admit that structs are emtpy even with a static property
Rico Tzschichholz
2018-11-29
1
-0
/
+1
*
vala: Don't emit member access of assignments on static properties
Rico Tzschichholz
2018-11-28
1
-0
/
+1
*
codegen: Add support for delegate parameters in signals
Rico Tzschichholz
2018-11-28
1
-0
/
+1
*
vala: Type check for errors require an error expression
Rico Tzschichholz
2018-11-27
1
-0
/
+1
*
tests: Add and improve "foreach iterator" tests to increase coverage
Rico Tzschichholz
2018-11-27
1
-0
/
+1
*
tests: Add invalid "switch" tests to increase coverage
Rico Tzschichholz
2018-11-27
1
-0
/
+4
*
tests: Add default defines test for VALA_0_XX and GLIB_2_XX
Rico Tzschichholz
2018-11-24
1
-0
/
+2
*
tests: Add some minimal test cases to catch insufficient headers
Rico Tzschichholz
2018-11-21
1
-0
/
+6
*
posix: Add CommandPipe as a sub-type of FILE
Alistair Thomas
2018-11-21
1
-0
/
+1
*
testrunner: Pass buildsystem's CC through to valac
Rico Tzschichholz
2018-11-19
1
-4
/
+4
*
vala: Compact classes don't allow private/class fields and to lock fields
Rico Tzschichholz
2018-11-17
1
-0
/
+3
*
tests: Add bug specific "lock test"
Rico Tzschichholz
2018-11-17
1
-0
/
+1
*
tests: Add enum/errordomain tests for GIR parser to increase coverage
Rico Tzschichholz
2018-11-15
1
-0
/
+2
*
codegen: Transfer ownership of compact class to DestroysInstance method
Rico Tzschichholz
2018-11-13
1
-0
/
+1
*
vala: Copy CCode instance_pos argument from virtual/abstract base methods
Rico Tzschichholz
2018-11-08
1
-0
/
+1
*
tests: Add GenericArray (GPtrArray) tests
Rico Tzschichholz
2018-11-08
1
-0
/
+1
*
vala: Check for matching ownership of type-arguments
Rico Tzschichholz
2018-11-07
1
-0
/
+1
*
testrunner: Check if compiler flags are supported before using them
Rico Tzschichholz
2018-11-03
1
-4
/
+7
*
tests: Add some "using directive" tests to increase coverage
Rico Tzschichholz
2018-10-27
1
-0
/
+3
*
tests: Add "captured unassigned local variable" test
Rico Tzschichholz
2018-10-26
1
-0
/
+1
*
tests: Add "assigned local variables" tests
Rico Tzschichholz
2018-10-26
1
-0
/
+1
*
tests: Add implicit conversion tests for GLib.Variant
Rico Tzschichholz
2018-10-25
1
-0
/
+1
*
valaparser: Don't allow to declare array parameters with "type array[]"
Rico Tzschichholz
2018-10-20
1
-0
/
+1
*
tests: Add "method override with compatible delegate parameter" test
Rico Tzschichholz
2018-10-19
1
-0
/
+1
*
Add support for SingleInstance attribute for GObject classes
Rico Tzschichholz
2018-10-17
1
-0
/
+3
*
test: Add some invalid "non-null" tests
Rico Tzschichholz
2018-10-16
1
-0
/
+3
*
tests: Add some invalid "signal" tests to increase coverage
Rico Tzschichholz
2018-09-22
1
-0
/
+4
*
vala: Enforce "return yield ..." syntax to be expected
Rico Tzschichholz
2018-09-22
1
-0
/
+1
*
tests: Add some "yield" test to increase coverage
Rico Tzschichholz
2018-09-22
1
-0
/
+5
*
tests: Add invalid "object creation" tests to increase coverage
Rico Tzschichholz
2018-09-22
1
-0
/
+4
*
tests: Update field "owned to unowned" test to increase coverage
Rico Tzschichholz
2018-09-22
1
-1
/
+1
*
tests: Add invalid variable declaration tests to increase coverage
Rico Tzschichholz
2018-09-22
1
-0
/
+6
*
tests: Add invalid "property for Object() chainup" tests to increase coverage
Rico Tzschichholz
2018-09-21
1
-0
/
+3
*
tests: Add invalid "construct without GObject" test to increase coverage
Rico Tzschichholz
2018-09-21
1
-0
/
+1
*
tests: Add invalid "method to delegate" test to increase coverage
Rico Tzschichholz
2018-09-21
1
-0
/
+1
[next]