[vala] (329 commits) Non-fast-forward update to branch wip/dbusgen



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:

  1a4541b... vala: Don't force cheader attributes for code-writer in DUM
  756bc26... Initial commit of dbusgen
  cc72401... DataType needs to be copied
  a410af2... now parses properties and doc tags correctly
  2ef2428... Reuse retrieved attributes
  52254c2... Don't use camel-cased symbol names
  5340a5d... More recognized types
  cc9b8c0... Cleaning
  aedebcc... Parameter-names are not mandatory
  1f794f6... added support for doc tags
  12bafd1... added support for Handle types
  59bd708... returns more expressive types
  878e345... added support for dbus extensions
  b5867ec... Fix ownership
  2c4d345... Fix comment style
  35a7530... Use GLib.ObjectPath instead of string
  38116ef... dbusgen: Add some annotations todos
  b8da8a3... doc: Add valadbusgen manpage
  dc2af69... dbusgen: Add mandatory "throws DBusError, IOError" to metho
  27e4004... dbusgen: Make sure to name changes are reversible
  55f2479... dbusgen: Add DBus signature attribute if type is not suppor
  0edc3f2... dbusgen: Implement org.gtk.GDBus.C.ForceGVariant
  bcea0cd... dbusgen: Some parser reordering and property type fixing
  5ab139c... dbusgen: Set DBus.name on symbols as needed
  55cce8a... dbusgen: Use strings and string-arrays like gdbus-codegen d
  e972693... dbusgen/tests: Use test-codegen.xml from glib/gio
  e42bc36... WIP dbusgen: Add namespace options
  a51fb50... dbusgen use DUMP mode
  1f311dc... Drop pkg-config file

