linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v5 00/13] gdbus: Better D-Bus introspection
@ 2012-05-16 23:33 Lucas De Marchi
  2012-05-16 23:33 ` [PATCH BlueZ v5 01/13] gdbus: return if method signature is malformed Lucas De Marchi
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Lucas De Marchi @ 2012-05-16 23:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

v5: only rebase

Message from v4: 


	This is v4 of this series. The biggest difference from v3 is that we are not
	adding a decorated signature anymore. Instead we define the type GDBusArgInfo
	and add fields in_args, out_args and args into the tables.

	First 4 patches are the same as before and are independent from the others.

	Patches 5, 6, 7, 8 and 9 are split like this because gdbus is used in projects
	other than BlueZ, so the first 2 patches can be easily ported there.

	Patches 10 and 11 add annotations, just as in v3.

	Last 2 patches are minor fixes, because checking the same thing twice don't
	make it a stronger check.


Lucas De Marchi (13):
  gdbus: return if method signature is malformed
  gdbus: do not call memset for terminating NUL
  Constify GDBus method tables
  Constify GDBus signal tables
  gdbus: add argument info to methods and signals
  Convert GDBus methods and signals to use GDBusArgInfo
  gdbus: use GDBusArgInfo to generate introspection
  gdbus: loop over args to check message signature
  gdbus: remove signatures from tables
  gdbus: add Deprecated annotation in introspection
  gdbus: add Method.NoReply annotation in introspection
  gdbus: do not check signature twice
  adapter: do not check signature twice

 attrib/client.c           |   35 ++++++++----
 audio/control.c           |   33 +++++++----
 audio/device.c            |   23 +++++---
 audio/gateway.c           |   30 ++++++----
 audio/headset.c           |   93 +++++++++++++++++++------------
 audio/media.c             |   23 ++++++--
 audio/sink.c              |   37 ++++++------
 audio/source.c            |   24 ++++----
 audio/telephony-dummy.c   |   38 +++++++++----
 audio/telephony-maemo5.c  |    8 ++-
 audio/transport.c         |   30 +++++++---
 gdbus/gdbus.h             |   11 +++-
 gdbus/object.c            |  136 ++++++++++++++++++++++-----------------------
 health/hdp.c              |   69 ++++++++++++++++-------
 input/device.c            |   19 ++++---
 network/connection.c      |   23 +++++---
 network/server.c          |   11 +++-
 plugins/dbusoob.c         |   18 ++++--
 plugins/service.c         |   24 +++++---
 proximity/monitor.c       |   19 +++++--
 proximity/reporter.c      |   14 +++--
 sap/sap-dummy.c           |   18 ++++--
 sap/server.c              |   16 ++++--
 serial/port.c             |   17 ++++--
 serial/proxy.c            |   38 +++++++++----
 src/adapter.c             |   94 ++++++++++++++++++++-----------
 src/device.c              |   32 +++++++----
 src/manager.c             |   40 +++++++++----
 thermometer/thermometer.c |   35 ++++++++----
 29 files changed, 655 insertions(+), 353 deletions(-)

-- 
1.7.10.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-05-16 23:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-16 23:33 [PATCH BlueZ v5 00/13] gdbus: Better D-Bus introspection Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 01/13] gdbus: return if method signature is malformed Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 02/13] gdbus: do not call memset for terminating NUL Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 03/13] Constify GDBus method tables Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 04/13] Constify GDBus signal tables Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 05/13] gdbus: add argument info to methods and signals Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 06/13] Convert GDBus methods and signals to use GDBusArgInfo Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 07/13] gdbus: use GDBusArgInfo to generate introspection Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 08/13] gdbus: loop over args to check message signature Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 09/13] gdbus: remove signatures from tables Lucas De Marchi
2012-05-16 23:43   ` Marcel Holtmann
2012-05-16 23:33 ` [PATCH BlueZ v5 10/13] gdbus: add Deprecated annotation in introspection Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 11/13] gdbus: add Method.NoReply " Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 12/13] gdbus: do not check signature twice Lucas De Marchi
2012-05-16 23:33 ` [PATCH BlueZ v5 13/13] adapter: " Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).