Commit graph

148 commits

Author SHA1 Message Date
Andreas Volz
f9e5171ace deleted some old commented code 2011-02-14 23:30:23 +01:00
Andreas Volz
796c96d34e fixed SF bug:
ID: 2991229
Summary: nested type wrong generation
2011-02-14 23:27:32 +01:00
Andreas Volz
9e25833870 fixed some bugs in the ecore mainloop integration 2011-01-14 20:32:16 +01:00
Andreas Volz
b23f1b2eab From 37dbce02178757560c488f02016cb44770a7fafc Mon Sep 17 00:00:00 2001
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.
2010-12-05 23:30:04 +01:00
Andreas Volz
2a42e69250 Merge branch 'master' of git@gitorious.org:dbus-cplusplus/mainline 2010-12-05 23:09:30 +01:00
Andreas Volz
9f2fdd36d3 no more debug option needed -> use CXXFLAGS env before configure run 2010-10-13 23:35:43 +02:00
Andreas Volz
2379d37c3b patch from:
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
2010-10-08 00:35:45 +02:00
Andreas Volz
8f064c4b08 added patches from: Roman Fietze <roman.fietze@telemotive.de> 2010-10-08 00:22:58 +02:00
Andreas Volz
dc833f4a89 this fixed the correct handling of the default main loop
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!!
2010-08-17 22:43:24 +02:00
Andreas Volz
9af6f707eb ok, now at least the structure is better
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...
2010-08-12 23:14:45 +02:00
Andreas Volz
f0dcaa239f moved pipe to extra files 2010-08-12 22:48:05 +02:00
Andreas Volz
a416700e44 minor 2010-08-11 22:31:37 +02:00
Andreas Volz
1dcda93a6d autor changed in configure.ac 2010-08-04 00:10:37 +02:00
Andreas Volz
398da16b47 preserve m4 warning 2010-08-04 00:05:55 +02:00
Andreas Volz
4e6b136fe0 Commit 1979ced0e0 from Hubert Figuiere 2010-08-04 00:01:23 +02:00
Andreas Volz
a62e2fb853 test 2010-07-31 00:25:37 +02:00
Andreas Volz
8a3fb381a1 added pipe mechanism for default main loop to synchronize with other threads 2010-07-31 00:20:51 +02:00
Andreas Volz
9ac4f0252f compile against latest ecore 2010-07-13 23:12:50 +02:00
Andreas Volz
d083d07167 SourceForge Patches ID: 2701443 - Add methods to adjust timeout. Submitted: Oron Peled ( oron ) - 2009-03-21 23:27:55 CET 2010-06-03 20:44:32 +02:00
Andreas Volz
7889c46e57 SourceForge Patch: ID: 2943348 Cygwin/Win32 patch; Submitted: Yaakov Selkowitz 2010-06-03 20:08:56 +02:00
Andreas Volz
d589edffed not needed 2010-06-03 19:59:50 +02:00
Andreas Volz
530a887913 formating 2009-12-02 00:15:30 +01:00
Andreas Volz
bbbf001f72 need to implement default constructor 2009-12-02 00:13:12 +01:00
Andreas Volz
5ae444ff22 Merge branch 'master' of git://gitorious.org/dbus-cplusplus/mainline 2009-12-01 23:32:21 +01:00
Andreas Volz
c505052353 return check 2009-12-01 23:31:49 +01:00
Andreas Volz
676d6225d4 patch from "Freyensee, James P" <james.p.freyensee@intel.com>, but default is old implementation 2009-11-29 17:37:17 +01:00
Andreas Volz
e23c8c4750 fixed some compiler warnings 2009-11-17 00:07:14 +01:00
Andreas Volz
f25787f2a0 still more formating... prepare for merge 2009-11-17 00:00:54 +01:00
Andreas Volz
a236363cce formated with astyle for easier merging 2009-11-16 23:44:57 +01:00
Andreas Volz
7a8c64c2a6 some formating 2009-11-16 23:39:28 +01:00
Andreas Volz
25a2ef65af sync from fd.org
timeout support in connection
2009-11-16 23:00:10 +01:00
Andreas Volz
d55e70a385 sync from fd.orf 2009-11-16 22:14:08 +01:00
Andreas Volz
a2f2b93e36 check return value 2009-10-06 21:39:58 +02:00
Hubert Figuiere
1979ced0e0 DIST the ecore examples. 2009-07-24 16:53:09 -04:00
Hubert Figuiere
020310619c Fix make distcheck fail with header installed twice. 2009-07-24 15:59:57 -04:00
Hubert Figuiere
340dc8a667 Fix most of the warnings with -Wextra -Wshadow 2009-07-24 15:59:36 -04:00
Hubert Figuiere
e2cde7d225 add bootstrap to EXTRA_DIST 2009-07-24 15:57:43 -04:00
Hubert Figuiere
fe08432707 Missing header for gcc 4.4 2009-07-24 15:57:25 -04:00
Andreas Volz
c1b76ad6a4 formating 2009-03-29 15:40:27 +02:00
Andreas Volz
f171e7ab1f escape error 2009-03-29 14:27:04 +02:00
Andreas Volz
38e25a847f only some comment 2009-03-29 14:19:05 +02:00
Andreas Volz
f88e32ba32 some header and include changes 2009-03-29 13:52:24 +02:00
Andreas Volz
b55f3cd36e spaces 2009-03-28 23:15:44 +01:00
Andreas Volz
fbc0227d56 use extern variable 2009-03-28 23:01:26 +01:00
Andreas Volz
7424df631d split into multiple files for better organization 2009-03-28 22:27:08 +01:00
Andreas Volz
3b3ffe166b - stripped not needed code from /ecore-integration
- bugfix for xml2cpp generator with out parameters
2009-03-28 13:46:03 +01:00
Andreas Volz
eefe20a40d contributed by Jiri Moskovcak <jmoskovc@redhat.com> 2009-02-22 18:08:31 +01:00
Andreas Volz
89ea273d11 patch from Daniel Wagner <wagi@monom.org> 2009-02-10 18:22:57 +01:00
Andreas Volz
afc679a47d merge from fdo 2009-01-08 22:11:38 +01:00
Andreas Volz
d6e5ed5f9c -Wall added 2009-01-06 22:56:25 +01:00