summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with DBUS_HAS_RECURSIVE_MUTEXbaserock/genivi-demo-platformSam Thursfield2017-07-111-7/+1
|
* Fix writing a NULL byte to the pipeSam Thursfield2017-07-111-1/+1
| | | | This otherwise fails to build with GCC 7 (with good reason).
* close, write and pipe are declared in unistd, not fcntlAdam Coldrick2014-09-301-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
* - fixed stupid ecore dispatcher errorAndreas Volz2011-11-1814-2115/+32
| | | | - removed not needed echo_ecore files
* a test for byteAndreas Volz2011-11-185-26/+71
|
* - create stucture for functional testAndreas Volz2011-11-1812-13/+269
| | | | - implementation of first test
* add echo_ecore exampleAndreas Volz2011-11-1719-1/+2467
|
* Merge commit 'refs/merge-requests/4' of ↵Andreas Volz2011-11-111-1/+8
|\ | | | | | | git://gitorious.org/dbus-cplusplus/mainline into merge-requests/4
| * 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
| | | | | | | | | | | | | | | | | | | | For example "(aii)" produced: member(const ::DBus::Struct< std::vector< int32_t, int32_t > >& arg) And now it produces: member(const ::DBus::Struct< std::vector< int32_t >, int32_t >& arg)
* | Fix code generator: add always a comma after each signature argument.Jesus Ruiz2011-09-201-10/+4
| | | | | | | | | | | | | | | | | | | | For example "((i)i)" produced: member(const ::DBus::Struct< ::DBus::Struct< int32_t >int32_t >& arg) And now it produces: member(const ::DBus::Struct< ::DBus::Struct< int32_t >, int32_t >& arg)
* | repair ecore mainloop dispatcherAndreas Volz2011-03-105-75/+65
| |
* | - fixed Strcut generation in generator toolAndreas Volz2011-02-1512-17/+319
| | | | | | | | - added some test cases
* | and one more exampleAndreas Volz2011-02-142-0/+8
| |
* | deleted some old commented codeAndreas Volz2011-02-141-95/+3
| |
* | fixed SF bug:Andreas Volz2011-02-144-9/+112
| | | | | | | | | | ID: 2991229 Summary: nested type wrong generation
* | fixed some bugs in the ecore mainloop integrationAndreas Volz2011-01-143-25/+13
|/
* From 37dbce02178757560c488f02016cb44770a7fafc Mon Sep 17 00:00:00 2001Andreas Volz2010-12-051-3/+3
| | | | | | | | | | From: thomas.himbacher <thomas.himbacher@gmail.com> Date: Thu, 12 Aug 2010 18:13:26 +0200 Subject: [PATCH 1/3] removed wrong keyword const in adaptor generation methods with several 'out' parameters have wrong method signature with keywords 'const' for pass-by-reference outputs.
* Merge branch 'master' of git@gitorious.org:dbus-cplusplus/mainlineAndreas Volz2010-12-0520-57/+339
|\
| * patch from:Andreas Volz2010-10-081-1/+2
| | | | | | | | | | | | | | Von: Mat <matlinuxer2@gmail.com> An: dbus-cplusplus-devel@lists.sourceforge.net Betreff: [dbus-cplusplus-devel] A patch for deadlock, for dbus io error exception in the mainloop critical section. Datum: Mon, 6 Sep 2010 12:24:03 +0800
| * added patches from: Roman Fietze <roman.fietze@telemotive.de>Andreas Volz2010-10-083-5/+29
| |
| * this fixed the correct handling of the default main loopAndreas Volz2010-08-178-32/+55
| | | | | | | | but setting another DefaultTimeout isn't nice. I've to look later again into the problem. Maybe I did it wrong. Currently there's a compiler warning that could be ignores as long as Slot is created with void parameter, but I consider this as bug in the long time and I've to fix it!!
| * ok, now at least the structure is betterAndreas Volz2010-08-124-39/+52
| | | | | | | | | | but there's still a problem with the new mechanism as the size of the data isn't put into the pipe. I need to fix tis before someone could really use it...