#
70f79f4d |
| 01-Feb-2018 |
James Feist <james.feist@linux.intel.com> |
Add flush function for connections
Add flush for connections and objectserver.
Change-Id: I2f8c44186d500d92d19483baf7cb1cfa44b1a803 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
#
a8b4eac4 |
| 21-Sep-2017 |
Ed Tanous <ed.tanous@intel.com> |
updates to boost-dbus
Change-Id: I613cae49467eabebb5380ed457003f2f90bad880
|
#
e62be329 |
| 08-Sep-2017 |
Ed Tanous <ed.tanous@intel.com> |
Clean up the interface for async method calls
This change implements a new interface for doing async method calls in a way that's more sustainable than previous mechanisms. This way, packing and un
Clean up the interface for async method calls
This change implements a new interface for doing async method calls in a way that's more sustainable than previous mechanisms. This way, packing and unpacking is handled for the user automatically, and the only neccesary part is to check for errors.
Change-Id: I0292c8a9ed6256fc3f284dace10c228768a8fb80
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 ...
|
#
0d6f56d2 |
| 31-Jul-2017 |
Ed Tanous <ed.tanous@intel.com> |
Implement variadic templates for pack/unpack
As well as update unit tests to use variadic pack and unpack.
Fix error handler to not seg fault while processing an exception
Change-Id: I7978035c2682
Implement variadic templates for pack/unpack
As well as update unit tests to use variadic pack and unpack.
Fix error handler to not seg fault while processing an exception
Change-Id: I7978035c26820b35e64487e4afd9f1312bcd8225
show more ...
|
#
b573e22e |
| 27-Jun-2017 |
Ed Tanous <ed.tanous@intel.com> |
Upgrade filter and match to use shared_ptr to connection instead of raw reference
|
#
458a9c10 |
| 23-Jun-2017 |
Vernon Mauery <vernon.mauery@intel.com> |
additions to make method calls work
Add method call framework (not much needed) and a unit test for method call implementation (i.e., listening for a method call).
|
#
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
|
#
cfc0655f |
| 04-Jun-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
connections are private by default now
discussion in issue #18
|
#
2003615d |
| 03-Jun-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Added explicit asynchronous start function
A `connection` can operate synchronously, which involves less overhead. It will be in a synchronous- only state when it has been newly constructed or cance
Added explicit asynchronous start function
A `connection` can operate synchronously, which involves less overhead. It will be in a synchronous- only state when it has been newly constructed or cancelled.
`dbus::impl::connection::start()` begins/resumes asynchronous operation, and should be called automatically whenever an asynchronous operation is requested.
show more ...
|
#
a83e5951 |
| 27-May-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Using GTest - resolves #2
|
#
91cdbe46 |
| 24-May-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
added license file and copyright comments - fixes #10
|
#
05f5d48e |
| 01-Apr-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Merge branch 'master' of github.com:bkietz/boost-dbus
Conflicts: include/dbus/impl/packer.ipp
|
#
85860989 |
| 31-Mar-2014 |
Benjamin Kietzman <bkietzman@esri.com> |
Working class
|
#
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
|
#
d620effb |
| 08-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
connection_service sketch
|
#
0ed719ba |
| 08-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
eradicate tabs
|
#
dae7063c |
| 08-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
connection IO object sketch
|