Skip to content

Releases: 5cript/dbus-glue

Added boost include dir

18 Jan 15:19
Compare
Choose a tag to compare

Added boost include dir

v0.2.0 Lots of Fixes

18 Jan 13:10
Compare
Choose a tag to compare
  • Created interfaces are now held in shared_ptr to avoid dangling reference issues.
  • 2D Arrays have a special case now.
  • Added "custom_value" for custom value parsing/generation
  • Fixed Readme Whitespace
  • Added clang_format file (Not all files were reformatted automatically)
  • Fixed some clang warnings/errors
  • Created slots are now returned as unique_ptr, and not as an owning raw pointer (YUCK) anymore.

Initial Release Tag

17 Jan 09:25
Compare
Choose a tag to compare
v0.1.0

Improved variant type support.