Download List

Descripción del Proyecto

dbus-cxx is a C++ wrapper for dbus that supports introspection and includes a proxy/adapter generator (dbus-cxx-xml2cpp). What differentiates dbus-cxx from other C++ wrappers is that dbus-cxx relies heavily on sigc++ and explicitly exposes the wrapped D-Bus C API.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-22 05:47 Back to release list
0.4.3

Este es un bugfix release. Varias pérdidas de memoria relacionados con la destrucción de semáforos pthread y las condiciones ya están resueltos, como es una condición de interbloqueo en el distribuidor de relojes causando bloquear un mutex y el controlador de dbus a bloque también en el mismo mutex. El nombre del mutex se han reorganizado para evitar una devolución de llamada de la señal externa de que puede causar un interbloqueo.
Tags: Mutexes, memory leak fixes, deadlock fixes, Bugfixes
This is a bugfix release. Several memory leaks relating to destruction of pthread mutexes and conditions
are now fixed, as is a deadlock condition within the dispatcher causing watches to lock a mutex and the dbus handler to also block on the same mutex. The name mutexes have been reordered to prevent an external signal callback from potentially causing a deadlock.

Project Resources