No description
Find a file
2008-08-02 15:38:11 +02:00
config many changes 2008-07-22 22:34:47 +02:00
data * Bumped version number to 0.5.0 2006-12-31 02:03:53 +00:00
doc * Bumped version number to 0.5.0 2006-12-31 02:03:53 +00:00
examples removed old glib code from ecore example 2008-08-02 15:38:11 +02:00
include/dbus-c++ improved ecore integration (signal arrives, but still buggy) 2008-07-30 15:46:00 +02:00
src - ecore integration works (only signals tested so far) 2008-07-30 22:12:45 +02:00
tools Fixed a gcc4 warning 2008-06-14 16:42:41 +02:00
AUTHORS imported D-Bus C++ library 2006-09-05 13:36:22 +00:00
autogen.sh many changes 2008-07-22 22:34:47 +02:00
bootstrap - many fixes to the autotools system 2008-07-22 16:57:14 +02:00
ChangeLog imported D-Bus C++ library 2006-09-05 13:36:22 +00:00
configure.ac added ecore example 2008-08-02 14:09:31 +02:00
COPYING imported D-Bus C++ library 2006-09-05 13:36:22 +00:00
dbus-c++-1-uninstalled.pc.in - many fixes to the autotools system 2008-07-22 16:57:14 +02:00
dbus-c++-1.pc.in * Updated TODO 2007-02-09 00:18:34 +00: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 * RPM spec file (Ben Martin) 2007-08-28 18:01:32 +00:00
Makefile.am * RPM spec file (Ben Martin) 2007-08-28 18:01:32 +00:00
NEWS imported D-Bus C++ library 2006-09-05 13:36:22 +00:00
README added ecore example 2008-08-02 14:09:31 +02: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 set the environment variable "DBUSXX_VERBOSE=1" to activate debugging and to '0' to deactivate debugging.


Hints
-----
Your applications based on dbus-c++ have to support PTHREAD and to export the variable HAVE_PTHREAD_H.


BUGS:
-----
- dbus seems to stop working sometimes (only seen with ecore integrattion)
- ecore dbus integration is really "raw" (but working) at the moment