All releases tagged XML


Release Notes: This release adds support to dbus-cxx-xml2cpp for allowing proxies to multiply inherit virtual interfaces. An example demonstrating how to use this feature can be found in examples/xml2cpp/calculator-interface. Additionally, a few warnings were cleaned up, including one regarding unused values when debugging output is turned off.


Release Notes: This is primarily a bugfix release. The introspection method in signal_base now returns a null string. In the proxy/adapter generator dbus-cxx-xml2cpp, the castable types now are individually guarded in #defines to alleviate the case where more than one proxy or adapter defines the same message iterator overloads.


Release Notes: This release adds support to dbus-cxx-xml2cpp, which generates C++ proxies and adapters from DBus XML introspection-like files. The 'cpptype' attribute to 'arg' nodes now allows specific types to be associated with an argument when the proxy and adapter are generated. This is particularly useful for generating methods that have enumeration types.