[vala] (117 commits) Non-fast-forward update to branch wip/issue/160
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] (117 commits) Non-fast-forward update to branch wip/issue/160
- Date: Tue, 4 May 2021 08:59:40 +0000 (UTC)
The branch 'wip/issue/160' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
539b1e2... vala: Support variadic delegates including params array
Commits added to the branch:
e4991e3... vala: Add missing null-check in DataType.get_type_signature (*)
fc066f1... glib-2.0: Add some missing type-arguments (*)
0c87614... gio-2.0: Add some missing type-arguments (*)
865bafb... vala: Move type-argument/-parameter count check to DataType (*)
07c1f09... vala: Check array type of declarations for errornous type-a (*)
67c42f7... vala: Check (optional) type-arguments of array creation exp (*)
208a41f... codegen: Report error for missing type-arguments of HashTab (*)
a94816b... codegen: Free intermediate temp-variables of postcondition (*)
452d0c9... codegen: Use the one available source_reference for interna (*)
3c77546... codegen: Fix access to captured generics in async method of (*)
8f2864a... tests: Add "string concat" test for POSIX to increase cover (*)
0c117bb... codegen: Don't ever create null-aware free macro for Generi (*)
4eb297a... codegen: Don't add generics arguments/parameters to async f (*)
f969ed9... codegen: Drop inner casts before converting between generic (*)
724c3c5... vala: Replace all type parameter occurances in parameters f (*)
65a40cd... vapi: Update GIR-based bindings (*)
c792bd9... Release 0.51.91 (*)
25d7727... gnutls: Fix some binding errors (*)
0ad6283... gsl: Fix some binding errors (*)
bee6b5c... gtk4: Add Gtk.INVALID_LIST_POSITION (*)
db9f345... girparser: Allow overriding of "Compact" attribute for clas (*)
58cb142... gsl: Fix more binding errors (*)
c6142ef... vala: Improve error for incompatible expressions in conditi (*)
dbe4b71... linux: Provide Input.Event.input_event_sec/input_event_usec (*)
1d35bc8... build: Add --enable-test-asan configure option (*)
256f63d... webkit2gtk-4.0: Update to 2.31.91 (*)
fb6c38e... gtk4: Update to 4.1.2 (*)
68bc3d0... gstreamer: Update from 1.19.0+ git master (*)
9dc7fb9... girparser: Handle empty "<type/>" element and report an err (*)
cc14f00... gtk4-unix-print: Switch to gir (*)
4a1922d... codegen: Include "glib.h" for deprecated symbols (GOBJECT) (*)
c7d99ed... girparser: Add support for NoWrapper metadata for methods (*)
26fe4c9... gio-2.0: Add some missing NoWrapper and CCode.has_typedef a (*)
3c474cb... vapi: Fix a couple of attribute typos (*)
99ffbdf... vala: Check for unused attributes unconditionally (*)
e7e42c6... Release 0.52.0 (*)
6e5b14b... gsl: Add BLAS module (*)
68ef975... girparser: Don't guess length of xml header, iterate forwar (*)
6bda851... libvaladoc/girimporter: Don't guess length of xml header, i (*)
2f9961f... libvaladoc/girimporter: parse_constant() use "c:identifier" (*)
916cd99... vala: Mark tranformed static member-access as qualified (*)
101ac53... parser: Stricter mode for chained member initializer with - (*)
e5bbef0... rest-0.7: Fix OAuthProxyAuthCallback binding (*)
a9b4cc6... gtk+-3.0: Fix ModuleInitFunc binding (*)
04ad1fd... gio-2.0: Fix TlsPassword.get_value() binding (*)
e7a099f... girwriter: namespace expects "c:symbol-prefixes" attribute (*)
5aed642... codegen: Improve handling of ellipsis parameter in get_ccod (*)
61dd288... tests/girwriter: Add tests for implicit parameters in virtu (*)
3945356... girwriter: Don't use instance-parameter inside callback (*)
31afbf4... girwriter: Don't use instance-parameter inside callback (2) (*)
43e98d9... javascriptcoregtk-4.0,webkit2gtk-web-extension-4.0: Fix som (*)
321fd98... codegen: Fix default value of get_ccode_destroy_notify_pos( (*)
e2edf1f... codegen: Always use CCodeConstant for NULL (*)
ba1231c... codegen: Don't override valid target/destroy of previous la (*)
df6abd2... pixman-1: Fix some bindings errors (*)
cafa826... zlib: Fix some bindings errors (*)
6cf363b... x11: Fix some bindings errors (*)
eeb6729... libusb-1.0: Fix some bindings errors (*)
959594d... libusb: Fix some bindings errors (*)
50cbf91... codegen: Don't call *_instance_init() in compact class chai (*)
b5f4bf0... tests: Extend "this chainup in compact class" test (*)
f5203f7... Release 0.52.1 (*)
c9c7c78... codegen: Don't free temp-var for element-access to array wi (*)
5ac8840... codegen: Don't free temp-var for element-access to array wi (*)
1cb798d... tests: Extend "GArray" tests to increase coverage (*)
3c69ceb... codegen: Don't free unowned heap allocated struct (*)
b9728ba... glib-2.0: Add simple_generics attribute to GenericArray.fin (*)
23ccd78... Release 0.52.2 (*)
5aa1911... Bump version suffix to 0.54 (*)
4a08b52... vala: Add Profile.LIBC as synonym for POSIX and accept "lib (*)
3877c50... vala: Improve semantic check of simple type structs (*)
a7012f0... vala: Refactor UnresolvedSymbol/Type constructors (*)
cbc11c2... parser: Minor semantic checks to improve error messages (*)
20fcf9c... parser: Allow empty member-initializer and accept trailing (*)
909423c... vapi: Remove webkit-1.0 bindings (*)
60461f3... vapi: Remove gedit-2.20 bindings (*)
46986e4... codegen: Use ArrayType.length_type in type specific wrapper (*)
636d63a... codegen: Use ssize_t for length variables in common array h (*)
9023a8d... parser: Include INTERR token in source_reference of parsed (*)
11e6f71... vala: length-type of arrays must not be nullable (*)
eb7dc13... vapi: Update GIR-based bindings (*)
4f2ef8f... Support explicit nullable var-type declarations (*)
0202055... codegen: Make sure to include <sys/types.h> for ssize_t (PO (*)
38d61fb... vala: Properly check GLib.Object naming convention for prop (*)
edc0b53... codegen: Apply gconstpointer to gpointer cast to GenericTyp (*)
7641f50... codegen: Fix access to captured generics in async method of (*)
c2a9ded... codegen: Add get_generic_type_expression() and handle Gener (*)
b8be96c... Make TypeParameter a TypeSymbol to resolve functions with a (*)
58675b6... codegen: Unify handling of GenericType arguments/parameters (*)
b165d68... codegen: Use if-clause for is_in_destructor() condition to (*)
6f30d21... codegen: More use of get_variable_cexpression() (*)
376df8b... tests: Extend "finally block execution" test to increase co (*)
f1d8635... tests: Add "generics reference transfer" test to increase c (*)
d7123cf... tests: Add more "DBus" tests to increase coverage (*)
472765b... codegen: Emit external creation methods in bindings (*)
d0615e6... glib-2.0: Wrap TimeZone.identifier() constuctor for proper (*)
145bfaf... vala: length-type of arrays must not be nullable (2) (*)
f6be4cb... codegen: Add missing "_return" label and "_inner_error*_" d (*)
bace269... vala: Report a warning for unhandled errors in destructors (*)
5052dd9... codegen: Don't use G_GNUC_INTERNAL on implicit type specifi (*)
ae15049... tests: Add "delete" test to increase coverage (*)
7e2bbeb... tests: Add "generic array" test to increase coverage (*)
2d848e2... tests: Extend "array field intializer" test to increase cov (*)
2345446... tests: Add "properties in structs" test to increase coverag (*)
9bd62d5... Sync NEWS from 0.52 (*)
1448119... codegen: GArray, GByteArray and GPtrArray are reference cou (*)
f904c7e... vala: Add foreach statement support for GLib.GenericArray (*)
bdd0ecd... tests: Add "ThreadPool" test to increase coverage (*)
d26ff2c... tests: Refactor "fields" test to increase coverage (*)
90cf1ea... codegen: Drop unreachable code handling (Un)LockStatements (*)
e232223... codegen: Replace wrongly hard coded usage of G_OBJECT_GET_C (*)
9cbd53b... codegen: Add CCodeBaseModule.get_this_class_cexpression() a (*)
1ad53f2... codgen: Generalize CCodeBaseModule.get_this_interface_cexpr (*)
86fecf1... codegen: Always use G_TYPE_INSTANCE_GET_CLASS/INTERFACE for (*)
8b8340a... codegen: More use of get_this_{class|interface}_cexpression (*)
318df95... build: Add "test-asan" make target for convenience (*)
73ed255... vala: Support variadic delegates including params array
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]