Robert Middleton
Robert Middleton
I'm using abi-compliance-checker to make sure that new code that I'm writing is ABI-stable. However, this involves converting many classes that are not ABI stable to actually be ABI stable....
Since it can sometimes be hard to build APR, having a configuration option that will automatically build APR and expat as part of the log4cxx would be very useful. This...
The Windows runners have GCC installed: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md Create an action that uses GCC to build to make sure that we don't have any gcc-on-windows build issues.
Allow the use of statically allocated transmit and receive buffers. This makes it much easier to use on low-memory devices(e.g. an Uno), as if you allocate too much memory the...
I'm currently trying to build/evaluate liblogicalaccess for use but I'm not sure how to build it. The available directions are not clear to me, as I have not used conan...
Paths should be stored as a tree internally in `Connection`. e.g. if we have a path: ```/org/foo/blah``` it should be stored internally as: ``` /
There are a bunch of common applications that have a DBus interface. Making a common library in dbus-cxx that already has these interfaces generated and available would make it easier...
Currently, dbus-cxx does not implement the `org.freedesktop.DBus.ObjectManager` interface. This is needed for certain things, such as Bluez. From the [Bluez docs](https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/org.bluez.GattManager.rst): > To make service registration simple, **bluetoothd(8)** requires that...
Looking at #146, it seems that objects must have a unique path. This is generally not an issue, but it could be a problem where an application exports the same...