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
/
structs
Commit message (
Expand
)
Author
Age
Files
Lines
*
codegen: Stabilize CCode.cname for backing method of lamdba expression
Rico Tzschichholz
2023-04-06
2
-12
/
+12
*
vala: Improve initialization of namespace fields with compound literal
Rico Tzschichholz
2023-03-27
4
-4
/
+177
*
tests: Update c-expected
wszqkzqk
2023-01-11
48
-48
/
+48
*
codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structs
Rico Tzschichholz
2022-02-24
15
-0
/
+19
*
codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base class
Rico Tzschichholz
2022-02-24
2
-0
/
+2
*
codegen: Access of stack allocated struct is guaranteed to be non null
Rico Tzschichholz
2022-01-24
1
-4
/
+4
*
codegen: Use __once instead of __volatile in generated code
Val Och
2022-01-03
39
-232
/
+232
*
codegen: Initialize "result" variable on declaration for abstract methods only
Rico Tzschichholz
2022-01-03
5
-8
/
+8
*
codegen: Cast given default-value of struct with possible member initializer
Rico Tzschichholz
2022-01-03
2
-0
/
+70
*
codegen: Allow boxing of non-external SimpleType structs
Rico Tzschichholz
2022-01-03
2
-0
/
+70
*
codegen: Use a dedicated EmitContext for _variant_get*() functions
Rico Tzschichholz
2021-12-13
1
-18
/
+18
*
tests: Add missing tests/structs/struct-static-field-initializer.c-expected
Rico Tzschichholz
2021-12-11
1
-0
/
+83
*
tests: Rename colliding test case to avoid conflict
Lorenz Wildberg
2021-11-28
1
-0
/
+0
*
codegen: Check required length of enum type name for GType support
Rico Tzschichholz
2021-11-17
2
-10
/
+8
*
vala: Don't allow casting real structs to classes or simple-types
Yotam Nachum
2021-11-12
2
-0
/
+20
*
tests: Add expected generated C sources
Rico Tzschichholz
2021-07-16
50
-0
/
+10053
*
codegen: Fix params-array in constructor for struct
Rico Tzschichholz
2021-07-15
1
-0
/
+16
*
codegen: Fix variadic constructors for compact classes and structs
Rico Tzschichholz
2021-06-23
1
-0
/
+18
*
tests: Add "properties in structs" test to increase coverage
Rico Tzschichholz
2021-04-28
1
-0
/
+35
*
codegen: Don't free unowned heap allocated struct
Rico Tzschichholz
2021-04-12
1
-0
/
+46
*
codegen: Don't free temp-var for element-access to array with boxed structs (2)
Rico Tzschichholz
2021-04-11
1
-0
/
+56
*
codegen: Inherit GType from base struct of SimpleType structs
Rico Tzschichholz
2021-03-05
1
-0
/
+47
*
vala: GLib.Value unboxing returns unowned value
Rico Tzschichholz
2021-02-03
1
-1
/
+12
*
codegen: Improve support of SimpleType struct constructors
Rico Tzschichholz
2021-01-27
1
-0
/
+16
*
vala: Don't allow disposable SimpleType structs
Rico Tzschichholz
2021-01-27
1
-0
/
+9
*
codegen: Cast initializer-list to struct for non-constant/non-array assignments
Rico Tzschichholz
2020-06-18
1
-0
/
+63
*
codegen: Correctly handle cast-expression of real struct to nullable struct
Rico Tzschichholz
2020-05-10
1
-0
/
+21
*
vala: Support struct initializer list in non-constant array
Simon Werbeck
2020-03-25
1
-0
/
+24
*
tests: Extend "GLib.Value (un-)boxing" test to increase coverage
Rico Tzschichholz
2020-03-10
1
-0
/
+38
*
codegen: Skip StructRegisterFunction for boolean/integer/floating types
Rico Tzschichholz
2020-01-25
1
-0
/
+11
*
tests: Add "wrongly named constructor" tests
Rico Tzschichholz
2019-10-15
1
-0
/
+11
*
vala: Fix compatible/disposable check between structs and their subtypes
Rico Tzschichholz
2019-10-04
1
-0
/
+31
*
tests: Add GMutex and GRecMutex test to increase coverage
Rico Tzschichholz
2019-07-23
1
-0
/
+15
*
codegen: Move implicit GValue cast for comparison to BinaryExpression
Rico Tzschichholz
2019-03-25
1
-0
/
+98
*
tests: Extend "struct with delegate" test to increase coverage
Rico Tzschichholz
2019-03-10
1
-2
/
+3
*
codegen: Include "glib-object.h" for typeof expression
Rico Tzschichholz
2019-03-01
1
-0
/
+11
*
codegen: Don't apply address-of operator on literals when casting to array
Rico Tzschichholz
2019-01-20
1
-0
/
+7
*
vala: Allow null-type as intializer for static struct fields
Rico Tzschichholz
2018-11-30
1
-0
/
+8
*
vala: Report dedicated error for static field/property initializer in struct
Rico Tzschichholz
2018-11-29
2
-0
/
+18
*
vala: Admit that structs are emtpy even with a static property
Rico Tzschichholz
2018-11-29
1
-0
/
+8
*
tests: Add some minimal test cases to catch insufficient headers
Rico Tzschichholz
2018-11-21
1
-0
/
+7
*
Fix recursive declaration in generic base type
Simon Werbeck
2018-02-17
1
-0
/
+9
*
tests: Add various regression "codegen" tests to increase coverage
Rico Tzschichholz
2018-02-06
1
-0
/
+19
*
tests: Add missing PrintfFormat attribute
Rico Tzschichholz
2018-01-27
1
-0
/
+1
*
codegen: Enforce name-length >= 3 for structs using GType
Rico Tzschichholz
2017-11-19
1
-0
/
+10
*
codegen: Report warning if property-type is not compatible with GLib.Object
Rico Tzschichholz
2017-09-15
1
-1
/
+1
*
codegen: Include glib-object.h for Structs with type_id
Rico Tzschichholz
2017-08-16
1
-0
/
+6
*
codegen: Fix instance parameter for property setter in SimpleType structs
Nikolay Orlyuk
2017-02-24
1
-0
/
+23
*
codegen: Support casting arbitary value-types to arrays
Rico Tzschichholz
2017-02-12
1
-0
/
+58
*
codegen: Reference struct fields with their actual cname
Rico Tzschichholz
2016-12-08
1
-0
/
+17
[next]