summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pkgw:master' into masterHEADmasterAndreas2021-07-283-2/+4
|\
| * Declare this version 0.9.2pwPeter Williams2018-10-081-1/+1
| |
| * Merge pull request #1 from juanrubio/masterPeter Williams2017-11-271-1/+2
| |\ | | | | | | src/pipe.cpp: fixed compile error with gcc 7.2 in Ubuntu 17.10
| | * pipe.cpp: fixed compile error with gcc 7.2 in Ubuntu 17.10Juan A. Rubio2017-11-271-1/+2
| |/
| * include/dbus-c++/pipe.h: fix compilation on MacOS SierraPeter Williams2016-10-051-0/+1
| |
* | Merge pull request #2 from yurivict/masterAndreas Volz2016-09-241-0/+2
|\ \ | | | | | | Fixed undefined ssize_t for clang-3.8.0 on FreeBSD.
| * | Fixed undefined ssize_t for clang-3.8.0 on FreeBSD.Yuri2016-05-281-0/+2
|/ /
* | Merge pull request #1 from steffen-kiess/fix-copy-containersAndreas Volz2016-03-061-2/+6
|\ \ | | | | | | Fix copying containers
| * | Fix copying containersSteffen Kieß2016-02-221-2/+6
|/ / | | | | | | | | dbus_message_iter_open_container() needs a signature argument for variants and arrays, and NULL for structs and dict entries.
* | link to expat on linuxAndreas Volz2015-12-291-2/+2
|/
* configure.ac: declare this version 0.9.1pwv0.9.1pwPeter Williams2015-12-191-1/+1
|
* examples/glib: fix 'make dist'Peter Williams2015-12-192-1/+314
| | | | | | The reference to a source file in $(top_srcdir) was causing issues for the "make dist" stage. I feel like the easiest solution is just to copy the relevant file, though I suppose I could've just killed the example.
* src: fix 'make dist' with deactivated integration optionsPeter Williams2015-12-192-2/+4
|
* Update autotools stuff to silence warnings.Peter Williams2015-12-192-4/+13
|
* Fix some weird template/operator issues on OS X.Peter Williams2015-12-192-10/+16
| | | | | | | | | | | I frankly don't understand at all what's going on here. These fixes derive from: https://chromium.googlesource.com/chromiumos/third_party/dbus-cplusplus/+/c3f69f6be02e31521474dce7eadf6ba4f4a7ce94 https://chromium.googlesource.com/chromiumos/third_party/dbus-cplusplus/+/7104857773f790a549d399715482fa23d9b736cd Except I've dropped some changes that break the OS X build for me. Frankly, if it compiles, that's good enough for me.
* tools/generate_proxy.cpp: avoid possibly undefined 'uint' typePeter Williams2015-12-191-4/+4
|
* include/dbus-c++/dispatcher.h: compile fix when no DBUS_HAS_RECURSIVE_MUTEXPeter Williams2015-12-191-0/+14
|
* src/eventloop.cpp: use portable method for initializing recursive mutexPeter Williams2015-12-191-2/+5
|
* Tiny updates based on running autoreconf with modern Autotools chain.Peter Williams2015-12-192-41/+175
|
* Merge pull request #1 from jeena/masterJonatan Pålsson2014-03-191-3/+6
|\ | | | | Remove warnings from generated adaptors.
| * Remove warnings from generated adaptors.James Harris2014-03-191-3/+6
|/ | | | | | | | | | | | | This patch modifies the dbusxx-xml2cpp's generate_adaptor function so that it prevents generation of the MessageIter ri in cases where an interface method has no input arguments. By making this element conditional based on the presence of input arguments we avoid "unused-but-set-variable" warning in code that uses the DBus-C++ adaptor glue headers. Change-Id: I0f04439bf7b2b3cecb9d639e61c2b6dedc148e51 Type: Code Improvement
* Fix crash when invoking method without specifying interfaceJonatan Pålsson2014-01-141-1/+6
| | | | | | Previously this meant the interface variable is NULL, which led to an invalid string conversion from NULL to string, causing a crash. Check for NULL before doing the conversion.
* Added PTHREAD_LIBS variable to be set in another discovery case in acx_pthreadJonatan Pålsson2014-01-141-0/+1
|
* Added unistd include to eventloop-integration.cppJonatan Pålsson2014-01-141-0/+1
|
* set version for first release to 0.9.0release-0.9.0Andreas Volz2011-12-011-1/+1
|
* link changedAndreas Volz2011-12-011-1/+0
|
* no need to distribute spec file if spec.in is includedAndreas Volz2011-12-011-1/+1
|
* docs - enable privateAndreas Volz2011-12-012-8/+8
|
* logo updateAndreas Volz2011-12-011-2/+5
|
* added new style for doxygen documentationAndreas Volz2011-12-0116-14/+1034
|
* updated doxy fileAndreas Volz2011-11-301-55/+1384
|
* - fixed library path of glib and ecore examplesAndreas Volz2011-11-306-7/+53
| | | | | - optional build --enable-tests --enable-examples - print summary after configure run
* - dbus-c++ passes now compiling on ubuntu 8.10 machine (-lrt addded for ↵Andreas Volz2011-11-296-12/+24
| | | | | | | Test1/TestApp) - identified a potential problem in pipe.cpp and marked it with FIXME - changed version to 0.9.0-pre1 to inform it's near to 1.0 stable release
* - now 'make distcheck' runs clean after using correct path in Makefile.amAndreas Volz2011-11-299-12/+11
| | | | - removed useles link to xml.cpp in ecore example
* changed variable to oneliner because of astyle parser bugAndreas Volz2011-11-291-11/+3
|
* NO FUNCTIONAL CHANGES!!Andreas Volz2011-11-291-137/+137
| | | | Only reformated stupid astyle formating; it seems the code inside a string confused astyle...
* change dateAndreas Volz2011-11-291-1/+1
|
* changed maintainer infoAndreas Volz2011-11-291-1/+4
|
* changed build architecture to build seperate libs for main/ecore/glib ↵Andreas Volz2011-11-2816-57/+213
| | | | | | | integration dbus C has the same feature this enables distribution package creators easier to provide all mainloop integrations without getting to much deps for dbus-c++
* - NO FUNCTIONAL CODE CHANGES!!!!Andreas Volz2011-11-2876-5657/+5856
| | | | | | - changed code formating from tabs to spaces and others - used astyle with this option: --style=ansi --indent=spaces=2 -M --pad-oper --unpad-paren --pad-header --align-pointer=name --lineend=linux
* replaced (func.size() > 1) with (!func.empty()) in generator (no change in ↵Andreas Volz2011-11-282-28/+28
| | | | functionality, only easier to read)
* enables default build of glib and ecore dispatcher (if found)Andreas Volz2011-11-281-8/+8
|
* sf.net bug: 3310217 - unused parameter warning in server.hAndreas Volz2011-11-281-0/+4
| | | | added -Wno-unused-parameter to ignore this warning
* sf.net ticket 2905915 - Fix dbus signal handler deadlockAndreas Volz2011-11-282-9/+50
| | | | From: sf.net user 'nabertech'
* sf.net bug: 3151031 xml2cpp needlessly includes and links dbus(-c++)Andreas Volz2011-11-284-8/+1
|
* [PATCH 11/15] Have Object subclasses NOT throw exceptions in destructors.Andreas Volz2011-11-274-12/+20
| | | | From: qolyester@green-communications.fr
* [PATCH 12/15] Fix leftover outputs.Andreas Volz2011-11-261-2/+2
| | | | From: qolyester@green-communications.fr
* [PATCH 01/15] Explicit Connection::Private's attributesAndreas Volz2011-11-261-1/+2
| | | | From: qolyester@green-communications.fr
* [PATCH 07/15] Double the number of Struct members.Andreas Volz2011-11-261-18/+58
| | | | From: qolyester@green-communications.fr
* [PATCH 02/15] Remove useless const qualifiers on returnAndreas Volz2011-11-266-6/+6
| | | | From: qolyester@green-communications.fr