Changes between Initial Version and Version 1 of Ticket #13258, comment 1
- Timestamp:
- 03/15/2020 09:40:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #13258, comment 1
initial v1 1 {{{ 1 2 2 Vala 0.48.1 3 =========== 3 4 4 * Various improvements and bug fixes: 5 5 - codegen: 6 +Replace hard-coded "gsize" with resolved "size_t"7 + Add destroy of parameter in vfunc of delegate property setter [#919]8 +Inherit "array" attributes from (base/-interface) property9 +Inherit "delegate_target" from (base/-interface) parameter/property/method10 +Actually respect "delegate_target" attribute of method/parameter11 +Move ObjectTypeSymbol casting to GTypeModule12 +Factor out GValueModule and GLibValue into a separate source-files13 +Avoid symbol clashes with "va_*" from "stdarg.h"6 - Replace hard-coded "gsize" with resolved "size_t" 7 - Add destroy of parameter in vfunc of delegate property setter 8 - Inherit "array" attributes from (base/-interface) property 9 - Inherit "delegate_target" from (base/-interface) parameter/property/method 10 - Actually respect "delegate_target" attribute of method/parameter 11 - Move ObjectTypeSymbol casting to GTypeModule 12 - Factor out GValueModule and GLibValue into a separate source-files 13 - Avoid symbol clashes with "va_*" from "stdarg.h" 14 14 - vala: 15 +Fix search for Parameter.base_parameter16 + Real struct-type without type_id can't be used for GObject property [#921]17 - codewriter: Output inner interface declarations [#918]15 - Fix search for Parameter.base_parameter 16 - Real struct-type without type_id can't be used for GObject property 17 - codewriter: Output inner interface declarations 18 18 19 19 * Bindings: 20 - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]20 - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs 21 21 - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46 22 22 - linux: Don't depend on GLib.Time when using POSIX profile … … 24 24 - poppler-glib: Update to 0.85 25 25 - vapi: Update GIR-based bindings 26 }}} 26