Commits added to the branch:

  dc46b5f... Release 0.53.1 (*)
  3aaf1a9... gstreamer: Update from 1.19.0+ git master (*)
  635e1bc... pango: Update to 1.49.0+54e1aed0 (*)
  4dd10cd... gtk4: Update to 4.5.0~2db8d7f6 (*)
  4e305e2... codegen: Fix property access inside opaque compact class (*)
  ab74496... glib-2.0: Current constants in GLib.Math are part of glib.h (*)
  c012158... codegen: Add missing cast to access base-class members in c (*)
  60fd1f8... glib-2.0: Add RefString since 2.58 (*)
  adf00e8... gstreamer: Update from 1.19.0+ git master (*)
  24e8c3d... gtk4: Update to 4.5.0~e681fdd9 (*)
  614fc7a... vapi: Update GIR-based bindings (*)
  2ce4516... Release 0.53.2 (*)
  6ad1127... gio-2.0: Unhide a few usable symbols which are marked not i (*)
  8ac0970... vala: Warn about unsupported cast to void and drop it (*)
  17a8486... tests: Add missing cast-void-not-allowed.c-expected (*)
  8b894d6... valadoc: Correctly format background of inline @link's (*)
  37db812... vala: Don't restrict element type of GLib.Array (*)
  0f3cc46... Release 0.54.0 (*)
  ff0eda5... codegen: Add type declaration for implicit temporary local  (*)
  2ed5c4d... codegen: Sealed class in external package is not special (*)
  2826ada... gstreamer: Update from 1.19.0+ git master (*)
  b11345d... gtk4: Update to 4.5.0~3e20ecd6 (*)
  1538015... Release 0.54.1 (*)
  d072586... vala: Multi-dimensional params-array not allowed (*)
  192c6df... build: At least valac 0.16.1 is required (*)
  ecdb9b8... docs: Bump vala version references in README.md (*)
  aeb38b2... docs: Add myself to AUTHORS (*)
  fe3625d... vala: Accept NullType as generic type argument (*)
  40c017f... tests: Add missing generics/null-type.c-expected (*)
  9a6dd63... tests: Add "integer/float literal" tests to increase covera (*)
  172694e... gio-2.0: Update to 2.71.0~a0d2efdc (*)
  21d26fd... gtk4: Update to 4.5.0~da5efea6 (*)
  1a59fda... glib-2.0: Update 2.70 symbols (*)
  dbe8d2a... Bump version suffix to 0.56 (*)
  40a9238... vala: Add optional SourceReference parameter to DataType cl (*)
  9bd69d2... vala: Preserve the source reference when resolving data typ (*)
  ce15989... vala: Set source references of created DataType instances i (*)
  76a08b8... vala: Drop RealLiteral.get_type_name() (*)
  b60266e... Set TypeParameter as symbol of GenericType (*)
  0b3c86e... glib-2.0: Add Unicode 14.0 symbols (*)
  594cc46... vala: Parameter following ellipsis parameter is not allowed (*)
  6a9ddf7... girparser: Add support for "ref_/ref_sink_/unref_function"  (*)
  db9e4ce... gee: Add missing type-arguments (*)
  b67bb03... tests/girwriter: Add missing type-argument (*)
  5ffd65e... tests: Add more "type-arguments" tests to increase coverage (*)
  5155348... vala: No need to run return_type.check() twice for method (*)
  ba0d8e9... vala: More thorough check of ValueType and set CodeNode.err (*)
  6ac079d... codegen: Actually free data when using "remove(_all)" on GL (*)
  9e941a9... tests: Rename invalid yield-return test to avoid conflict (*)
  ca73184... tests: Add more "type-arguments" tests to increase coverage (*)
  ac4fcff... tests: Avoid causing unrelated errors in invalid test cases (*)
  41f2e9c... parser: Don't bail parsing of yield expression on error (*)
  e71ae37... codegen: Move some errors to semantic analyzer pass (*)
  516f209... vala: Set more missing source references of CodeNode instan (*)
  59e5d31... tests: Add invalid "target/destroy access" tests to increas (*)
  9e336f2... tests: Add "instance access to implicit to_string() method  (*)
  f2570bb... tests: Add missing tests/enums/bug614424.c-expected (*)
  3eebf31... tests: Add more invalid "member access" tests to increase c (*)
  511848d... tests: Extend "access virtual signal of interface" test to  (*)
  02f7568... tests: Split "Variant (de)serialization" test to trigger on (*)
  7996b74... Sync NEWS from 0.54 (*)
  01b8729... vala: Really check compatiblity of error types for delegate (*)
  4a1fe51... vala: Correctly output signature of callable throwing error (*)
  28ef85c... tests: Add more invalid "(un)lock" tests to increase covera (*)
  dadfb89... tests: Add invalid "unary decrement" test to increase cover (*)
  ca457c1... vala: Replace and drop UnaryExpression.find_member_access() (*)
  eae660f... tests: Add "no error type in catch" tests to increase cover (*)
  d622c77... vala: Report error for non ErrorType in throws (*)
  9bd5dce... codegen: Use ErrorType.error_domain if possible (*)
  876ace8... parser: Make sure ErrorCodes are accessible as needed (*)
  0a53d37... vala: Implement CodeWriter.visit_foreach_statement() (*)
  d1232b9... vala: Improve CodeWriter.visit_catch_clause() (*)
  0751a9e... Use ErrorType-based collection for CodeNode.get_error_types (*)
  9c25665... tests: Add "throws error code" tests to increase coverage (*)
  01affa4... Revert "Use ErrorType-based collection for CodeNode.get_err (*)
  59e74da... gstreamer: Update from 1.19.2+ git main (*)
  3c08b7c... vapi: Update GIR-based bindings (*)
  96d4a48... vapi: Add libsoup-3.0 binding (*)
  e259ba4... vapi: Add webkit2gtk-5.0 bindings (*)
  55d61b1... Sync NEWS from 0.54 (*)
  8db3f8a... vala: Improve error message for invalid handler of dynamic  (*)
  8cdca06... girparser: Accept "sealed" for transformed records and comp (*)
  1fdc269... gstreamer-1.0: Make Gst.Uri a sealed class (*)
  554011b... Add support for partial classes (*)
  048aaba... vala: Add support for nested methods (local functions) (*)
  b79a8ac... tests: Add missing tests/objects/class-partial.c-expected (*)
  42acc6d... alsa: Add more API and fix a few things (*)
  4288a12... tests: Extend "dynamic" signal test to increase coverage (*)
  0421eb9... vala: Using SignalHandler.disconnect() is required for dyna (*)
  b9df26b... codegen: Split out GSignalModule.emit_signal() (*)
  8152d91... codegen: Stop generating wrappers for dynamic signal connec (*)
  c655e65... parser: Split out Parser.parse_switch_section_statement() (*)
  2215b53... parser: Better handling of misplaced switch sections (*)
  7eed6c7... genie: Amend text of indent and dedent for error messages (*)
  d4071fa... genie: Accept INTERR token before type arguments when parsi (*)
  c0970d0... genie: Properly handle plain "get" or "set" property access (*)
  86de38c... genie: Use TokenType.EXCEPTION instead of TokenType.ERRORDO (*)
  c803a13... tests: Add more "declaration" tests for genie to increase c (*)
  619f120... tests: Fix Makefile.am (*)
  1827506... gtkmodule: Improve error message for invalid signal element (*)
  5314e15... tests: Add more "statement" tests for genie to increase cov (*)
  f8ecb36... tests: Fix mixed up naming of base-type tests for classes (*)
  a0d7177... vala: Add accessibility check of type for constants and str (*)
  1f28a5d... vala: Drop SemanticAnalyzer.is_type_accessible() (*)
  f1a8f2a... codegen: Use CCodeConstant for member access of constant sy (*)
  f38fdde... codegen: Emit constants without initializer list in defines (*)
  32366df... vala: Add multi-line support to Vala.Report (*)
  88801eb... vala: Don't allow casting to void (*)
  af730d4... vala: Don't allow casting real structs to classes or simple (*)
  6d61901... gdbus: Use g_dbus_method_invocation_take_error() as simplif (*)
  7ab0a8e... glib-2.0: Update 2.72 symbols (*)
  9dff977... vapi: Update GIR-based bindings (*)
  5b6345a... codegen: Add and use CCodeConstantIdentifier for accessing  (*)
  16840d2... vala: Check for unavailable value-type of variable initiali (*)
  1051b5f... codegen: Check required length of enum type name for GType  (*)
  810952e... codegen: Add missing check while overriding virtual async i (*)
  a2b67f5... tests: Remove wrongly committed files (*)
  30a1d3a... gstreamer: Update from 1.19.3+ git master (*)
  176ffbf... gstreamer-base-1.0: Some parameter fixes (*)
  7210245... genie: Accept accessibility and async modifiers on "constru (*)
  6bf651d... ccode: Fix CCodeUnaryExpression.write() for PREFIX_INCREMEN (*)
  a85ec57... vala: Add [Profile] as known attribute for methods (*)
  0f493a1... tests: Add [Profile] method test to increase coverage (*)
  5f41346... tests/girwriter: Increase coverage (*)
  3e650c1... tests: Add runtime checks to signals tests and increase cov (*)
  56bc688... vala: Report error on missing gio-2.0 package for async con (*)
  0a59efb... vala: Fix signals with generic return (*)
  6783dba... build: Add "test-update" which passed UPDATE_EXPECTED=1 to  (*)
  3ec2760... webkit2gtk-*.0: Update to 2.35.1 (*)
  a44117b... tests: Rename colliding test cases to avoid conflicts (*)
  05d804b... codegen: Drop inconsistent space for ObjectType parameters (*)
  0e09771... codegen: Accept CCode.type attribute on parameters (*)
  0b49956... gnome-desktop-3.0: Some parameter fixes (*)
  a4b1c63... vapi: Add gnome-desktop-4, gnome-bg-4 and gnome-rr-4 bindin (*)
  935a92d... tests: Rename colliding test case to avoid conflict (*)
  067e82d... vapi: Update GIR-based bindings (*)
  80538d1... tests: Add missing methods/parameter-ccode-type.vala (*)
  2605e57... Sync NEWS from 0.54 (*)
  636ae06... glib-2.0: Always use the actual C type for CCode.array_leng (*)
  9f1fa33... vala: Check accessibility of initializer for constant and e (*)
  8c2fa82... vapigen.m4: use $PKG_CONFIG_SYSROOT_DIR (*)
  f4862e9... build: Update git-version-gen to latest upstream (*)
  ce24cc8... tests/girwriter: Use the actual expected output of our girw (*)
  439c219... gtkmodule: Handle nested closure elements and bind them acc (*)
  56a90b0... vala: NullLiteral is not a valid argument for string concat (*)
  55677ef... tests: Add missing tests/structs/struct-static-field-initia (*)
  1473f3e... codegen: Correctly handle chain up of struct creation metho (*)
  29bef67... vala: Set is_yield_expression in async context when chainin (*)
  5d2d9a2... tests: Add more "chain up" tests to increase coverage (*)
  e3b7be0... vala: Drop duplicate check for unsupported flag of creation (*)
  c507539... vala: Drop duplicate check for unsupported flag of struct m (*)
  f593418... vala: Report statement parsing error if it is not meant to  (*)
  7b03a4b... codegen: Use a dedicated EmitContext for _variant_get*() fu (*)
  c2a5316... tests: Add "type-parameter property clash" test to increase (*)
  19135db... codegen: Initialize type parameter properties for generics  (*)
  b5db457... gstreamer-1.0: Unskip the ElementFactory.make/create_full() (*)
  52c225d... vapi: Update GIR-based bindings (*)
  92b2e93... girparser: Avoid possibily creating duplicated attributes (*)
  8faa03e... Sync NEWS from 0.54 (*)
  9f1de7a... vala: Allow unsafe assignment of integer to enum while repo (*)
  5041457... vala: Non nullable enum types are simple types (*)
  1133400... Properly use [Flags] feature for ModifierFlags and CCodeMod (*)
  4c27684... vala: Silently accept unsafe assignment of "0" literal to e (*)
  a81bc7a... vala: Correctly replace "in" expression in pre-/postconditi (*)
  73cd47c... parser: Improve partial classes support (*)
  b2ef0ed... Make more use of native GLib.Regex syntax (*)
  0c0c4e6... Revert "Make more use of native GLib.Regex syntax" (*)
  929d3be... vala: Show source location when reporting deprecations (*)
  e556d70... gio-2.0: Add custom MemoryOutputStream.with_*data() wrapper (*)
  5738468... codegen: Allow boxing of non-external SimpleType structs (*)
  29470db... codegen: Cast given default-value of struct with possible m (*)
  9adade6... codegen: Initialize "result" variable on declaration for ab (*)
  c46078f... codegen: Use __once instead of __volatile in generated code (*)
  0e9b381... tests: Skip constants/member-access-enum.vala for ASAN (*)
  de16820... tests: Add XFAIL tests if undefined behavior sanitizer is e (*)
  d74400b... Support "emit" for explicit signal emission (*)
  a24f442... Add native support to specify non default length-type for a (*)
  62bb360... tests: Add "async signal handler" test to increase coverage (*)
  0b954dc... codegen: Clear existing length values when revisiting a sli (*)
  333912f... tests: Skip runtime of array length type test on "32-bit" (*)
  265a5cd... vapi: Update GIR-based bindings (*)
  e73a038... Sync NEWS from 0.54 (*)
  590e041... codegen: Generated SimpleType structs don't have a type id (*)
  a9f620a... gtk4: Update to 4.6.0+06e5da45 (*)
  8f7dacb... vapi: Update GIR-based bindings (*)
  775187f... Release 0.55.1 (*)
  cd25750... vala: Require lvalue access of delegate target/destroy "fie (*)
  45fe852... codegen: Add support for async main (*)
  78da97b... codegen: Avoid symbol clashes with "va_*" from "stdarg.h" (*)
  8c72e14... parser: Reduce the source reference of main block method to (*)
  ca3c169... vala: Implement missing YieldStatement.accept() (*)
  47d85ba... vala: Make Vala.Variable an abstract class (*)
  eea3a2a... vala: async-ize main block when yield is used (*)
  6638ada... glib-2.0,gio-2.0: Update 2.72 symbols (*)
  4a81a1c... gstreamer: Update from 1.19.3+ git master (*)
  df6f639... gtk4: Update to 4.6.0+a092986a (*)
  798e1c3... codegen: Access of inline allocated array is guaranteed to  (*)
  8105d9e... codegen: Don't uncoditionally null check callback_func for  (*)
  ca3da69... codegen: Access of stack allocated struct is guaranteed to  (*)
  0db2ebd... vala: Add foreach statement support for GLib.Array (*)
  44195a0... vala: Add foreach statement support for GLib.Sequence (*)
  3e38dc4... vala: Add support to infer return type of dynamic signals (*)
  1e4205b... codegen: Cast generic return value from g_sequence_get() (*)
  6a8e279... parser: Improve handling of nullable VarType in with-statem (*)
  f40c602... glib-2.0: Fix criticals in string.joinv() with arrays that  (*)
  d3c84ca... vapi: Add linux-media bindings (linux/media.h) (*)
  a1dc585... alsa: Add/fix *.alloca() functions (*)
  4b6f8a8... posix: Add limits.h binding (*)
  224051f... v4l2: Update V4l2.Capabilities and fix some inline arrays (*)
  f853104... vala: Transform assignment of an array element as needed (*)
  c59ee09... codegen: Write array length of formal parameters with fixed (*)
  dc03028... manual: Update from wiki.gnome.org (*)
  e13e0d6... Release 0.55.2 (*)
  0d6d200... vala: Some simplifications while TypeParameter is a TypeSym (*)
  ab482a7... vala: Add missing TraverseVisitor.visit_data_type() (*)
  9086fb1... tests: Generic type inference for static methods only in co (*)
  7b5c4f5... vala: Improve check of generic type references in static co (*)
  8885d24... codegen: Use correct target/destroy of delegate field initi (*)
  8c64b76... gtk4: Specify sentinel for GtkAcessible methods (*)
  dbebb78... tests: Relax dependency of asynchronous/method-main-async.v (*)
  acbd96f... gstreamer: Update from 1.19.90+ git main (*)
  7f95f0f... gtk4: Update to 4.6.0+06ec4ec1 (*)
  42af221... gio-2.0,glib-2.0,gobject-2.0: Update 2.72 symbols (*)
  afd8f8e... vapi: Update GIR-based bindings (*)
  da77acb... vala: Make sure to drop our "trap" jump target in case of a (*)
  eb7aac3... vala: Move dynamic property errors to semantic analyzer pas (*)
  406b3a6... codegen: Stop generating wrappers for dynamic property acce (*)
  7b3fc94... parser: Allow usage of dynamic on VarType (*)
  fab202f... parser: Clean up creation of constant declaration (*)
  2b443be... vala: Remove some public API from symbols and types (*)
  2a6972f... test/gtktemplate: Use correct class name (*)
  a1a8b3f... gtkmodule: Recurse inner classes of ObjectTypeSymbols (*)
  0d3ff97... gtkmodule: Improve UI parsing and handling of nested object (*)
  7496f6e... gtkmodule: Recurse inner classes of ObjectTypeSymbols (2) (*)
  190bda0... vala: Free empty stack list for code contexts (*)
  8ea51c7... vala: Clear SemanticAnalyzer.current_{symbol,source_file} w (*)
  8c5a6dc... Release 0.55.3 (*)
  d9f7022... vala: Catch and throw possible inner error of lock statemen (*)
  f8b7f0d... build: Update gitlog-to-changelog to latest upstream (*)
  85d01e1... build: Update git-version-gen to latest upstream (*)
  7e75f81... vala: Only add catch clause if an inner error is possible (*)
  baebb4b... tests: Add more Werror=... flags (*)
  e72804e... vala: Member reference for ObjectCreationExpression is neve (*)
  f8b401d... tests: Fix objectcreation-no-creation-method.test (*)
  ac9a2ae... tests: Add invalid "error creation" tests to increase cover (*)
  7dbcea1... tests: Extend "direct access to error code" test to increas (*)
  35c641f... vala: Drop unused MemberAccess.creation_member property API (*)
  e51493e... vala: Add common CallableExpression.call property API (*)
  d8882cd... vala: Keep error-code symbol reference in callable expressi (*)
  9669d76... vala: Allow delegate without target to be used as constant  (*)
  c97b833... gstreamer: Update from 1.21.0+ git main (*)
  1696095... vapi: Update GIR-based bindings (*)
  f14467a... glib-2.0: Update 2.70/72 symbols (*)
  181218b... vapi: gtk4-unix-print is GIR-based (*)
  33510fe... codegen: Split out GTypeModule.generate_autoptr_cleanup() (*)
  612bded... codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interface (*)
  87d6694... codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for struct (*)
  ad5927f... glib-2.0: Annotate error-domains with "has_type_id = false" (*)
  1f4ae3f... glib-2.0: Add type_id of GLib.Error (*)
  a153000... codegen: Default to "has_type_id = false" for external erro (*)
  da4ff03... codegen: Emit GType definition for error domains (*)
  147cf8a... girparser: Pick up type_id of error domains (*)
  d5a1678... vapi: Regenerate GIR-based bindings to pick up type_id of e (*)
  0d43276... Release 0.55.90 (*)
  03e74e5... g-i: Update gidl binding to include type hierarchy (*)
  2d4acc8... girparser: Handle duplicated and unnamed symbols (*)
  b575891... girparser: Add support for "copy_/free_function" metadata f (*)
  0474d01... libgsf-1: Fix a few binding errors (*)
  fcb3496... libarchive: Fix a few binding errors (*)
  31c11b7... libgrss: Fix FeedItem.get_geo_point() parameters (*)
  04d7044... gtk4: Fix content_deserialize_async() (*)
  ec78987... gst-editing-services-1.0: Fix BaseEffect.set_time_translati (*)
  f03d1e5... gstreamer-audio-1.0: Fix a few binding errors (*)
  d28847e... gstreamer-base-1.0: Fix a few bindings errors (*)
  90d5814... gstreamer-video-1.0: Fix a few binding errors (*)
  f058e9e... girparser: Don't count instance-parameter when checking for (*)
  6076687... vapi: Regenerate GIR-based bindings to pick up previously s (*)
  e8f9d78... Release 0.55.91 (*)
  5f0a146... glib-2.0: Fix memory management of TestSuite.add*/get_root( (*)
  48d5de2... tiff: Fix a few binding errors (*)
  f74da85... SDL2_ttf: Fix a few binding errors (*)
  7b531ec... codegen: Drop confusing warning when accessing interface me (*)
  95d1ecb... libarchive: Fix a few binding errors (*)
  a186a49... vapi: Add webkit2gtk-4.1 bindings (*)
  e6f675d... Release 0.56.0 (*)
  044622a... Add release notes for 0.56 (*)
  6d80e07... gstreamer: Update from 1.21+ git main (*)
  0e822df... vapi: Update GIR-based bindings (*)
  53b003b... vala: Don't allow nullable enum value as real GObject prope (*)
  f56bbc7... vala: Improve accessibility check inside member initializer (*)
  cfb768e... gtk4: Fix GLib.Value parameter in ContentProvider.get_value (*)
  b417c89... valadoc: Include path to doclet in error message (*)
  b934cef... gtk4: Split out gtk4-wayland and gtk4-x11 into separate bin (*)
  afb877c... gstreamer: Update from 1.21.0+ git main (*)
  98d6feb... vapi: Update GIR-based bindings (*)
  45457b9... manual: Update from wiki.gnome.org (*)
  ef23c1b... Release 0.56.1 (*)
  af49df1... codegen: Correctly set array-length for NoAccessorMethods p (*)
  46ef198... codegen: Detect usage of static type-parameter in runtime c (*)
  4e06310... glib2.0: Add abs() to int8/int16/int32/ssize_t (*)
  443f099... vala: Don't force cheader attributes for code-writer in DUM
  2a420ed... Initial commit of dbusgen
  b7aea0b... DataType needs to be copied
  133576a... now parses properties and doc tags correctly
  9e4c14f... Reuse retrieved attributes
  cf04234... Don't use camel-cased symbol names
  8f6d636... More recognized types
  22bb0c0... Cleaning
  191d38e... Parameter-names are not mandatory
  43d4eef... added support for doc tags
  7dbf5e7... added support for Handle types
  0f86ed4... returns more expressive types
  256ef92... added support for dbus extensions
  6db1e84... Fix ownership
  6da86ea... Fix comment style
  8a32dcd... Use GLib.ObjectPath instead of string
  fe651f1... dbusgen: Add some annotations todos
  dd0a630... doc: Add valadbusgen manpage
  8ca30f0... dbusgen: Add mandatory "throws DBusError, IOError" to metho
  e9b22e9... dbusgen: Make sure to name changes are reversible
  6f9f10e... dbusgen: Add DBus signature attribute if type is not suppor
  80433b8... dbusgen: Implement org.gtk.GDBus.C.ForceGVariant
  a83e5a2... dbusgen: Some parser reordering and property type fixing
  8622539... dbusgen: Set DBus.name on symbols as needed
  fb8e123... dbusgen: Use strings and string-arrays like gdbus-codegen d
  3b1f9c2... dbusgen/tests: Use test-codegen.xml from glib/gio
  93295ff... WIP dbusgen: Add namespace options
  d1b86d2... dbusgen use DUMP mode
  20ec6b2... Drop pkg-config file

(*) 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]