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 ...
|
a3cc3d57 | 03-Jun-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
simple impl::connection |
28cbd28b | 02-Jun-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
moved match/filter implementation details to dbus::impl |
85362594 | 29-May-2014 |
Benjamin Kietzman <bkietzman@esri.com> |
Added Python scripts for tests to interact with |
4317e4d9 | 28-May-2014 |
Benjamin Kietzman <bkietzman@esri.com> |
Added message factories |
16d80fe9 | 28-May-2014 |
Benjamin Kietzman <bkietzman@esri.com> |
Added endpoint - closes #17 |
3b5db5bc | 28-May-2014 |
Benjamin Kietzman <bkietzman@esri.com> |
fix #3, minor other message enhancements |
bf4382db | 28-May-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
remove test.cpp from CMakeLists.txt |
127863d1 | 27-May-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Merge pull request #12 from Xenopathic/patch-1
Correct project name |
f677d0eb | 27-May-2014 |
Robin McCorkell <rmccorkell@karoshi.org.uk> |
Correct project name |
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 |
510d9aa6 | 24-May-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
using intrusive_ptr<DBusMessage> in dbus::message |
a1051121 | 06-Apr-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
implemented connection::async_send |
e6b71ae1 | 01-Apr-2014 |
Benjamin Kietzman <bkietzman@esri.com> |
Tweaks to message, filter and error
- `message` now has get_path() etc. for accessing its metadata. - `error` how has a constructor which takes a `message`, to ease conversion of error messages to
Tweaks to message, filter and error
- `message` now has get_path() etc. for accessing its metadata. - `error` how has a constructor which takes a `message`, to ease conversion of error messages to throwable exceptions or `error_code`s - `filter`'s predicate now takes `message`s by reference and is not ignored
show more ...
|
05f5d48e | 01-Apr-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Merge branch 'master' of github.com:bkietz/boost-dbus
Conflicts: include/dbus/impl/packer.ipp |
60cf6bcc | 01-Apr-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
working toward message correctness |
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 |
b3090ced | 22-Mar-2014 |
Benjamin Kietzman <bengilgit@gmail.com> |
Merge branch 'master' of github.com:bkietz/boost-dbus
Conflicts: include/dbus/connection_service.hpp
|
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 |