summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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.James Harris2014-03-191-3/+6
|/
* Fix crash when invoking method without specifying interfaceJonatan Pålsson2014-01-141-1/+6
* 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
* - dbus-c++ passes now compiling on ubuntu 8.10 machine (-lrt addded for Test1...Andreas Volz2011-11-296-12/+24
* - now 'make distcheck' runs clean after using correct path in Makefile.amAndreas Volz2011-11-299-12/+11
* changed variable to oneliner because of astyle parser bugAndreas Volz2011-11-291-11/+3
* NO FUNCTIONAL CHANGES!!Andreas Volz2011-11-291-137/+137
* 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 integra...Andreas Volz2011-11-2816-57/+213
* - NO FUNCTIONAL CODE CHANGES!!!!Andreas Volz2011-11-2876-5657/+5856
* replaced (func.size() > 1) with (!func.empty()) in generator (no change in fu...Andreas Volz2011-11-282-28/+28
* 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
* sf.net ticket 2905915 - Fix dbus signal handler deadlockAndreas Volz2011-11-282-9/+50
* 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
* [PATCH 12/15] Fix leftover outputs.Andreas Volz2011-11-261-2/+2
* [PATCH 01/15] Explicit Connection::Private's attributesAndreas Volz2011-11-261-1/+2
* [PATCH 07/15] Double the number of Struct members.Andreas Volz2011-11-261-18/+58
* [PATCH 02/15] Remove useless const qualifiers on returnAndreas Volz2011-11-266-6/+6
* - fixed stupid ecore dispatcher errorAndreas Volz2011-11-1814-2115/+32
* a test for byteAndreas Volz2011-11-185-26/+71
* - create stucture for functional testAndreas Volz2011-11-1812-13/+269
* add echo_ecore exampleAndreas Volz2011-11-1719-1/+2467
* Merge commit 'refs/merge-requests/4' of git://gitorious.org/dbus-cplusplus/ma...Andreas Volz2011-11-111-1/+8
|\
| * use dbus_watch_get_unix_fd() only in dbus >= 1.1.1Augusto Destrero2011-01-031-1/+8
* | more tests from patchesAndreas Volz2011-11-111-0/+12
* | Fix code generator: Put on the array only the next element after 'a'.Jesus Ruiz2011-09-202-3/+5
* | Fix code generator: add always a comma after each signature argument.Jesus Ruiz2011-09-201-10/+4
* | repair ecore mainloop dispatcherAndreas Volz2011-03-105-75/+65