#
a8b4eac4 |
| 21-Sep-2017 |
Ed Tanous <ed.tanous@intel.com> |
updates to boost-dbus
Change-Id: I613cae49467eabebb5380ed457003f2f90bad880
|
#
01cae3fe |
| 23-Aug-2017 |
Ed Tanous <ed.tanous@intel.com> |
Make dbus queue movable
THis allows adding all derived objects (namely filters) to be moved as well, which allows them to be put into vectors. Not clear if this is the right move for now, but seems
Make dbus queue movable
THis allows adding all derived objects (namely filters) to be moved as well, which allows them to be put into vectors. Not clear if this is the right move for now, but seems to work, and boost-dbus multithreading is touchy to begin with.
Change-Id: I3f7618a7fe3581c856b12b05ef82ff509e8977c8
show more ...
|
#
0250ca19 |
| 07-Aug-2017 |
Ed Tanous <ed.tanous@intel.com> |
Fix issue with boost-dbus
boost-dbus tries to use perfect forwarding to register async handlers. This causes issues when attempting to use a lambda, as a lambda can't be static_cast to a std::functi
Fix issue with boost-dbus
boost-dbus tries to use perfect forwarding to register async handlers. This causes issues when attempting to use a lambda, as a lambda can't be static_cast to a std::function, which queue requires. Remove perfect forwarding and make the interfaces make more sense for constructible objects
Change-Id: I154a92ef1fd3cd0d0431eb3b2fd49ef7870f5f31
show more ...
|
#
da3eeb6a |
| 06-Jun-2017 |
Ed Tanous <ed.tanous@intel.com> |
Basic dbus cleanup
|
#
8f81b71d |
| 31-Jan-2015 |
Benjamin Kietzman <bengilgit@gmail.com> |
merging changes from @cawka to close #20
|
#
b2c2467d |
| 06-Jun-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Downgraded to C++03
|
#
91cdbe46 |
| 24-May-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
added license file and copyright comments - fixes #10
|
#
17826fe7 |
| 28-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
filter, match brought to sanity
|
#
cd8b76a3 |
| 22-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
match/filter hackathon
|
#
24778ceb |
| 22-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
match/filter hackathon
|
#
0de54404 |
| 21-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Working D-Bus method call
|
#
fc79e461 |
| 08-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Mostly syntactically correct test.cpp
|