summaryrefslogtreecommitdiff
path: root/src/gdbusxx/gdbus-cxx-bridge.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-03C++: replace auto_ptr with unique_ptrPatrick Ohly1-23/+30
2018-01-03C++: implement missing copy operatorPatrick Ohly1-0/+7
2016-09-26gdbusxx/gdbus-cxx-bridge.h: avoid copying of parameterPatrick Ohly1-1/+1
2015-06-05syncing: avoid segfault for invalid text inside items (FDO #90118)Patrick Ohly1-1/+37
2014-12-11GDBus GIO: fix compilation on s390 32bit, II (Fedora Bug #1163188)Patrick Ohly1-0/+7
2014-11-17GDBus GIO: fix compilation on s390 32bit (Fedora Bug #1163188)Patrick Ohly1-12/+28
2014-05-05GDBus GIO: copy constructor for GDBusConnectionPtrPatrick Ohly1-0/+5
2014-04-01D-Bus: use streams for direct IPC with GIOPatrick Ohly1-13/+18
2014-04-01D-Bus GIO + libdbus: support structs with base structPatrick Ohly1-0/+26
2014-04-01D-Bus GIO: variant with more typesPatrick Ohly1-32/+145
2014-03-05GDBus GIO: include missing stdint.hTino Mettler1-0/+1
2014-01-17cppcheck: suppress warningsPatrick Ohly1-0/+8
2013-07-05GDBus GIO: support int64_t and uint64_tPatrick Ohly1-0/+14
2013-07-05GDBus GIO: avoid unnecessary case-insentive type comparison.Patrick Ohly1-8/+12
2013-05-29GDBus GIO: support recursive variant with one typePatrick Ohly1-0/+108
2013-05-29GDBus GIO: improve boost::variant visitorPatrick Ohly1-14/+5
2013-05-29GDBus GIO: fix returning of error exceptions from asynchronous method + Inter...Patrick Ohly1-309/+386
2013-03-19GDBus GIO: better DBusErrorCXX copy operatorPatrick Ohly1-6/+6
2013-03-07GDBus GIO: fix memory leak of GDBusMethod/SignalInfoPatrick Ohly1-64/+46
2013-02-26PIM: support location = GEO property (FDO #60373)Patrick Ohly1-0/+7
2012-12-03GDBus libdbus + GIO: missing out parameters in D-Bus introspection XML (FDO #...Patrick Ohly1-18/+26
2012-12-03GDBus GIO: add support for deque and listPatrick Ohly1-5/+11
2012-10-25GDBus GIO: support boost::tuple with up to four valuesPatrick Ohly1-0/+129
2012-10-25GDBus GIO: allow sending "const char *"Patrick Ohly1-0/+17
2012-10-25GDBus GIO: store path in DBusObject_tPatrick Ohly1-1/+2
2012-10-25GDBus GIO: allow call instances to be constPatrick Ohly1-24/+24
2012-10-25GDBus GIO: ensure that there is always a reply to a D-Bus method callPatrick Ohly1-1/+17
2012-10-25GDBus GIO: finish code refactoring of DBusResultPatrick Ohly1-10/+2
2012-10-25GDBus GIO: revamped name owningPatrick Ohly1-0/+24
2012-09-26GDBus GIO: use RAII for GVariantPatrick Ohly1-34/+38
2012-09-26GDBus GIO: fix SignalFilterPatrick Ohly1-1/+1
2012-09-26GDBus GIO: more flexible SignalWatchPatrick Ohly1-82/+412
2012-09-13Merge branch 'master' into pbapPatrick Ohly1-0/+6
2012-08-31D-Bus: explicitly flush messagesPatrick Ohly1-0/+6
2012-08-23GDBus GIO: removed dead codePatrick Ohly1-7/+0
2012-08-13D-Bus server + GIO D-Bus: fix auto-activation (Debian bug #599247)Patrick Ohly1-1/+12
2012-07-10GDBus libdbus + GIO: simplified WatchwatchPatrick Ohly1-105/+18
2012-07-10D-Bus GIO: reimplemented DBusWatchPatrick Ohly1-15/+33
2012-07-10D-Bus GIO: revised DBusWatch creationPatrick Ohly1-7/+4
2012-06-29GDBus GIO: fixed embedding of line number in error messagesPatrick Ohly1-2/+2
2012-05-11GDBus GIO: disable usage of "closed" signalPatrick Ohly1-1/+1
2012-05-10GDBus GIO: signal delivery optional + refactoringPatrick Ohly1-114/+116
2012-05-10GDBus GIO: comment change - cannot throw exceptions in callbackPatrick Ohly1-1/+2
2012-05-10GDBus GIO: code refactoring DBusResult + MethodPatrick Ohly1-37/+46
2012-05-10GDBus GIO: more informative exceptionsPatrick Ohly1-12/+16
2012-05-10GDBus GIO: implemented "connection lost" callbackPatrick Ohly1-0/+4
2012-05-10GDBus: support external dbus_traitsPatrick Ohly1-1/+10
2012-05-10GDBus GIO: support boost::signals2 -> EmitSignalPatrick Ohly1-0/+14
2012-05-10GDBus GIO: C callbacks must catch C++ exceptionsPatrick Ohly1-86/+129
2012-05-10GDBus GIO: more consistent callback handlingPatrick Ohly1-5/+13