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
/
codegen
/
valagobjectmodule.vala
Commit message (
Expand
)
Author
Age
Files
Lines
*
codegen: Unify handling of GenericType arguments/parameters
Rico Tzschichholz
2021-04-19
1
-14
/
+12
*
codegen: Don't use volatile modifier in glib API when targetting >= 2.68
Rico Tzschichholz
2021-02-19
1
-1
/
+5
*
codegen: Make use of new printf-like API of Report.*()
Rico Tzschichholz
2020-10-26
1
-4
/
+4
*
Don't use locale dependent string functions on syntax strings
Rico Tzschichholz
2020-09-02
1
-1
/
+1
*
Consistently use get_ccode_lower_case_prefix() for function names
Rico Tzschichholz
2020-06-14
1
-3
/
+3
*
codegen: Make type-parameter properties readable
Rico Tzschichholz
2019-11-04
1
-3
/
+40
*
codegen: Support gobject property of null-terminated array without length
Rico Tzschichholz
2019-10-02
1
-7
/
+9
*
codegen: Follow rename of DataType data_type property to type_symbol
Rico Tzschichholz
2019-09-30
1
-13
/
+13
*
codegen: Support GObject properties with nullable GType-based struct type
Rico Tzschichholz
2019-05-06
1
-7
/
+12
*
codegen: Move GObject property validity checks to SemanticAnalyzer
Rico Tzschichholz
2019-04-28
1
-66
/
+6
*
codegen: Properly handle and catch inner-error of finally-block
Rico Tzschichholz
2019-01-24
1
-3
/
+3
*
vala: Add Delegate/Method/ObjectTypeSymbol.has_type_parameters() and use them
Rico Tzschichholz
2018-11-21
1
-4
/
+4
*
Add support for SingleInstance attribute for GObject classes
Rico Tzschichholz
2018-10-17
1
-0
/
+73
*
codegen: Call ref_sink on Object.new_valist/new_with_properties if needed
Rico Tzschichholz
2018-08-17
1
-1
/
+2
*
codegen: *Drop* support for non-auto property initializer in gobjects
Rico Tzschichholz
2018-04-19
1
-21
/
+0
*
Revert "codegen: Handle property initializers of non-gobject classes"
Rico Tzschichholz
2018-04-16
1
-0
/
+21
*
codegen: Handle property initializers of non-gobject classes
Rico Tzschichholz
2018-04-14
1
-21
/
+0
*
Drop trailing spaces/tabs
Rico Tzschichholz
2018-03-27
1
-7
/
+7
*
codegen: Use G_PARAM_STATIC_STRINGS
Rico Tzschichholz
2018-01-20
1
-3
/
+3
*
codegen: Report warning if property-type is not compatible with GLib.Object
Rico Tzschichholz
2017-09-15
1
-11
/
+22
*
codegen: Try to use a more unique internal define for properties
Rico Tzschichholz
2017-09-08
1
-4
/
+4
*
codegen: Allow underscores in type parameter names
Severin Heiniger
2016-11-03
1
-6
/
+9
*
codegen: Support deprecating properties and their accessors
Rico Tzschichholz
2016-10-18
1
-4
/
+15
*
codegen: check for null value before calling g_strv_length
Luca Bruno
2015-06-23
1
-1
/
+4
*
codegen: use real function in set/get property also for ConcreteAccessor
Luca Bruno
2015-03-13
1
-2
/
+2
*
Use ascii_up/down instead of utf8 up/down when generating identifiers
Evan Nemerson
2014-06-18
1
-15
/
+15
*
codegen: Always assume external interface properties are gobject properties
Luca Bruno
2014-01-25
1
-2
/
+3
*
codegen: Do not emit notify-signal for non-abstract interface properties
Richard Wiedenhöft
2014-01-25
1
-2
/
+2
*
codegen: Fix connect/disconnect of dynamic signals
Rico Tzschichholz
2013-08-07
1
-3
/
+3
*
codegen: Support non-auto property initializer in gobjects
Luca Bruno
2013-06-11
1
-0
/
+21
*
Support virtual interface properties
Jürg Billeter
2012-08-13
1
-0
/
+5
*
codegen: Do not use g_object_class_override_property
Ryan Lortie
2012-01-24
1
-15
/
+6
*
codegen: Use real_get/set_* functions as helpers for NoAccessorMethod props
Luca Bruno
2011-09-29
1
-3
/
+19
*
codegen: Use get_this_type() to simplify several if statements
Luca Bruno
2011-09-10
1
-10
/
+0
*
codegen: Use CCodeAttribute instead of C specific methods of code nodes
Luca Bruno
2011-08-01
1
-36
/
+36
*
codegen: Make creation of InitiallyUnowned objects be effect-free
Luca Bruno
2011-08-01
1
-7
/
+4
*
codegen: Add push_line and pop_line for writing line directives
Luca Bruno
2011-07-19
1
-0
/
+10
*
codegen: Add lvalue field to GLibValue
Luca Bruno
2011-07-06
1
-5
/
+5
*
codegen: Use transform_value instead of transform_expression
Luca Bruno
2011-05-07
1
-4
/
+4
*
ccodegen: Port the remaining code to use the ccode builder
Luca Bruno
2011-05-05
1
-84
/
+68
*
codegen: Fix regression when generating get_property
Luca Bruno
2011-05-05
1
-11
/
+10
*
GObject: Use destroy_value in add_get_property_function
Luca Bruno
2011-05-04
1
-1
/
+1
*
GObject: Use ccode in add_get_property_function
Luca Bruno
2011-05-04
1
-25
/
+18
*
codegen: Drop useless comma expression in GObject module
Luca Bruno
2011-03-03
1
-4
/
+2
*
codegen: Fix property accessor definitions with custom cname
Jürg Billeter
2011-02-08
1
-9
/
+9
*
codegen: Add CCodeFunction.add_assignment convenience function
Luca Bruno
2011-01-19
1
-7
/
+7
*
Do not install GObject properties for D-Bus interfaces
Jürg Billeter
2011-01-08
1
-7
/
+9
*
Rename FormalParameter to Parameter
Jürg Billeter
2010-10-28
1
-22
/
+22
*
Fix use of uninitialized variable in static constructors
Jürg Billeter
2010-10-25
1
-1
/
+1
*
GObject: Check for incompatible properties in constructor chain up
Jürg Billeter
2010-10-16
1
-0
/
+4
[next]