[vala] (78 commits) Non-fast-forward update to branch wip/dbusgen
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] (78 commits) Non-fast-forward update to branch wip/dbusgen
- Date: Thu, 16 Jan 2020 16:12:27 +0000 (UTC)
The branch 'wip/dbusgen' 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:
1867504... Initial commit of dbusgen
be5cd3b... DataType needs to be copied
013ca9e... now parses properties and doc tags correctly
8a4d558... Reuse retrieved attributes
d31b26d... Don't use camel-cased symbol names
2a9db02... More recognized types
ce64c20... Cleaning
61b5ed2... Parameter-names are not mandatory
5f75411... added support for doc tags
b548cf7... added support for Handle types
2eba34a... returns more expressive types
46506d8... added support for dbus extensions
8480bfa... Fix ownership
7fe2adf... Fix comment style
f90637a... Use GLib.ObjectPath instead of string
6072626... dbusgen: Add some annotations todos
35656d0... doc: Add valadbusgen manpage
2095f01... dbusgen: Add mandatory "throws DBusError, IOError" to metho
9b4e2e4... dbusgen: Make sure to name changes are reversible
6eb799a... dbusgen: Add DBus signature attribute if type is not suppor
c14da62... dbusgen: Implement org.gtk.GDBus.C.ForceGVariant
a32f83b... dbusgen: Some parser reordering and property type fixing
80c453e... dbusgen: Set DBus.name on symbols as needed
f95a0f7... dbusgen: Use strings and string-arrays like gdbus-codegen d
ef51467... dbusgen/tests: Use test-codegen.xml from glib/gio
f5be74c... WIP dbusgen: Add namespace options
8682ab3... vala: Don't force cheader attributes for code-writer in DUM
bf98cb6... dbusgen use DUMP mode
Commits added to the branch:
f4bad5f... vala: Keep formal_target_type when transforming method-call (*)
8cd5a57... tests: Fix and make fast-vapi test actually fatal (*)
a6112f0... vala: Add a basic parameter check for [Print] methods (*)
0f518f8... gstreamer: Update from 1.17.0+ git master (*)
e68c0fa... gtk4: Update to 3.96.0+5e11a2ae (*)
e5dcf78... vapi: Update GIR-based bindings (*)
cc20843... pango: Update to 1.44+ (*)
a148cc6... tests: Extend "float and integer" tests to increase coverag (*)
ba76c57... tests: Add "scanner" tests to increase coverage (*)
f11b86c... tests: Add "member-access" tests to increase coverage (*)
44ec058... scanner: "\x" requires two hex digits at most (*)
6962b8d... parser: Implicit "main" method of main-block is public and (*)
e722f76... vala: Let the parser have set namespace members as static (*)
b054509... vala: Drop Namespace.remove_struct() (*)
88aa22a... scanner: "\x" requires two hex digits at most and ignore le (*)
77fe44c... scanner: Improve check of "\u" escape sequence (*)
aa628ac... vala: Include type_name to default implementation of CCode. (*)
34409b1... codegen: Fix precondition in creation method of structs (*)
787a1e3... vala: Don't ignore inner errors in Block and acknowledge th (*)
6acc214... vala: Don't report further errors if MemberInitializer.chec (*)
fa51754... test: Add some "method-call" tests to increase coverage (*)
f491267... webkit2gtk-4.0: Update to 2.27.3 (*)
ef7e66a... gtk4: Update to 3.96.0+9f69c7f3 (*)
b234716... gstreamer: Update from 1.17.0+ git master (*)
8677f09... vala: Improve error message for unsupported inner types and (*)
8ee44db... vala: Don't allow "va_list" as return-type or type of field (*)
7551bbb... codegen: Remove unreachable code in TypeRegisterFunction.in (*)
6b03920... codegen: Improve *_get_type() fast path (requires glib >= 2 (*)
804160d... codegen: Don't attribute *_get_type_once() with G_GNUC_CONS (*)
cf4a50c... glib-2.0: Add to_string() for GLib.PollFd and GLib.Pid (*)
e0a963f... glib-2.0: Add new symbols from 2.64 (*)
6465dbb... vala: Check before accessing "name" of parent_symbol which (*)
edf4b3d... vapi: Update GIR-based bindings (*)
b977da4... vala: Allow to override base interface properties explicitl (*)
4e78d77... compiler: Add "--depfile" option writing package dependenci (*)
1384dd0... genie: Fix parser's inner state when a struct is declared a (*)
af236c9... glib-2.0: Reset errno before calling strto*() functions. (*)
8876875... gtk4: Update to 3.96.0+448a4023 (*)
46274b7... gstreamer: Update from 1.17.0+ git master (*)
f4ec912... vapi: Update GIR-based bindings (*)
03b481e... tests: Fix make distcheck (*)
02ca1ff... Release 0.47.2 (*)
ce690e9... codegen: Don't set implemenation of interface property to i (*)
7850210... vala: Infer target_type in coalescing expressions (*)
6cfa112... vala: Non-nullable value-type in coalesce expression needs (*)
6f673c2... vala: Fix short-circuiting behavior of coalescing operator (*)
ea07220... parser: Extend source_reference of parenthesized expr to co (*)
8dd348c... codegen: Use result value of assignment rather than its com (*)
8021ad3... glib-2.0: Let (u)int.try_parse() return false if there is a (*)
98ab3da... Add further support for params arrays (*)
a2acd4b... Initial commit of dbusgen
69465f5... DataType needs to be copied
5ecbbe6... now parses properties and doc tags correctly
bf443eb... Reuse retrieved attributes
c733462... Don't use camel-cased symbol names
dd21d03... More recognized types
2296836... Cleaning
39b2daf... Parameter-names are not mandatory
016e530... added support for doc tags
4e28c81... added support for Handle types
59adda0... returns more expressive types
3c31c87... added support for dbus extensions
09df6ca... Fix ownership
f10c292... Fix comment style
7b8ed3d... Use GLib.ObjectPath instead of string
348d8ab... dbusgen: Add some annotations todos
95f79a8... doc: Add valadbusgen manpage
9ef0c05... dbusgen: Add mandatory "throws DBusError, IOError" to metho
33fc433... dbusgen: Make sure to name changes are reversible
7b011d6... dbusgen: Add DBus signature attribute if type is not suppor
ade6e2c... dbusgen: Implement org.gtk.GDBus.C.ForceGVariant
2ee6735... dbusgen: Some parser reordering and property type fixing
8b2c271... dbusgen: Set DBus.name on symbols as needed
aa44663... dbusgen: Use strings and string-arrays like gdbus-codegen d
144c041... dbusgen/tests: Use test-codegen.xml from glib/gio
3e3fd0e... WIP dbusgen: Add namespace options
31326d4... vala: Don't force cheader attributes for code-writer in DUM
01c7bb6... dbusgen use DUMP mode
(*) 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]