No description
Find a file
James Harris 63c7175250 Remove warnings from generated adaptors.
This patch modifies the dbusxx-xml2cpp's generate_adaptor function  so
that it prevents generation of the MessageIter ri in cases where an
interface method has no input arguments.

By making this element conditional based on the presence of input
arguments we avoid "unused-but-set-variable" warning in code that uses
the DBus-C++ adaptor glue headers.

Change-Id: I0f04439bf7b2b3cecb9d639e61c2b6dedc148e51
Type: Code Improvement
2014-03-19 12:52:16 +01:00
data Added Properties XML description 2008-09-05 16:20:10 +02:00
doc link changed 2011-12-01 13:44:08 +01:00
examples - fixed library path of glib and ecore examples 2011-11-30 10:33:58 +01:00
include/dbus-c++ - NO FUNCTIONAL CODE CHANGES!!!! 2011-11-28 12:44:11 +01:00
m4 Added PTHREAD_LIBS variable to be set in another discovery case in acx_pthread 2014-01-14 10:05:38 +01:00
src Fix crash when invoking method without specifying interface 2014-01-14 12:40:13 +01:00
test - fixed library path of glib and ecore examples 2011-11-30 10:33:58 +01:00
tools Remove warnings from generated adaptors. 2014-03-19 12:52:16 +01:00
.gitignore added patches from: Roman Fietze <roman.fietze@telemotive.de> 2010-10-08 00:22:58 +02:00
AUTHORS change date 2011-11-29 20:19:32 +01:00
autogen.sh many changes 2008-07-22 22:34:47 +02:00
bootstrap preserve m4 warning 2010-08-04 00:05:55 +02:00
ChangeLog imported D-Bus C++ library 2006-09-05 13:36:22 +00:00
configure.ac set version for first release to 0.9.0 2011-12-01 13:46:29 +01:00
COPYING imported D-Bus C++ library 2006-09-05 13:36:22 +00:00
dbus-c++-1-uninstalled.pc.in Added a pkgconfig file to test a local version without installing it (Andreas Volz) 2008-08-16 16:49:39 +02:00
dbus-c++-1.pc.in changed build architecture to build seperate libs for main/ecore/glib integration 2011-11-28 22:55:07 +01:00
dbus-c++-ecore-1-uninstalled.pc.in changed build architecture to build seperate libs for main/ecore/glib integration 2011-11-28 22:55:07 +01:00
dbus-c++-ecore-1.pc.in changed build architecture to build seperate libs for main/ecore/glib integration 2011-11-28 22:55:07 +01:00
dbus-c++-glib-1-uninstalled.pc.in changed build architecture to build seperate libs for main/ecore/glib integration 2011-11-28 22:55:07 +01:00
dbus-c++-glib-1.pc.in changed build architecture to build seperate libs for main/ecore/glib integration 2011-11-28 22:55:07 +01:00
dbus-c++.anjuta - many fixes to the autotools system 2008-07-22 16:57:14 +02:00
INSTALL Use autoconf convention for the configuration header (Glenn Murphy) 2008-06-14 15:40:27 +02:00
libdbus-c++.spec.in patch from Daniel Wagner <wagi@monom.org> 2009-02-10 18:22:57 +01:00
Makefile.am no need to distribute spec file if spec.in is included 2011-12-01 10:10:53 +01:00
NEWS imported D-Bus C++ library 2006-09-05 13:36:22 +00:00
README repair ecore mainloop dispatcher 2011-03-10 12:44:39 +01:00
SConscript major D-Bus code update 2006-09-23 23:25:34 +00:00
TODO * Updated TODO 2007-02-09 00:18:34 +00:00

Debugging
---------
To compile debugging code configure the project with the --enable-debug option. 
Then at runtime you may export the environment variable "DBUSXX_VERBOSE" to any value.


BUGS:
-----
test