Activity

From 03/27/2011 to 04/25/2011

04/23/2011

10:21 PM Revision f601ff8c (rsb-cpp): * missing credits
* fix indentation
* correct eclipse project with code style
J. Wienke
09:50 PM Revision 317dba74 (rsb-cpp): also test the void converter
J. Wienke
09:46 PM Revision 20e9f10c (rsb-cpp): add some test for default converters
J. Wienke
08:31 PM Revision 53428b8e (rsb-cpp): remove a lot of abandoned code that is completely out of date
J. Wienke
01:21 PM Revision ccd7bcf5 (rsb-model): separated in and out rotes
J. Wienke
01:17 PM Tasks #255 (Resolved): Separate In and OutConnectors
Separate the Connector interface to InConnector for receiving events and OutConnector for sending messages. Let trans... J. Wienke
01:01 PM Tasks #254 (Resolved): Separation of in and out routes in eventprocessing
Separate input and output routes in the eventprocessing layer. Therefore:
* Create an OutRouteConfigurator class for...
J. Wienke

04/22/2011

12:46 AM Revision c523868a (rsb-cpp): fix shutdown. ensure that threads are stopped properly
J. Wienke
11:24 PM Revision afd00b3b (rsb-cpp): we need to stop the dispatcher pool
J. Wienke

04/21/2011

02:20 PM Revision 52769dd0 (rsb-cpp): switch to version 1.6 of gmock and gtest and avoid one useless svn:e...
J. Wienke
10:16 AM Tasks #244 (Resolved): Adapt Subscription and Handler
J. Moringen
10:14 AM Tasks #246 (Resolved): Turn EventProcessingStrategy into an Interface
J. Moringen
09:56 AM Revision 6f43009a (rsb-cpp): Turned EventProcessingStrategy into an interface as described in
refs #246
* c++/core/src/rsb/eventprocessing/EventProcessingStrategy.{h,cpp}:
turned into abstract class; implement...
J. Moringen

04/20/2011

04:17 PM Revision c3e3caf3 (rsb-cpp): quick hack for unregistering in EventProcessingStrategy
J. Wienke
03:57 PM Revision 5ec39b87 (rsb-cpp): Re-enable old DataHandler
J. Wienke
03:49 PM Revision f3627de2 (rsb-cpp): fix indentation
J. Wienke
03:47 PM Revision 37187588 (rsb-cpp): fix indentation
J. Wienke
03:46 PM Revision b18824db (rsb-cpp): fix indentation
J. Wienke
03:45 PM Revision cd03440b (rsb-cpp): fix indentation
J. Wienke
01:35 PM Revision 66ef2693 (rsb-cpp): fix indentation
J. Wienke
12:29 PM Revision 3076c23b (rsb-cpp): backport fix for missing svn working copy from RSC, #253
J. Wienke

04/17/2011

12:09 PM Revision 284a18d1 (rsb-cpp): try to compile on windows
J. Wienke
09:54 AM Revision a00b136e (rsb-cpp): explicit constructors for the win
J. Wienke

04/16/2011

06:26 PM Revision 45bbcd86 (rsb-cpp): fix compilation, UUID is automatically generated
J. Wienke

04/15/2011

01:31 AM Revision d296ee85 (rsb-model): update to (mostly) conform to current C++ implementation
J. Moringen
01:22 AM Tasks #246 (In Progress): Turn EventProcessingStrategy into an Interface
J. Moringen
12:54 AM Revision 19b35e13 (rsb-integrationtest): Hopefully fixed bind usage in RSBIntegrationTest/cpp/lis...
* RSBIntegrationTest/cpp/listener.cpp: tried to fix Boost.Bind usage J. Moringen
12:52 AM Revision 3f06ac66 (rsb-integrationtest): Fixed a typo in RSBIntegrationTest/cpp/listener.cpp
* RSBIntegrationTest/cpp/listener.cpp: fixed typo J. Moringen
12:50 AM Revision 5babdeab (rsb-integrationtest): Adapted RSBIntegrationTest/cpp/listener.cpp to changed c...
* RSBIntegrationTest/cpp/listener.cpp: adapted to changes in client
API
J. Moringen
12:42 AM Revision d0913155 (rsb-cpp): Refactored Handler/Action and Listener/Subscription as described in
refs #244
* c++/core/src/CMakeLists.txt: removed c++/core/src/rsb/Action.h
* c++/core/src/rsb/Handler.{h,cpp}: unifie...
J. Moringen
12:32 AM Revision 3a97be5a (rsb-cpp): Simplified/Corrected c++/core/examples/doublecheck.cpp
* c++/core/examples/doublecheck.cpp: do specify data type explicitly
when constructing Informer
J. Moringen
12:15 AM Revision b0b23237 (rsb-cpp): Simplified/Corrected c++/core/examples/informer/informer.cpp
* c++/core/examples/informer/informer.cpp: do specify data type
explicitly when constructing Informer
J. Moringen

04/14/2011

01:01 AM Revision 8159d1fb (rsb-cpp): Fixed namespace in c++/core/src/rsb/converter/ProtocolBufferConverter.h
* c++/core/src/rsb/converter/ProtocolBufferConverter.h: fixed
namespace of base class Converter
J. Moringen
01:00 AM Tasks #244 (In Progress): Adapt Subscription and Handler
J. Moringen
01:56 PM Tasks #244 (Resolved): Adapt Subscription and Handler
* Create a real Action Interface (currently called Handler)
* Associate one Subscription with with each Listener
**...
J. Wienke
11:51 PM Tasks #246 (Resolved): Turn EventProcessingStrategy into an Interface
* Turn EventProcessingStrategy into an Interface
* Move current behavior into a ParallelEventProcessingStrategy or s...
J. Moringen
10:11 PM Tasks #245 (Resolved): Introduce Participant base class
J. Moringen
01:58 PM Tasks #245 (Resolved): Introduce Participant base class
Let Informer and Listener inherit from this class. J. Wienke
10:09 PM Revision 8ea2d3fa (rsb-cpp): Fixed installation of c++/core/rsb/converter/Converter.h
* c++/core/src/CMakeLists.txt: added
c++/core/rsb/converter/Converter.h; it was not getting installed
J. Moringen
09:42 PM Revision 6d56413a (rsb-cpp): Added missing include in c++/core/src/rsb/Listener.h
* c++/core/src/rsb/Listener.h: added missing include Participant.h J. Moringen
09:39 PM Revision e3df9eaf (rsb-cpp): Fixed path to rsbexports.h in c++/core/src/rsb/Participant.h
* c++/core/src/rsb/Participant.h: fixed path to rsbexports.h J. Moringen
09:32 PM Revision 3d28825f (rsb-cpp): Added Participant class in c++/core/src/rsb/Participant.{h,cpp}
refs #245
* c++/core/src/rsb/Participant.{h,cpp}: new files; Participant header
and implementation
* c++/core/src/r...
J. Moringen
08:48 PM Tasks #242 (Resolved): namespace modifications
Finally.... what a merging hack. J. Wienke
06:09 PM Tasks #242 (In Progress): namespace modifications
J. Wienke
08:40 PM Revision 8e6ebeb8 (rsb-cpp): next try to merge this
J. Wienke
08:36 PM Revision f91499c7 (rsb-cpp): next try
J. Wienke
08:33 PM Revision 1fdde02d (rsb-cpp): try to resolve all this funky stuff
J. Wienke
08:12 PM Revision 0e3a559f (rsb-integrationtest): Adapted C++ part of RSBIntegrationTest to changes in RSB...
* RSBIntegrationTest/cpp/informer.cpp: adapted to changes in Factory
and Informer API
* RSBIntegrationTest/cpp/list...
J. Moringen
07:45 PM Revision 3c0261a7 (rsb-cpp): Fixed path to rsbexports.h in eventprocessing/EventProcessingStrategy.h
* c++/core/src/rsb/eventprocessing/EventProcessingStrategy.h:
hopefully fixed path to rsbexports.h
J. Moringen
06:38 PM Revision 4f773245 (rsb-cpp): Removed accidentally added test from c++/core/test/CMakeLists.txt
* c++/core/test/CMakeLists.txt: removed accidentally added test file
rsb/transport/SimpleConverterTest.cpp
J. Moringen
06:21 PM Revision 55f9af15 (rsb-cpp): Renaming of EventProcessingStrategy according to
refs #242
* c++/core/src/rsb/eventprocessing/EventProcessingStrategy.{cpp, h}:
moved here from c++/cor/src/rsb; cha...
J. Moringen
05:50 PM Enhancement #226 (In Progress): Create language mapping table in wiki
Initial draft is at [[Types]] J. Moringen
05:11 PM Tasks #241 (Resolved): Renaming of core classes
J. Wienke
03:33 PM Tasks #241: Renaming of core classes
subscriber -> listenre r596 J. Wienke
02:49 PM Tasks #241 (In Progress): Renaming of core classes
J. Wienke
05:10 PM Revision f244bfe6 (rsb-cpp): ConverterCollection -> Repository
#refs 241 J. Wienke
05:05 PM Revision b25b7657 (rsb-cpp): AbstractFilter -> Filter
#refs 241 J. Wienke
05:01 PM Revision ed421a3c (rsb-cpp): AbstractConverter -> Converter
#refs 241 J. Wienke
04:50 PM Revision 50541d02 (rsb-cpp): EventProcessor -> EventProcessingStrategy
#refs 241 J. Wienke
04:43 PM Revision d1257cb6 (rsb-cpp): Port -> Connector
refs #241 J. Wienke
04:28 PM Revision 6bb57caa (rsb-cpp): TransportFactory -> Factory
#refs 241 J. Wienke
04:24 PM Revision 1fbc476d (rsb-cpp): RSBVersion -> Version
refs #241 J. Wienke
04:21 PM Revision 87801818 (rsb-cpp): RSBException -> Exception
refs #241 J. Wienke
04:11 PM Revision e50769c1 (rsb-cpp): RSBFactory -> Factory
refs #241 J. Wienke
04:06 PM Revision 41e2b0c7 (rsb-cpp): RSBEvent -> Event
#refs 241 J. Wienke
03:53 PM Revision 39d7b2df (rsb-cpp): publisher -> informer
refs #241 J. Wienke
03:32 PM Revision e100350d (rsb-cpp): rename subscriber -> listener
refs #239 J. Wienke
02:00 PM Revision fb25fe87 (rsb-model): further adaptions to domain model
J. Wienke
01:32 PM Revision 0a83d64c (rsb-integrationtest): fix integration test because of rsb factory changes
J. Wienke
12:18 PM Tasks #239 (Resolved): Convert RSBFactory to Singleton
J. Wienke
12:17 PM Revision 6bb102b7 (rsb-cpp): Transform RSBFactory into real singleton.
fixes #239 J. Wienke

04/13/2011

07:24 PM Revision 67f96b5a (rsb-model): updated
J. Moringen
06:27 PM Tasks #243 (Resolved): Improved converter selection
h2. Note
It has been decided that the implementation of this proposal will be delayed until
# Representation and ...
J. Wienke
06:20 PM Tasks #242 (Resolved): namespace modifications
* create eventprocessing namespace
** move EventProcessingStrategy here
** move Router here
* move converter names...
J. Wienke
06:09 PM Tasks #241 (Resolved): Renaming of core classes
* Subscriber -> Listener
* Publisher -> Informer
* RSBEvent -> Event
* RSBFactory -> Factory
* RSBException -> Ex...
J. Wienke
05:55 PM Tasks #240 (Resolved): Refactor C++ Implementation to 2011-04-13 Domain Model
J. Moringen
05:51 PM Revision b8189683 (rsb-model): added initial implementation model
J. Moringen
05:13 PM Tasks #239 (Resolved): Convert RSBFactory to Singleton
J. Moringen
05:02 PM Bug #235 (Resolved): Protocol files need to be a shared library
J. Wienke
03:21 PM Revision 37853100 (rsb-java): fix layouy of build file
J. Wienke
12:28 PM Revision 6db01ee6 (rsb-model): missing id for Participant
J. Wienke
12:22 PM Revision 67472cdb (rsb-model): updated version from discussion
J. Wienke

04/12/2011

04:48 PM Revision a57ad02c (rsb-model): better layout
J. Wienke
04:44 PM Revision c6de6131 (rsb-model): more or less final domain model
J. Wienke
03:08 PM Revision 77689814 (rsb-cpp): some more exception unification
J. Wienke
02:54 PM Revision cd99fc6c (rsb-cpp): unify exception types
J. Wienke

04/11/2011

05:26 PM Revision fe2b26b0 (rsb-model): first model
J. Wienke

04/10/2011

10:16 PM Revision 07f23744 (rsb-cpp): some style fixes
J. Wienke
10:02 PM Revision 8fc51b4e (rsb-cpp): convert include guards to #pragma once
J. Wienke
07:20 PM Revision 75edc763 (rsb-cpp): use simplified cppcheck call
J. Wienke
05:19 PM Revision e1c2a469 (rsb-cpp): integrate sloccount target
J. Wienke
04:14 PM Revision 1497d676 (rsb-cpp): use RSB_TYPE_TAG in converters
J. Wienke
04:13 PM Revision 9a3def8c (rsb-cpp): Fix code style
J. Wienke

04/09/2011

12:45 AM Revision 560a5cca (rsb-cpp): * fix converters to return data Type in deserialize
J. Wienke
12:38 AM Revision f950c705 (rsb-cpp): fix indentation
J. Wienke
12:28 AM Revision 2a15d760 (rsb-cpp): add a macro to avoid using the reinterpret_cast directly
J. Wienke
10:56 PM Revision a34395ae (rsb-cpp): Missing namespace ins rc/rsb/transport/converter/Uint64Converter.cpp
* src/rsb/transport/converter/Uint64Converter.cpp: added missing boost
namespace to uint64_t
J. Moringen
10:47 PM Revision 5f68326d (rsb-cpp): Workaround for MSVC in src/rsb/patterns/Server.h
* src/rsb/patterns/Server.h: don't use template version of typeid due
to strange behavior of MSVC compiler
J. Moringen
10:35 PM Revision cfe5bfa6 (rsb-cpp): missing documentation and indentation fixes
J. Wienke
10:25 PM Revision 4fdef245 (rsb-cpp): some more minor style fiyes
J. Wienke
10:24 PM Revision d6e9bf1e (rsb-cpp): * remove compiler warning
* fix indentation J. Wienke
10:18 PM Revision 429b1e02 (rsb-cpp): Nomenclature in src/rsb/transport/converter/Uint64Converter.{h,cpp}
* src/rsb/transport/converter/Uint64Converter.cpp: nomenclature fix
wire type -> wire schema; use rtti for data typ...
J. Moringen
10:12 PM Revision f8a71c32 (rsb-cpp): Infer request/reply types in src/rsb/patterns/Server.h
* src/rsb/patterns/Server.h: request and reply type names default to
rtti-inferred names
J. Moringen
10:11 PM Revision 0a429f77 (rsb-cpp): the task has gone
J. Wienke
09:47 PM Revision 8be67382 (rsb-cpp): Fixed a misconception in src/rsb/transport/converter/*Converter.cpp
* src/rsb/transport/converter/BoolConverter.cpp: in serialize,
AnnotatedData.first has to agree with the data type,...
J. Moringen
09:31 PM Revision beb515fb (rsb-integrationtest): Do not specify datatype name explicitly in cpp/informer.cpp
* cpp/informer.cpp: do not specify datatype name explicitly J. Moringen
09:00 PM Revision 5251c0a1 (rsb-cpp): Nomenclature in src/rsb/transport/converter/{String,Bool}Converter.{...
* src/rsb/transport/converter/BoolConverter.cpp: nomenclature fix wire
type -> wire schema; use rtti for data type ...
J. Moringen
08:55 PM Revision 80962e01 (rsb-cpp): Fixed constructor in src/rsb/transport/AbstractConverter.h
* src/rsb/transport/AbstractConverter.h: template constructor has to
take a dummy parameter for type inference; it ...
J. Moringen
03:56 PM Revision 97b1c05a (rsb-cpp): use const refs where possible
J. Wienke
01:09 PM Revision 4a5708b4 (rsb-cpp): fix a lot of code warnings
J. Wienke
11:51 AM Revision ad11f112 (rsb-cpp): fix warnings
J. Wienke
11:51 AM Revision d46f0a62 (rsb-protocol): we can use unsigned integers for counting data parts
J. Wienke
11:38 AM Bug #235 (Resolved): Protocol files need to be a shared library
Otherwise it can happen that they are compiled several times in the same binary in the end, which the protocol buffer... J. Wienke

04/08/2011

05:09 PM Enhancement #89: Evaluate RTTI / typeId for Simplifying Informer Interfaces
With the new distinction between wire type and wire schema this is now easily possible, because determining a convert... J. Wienke
05:05 PM Enhancement #204 (Resolved): Remove DispatchTask on the way to OrderedQueueDispatcherPool
J. Wienke
04:28 PM Enhancement #204 (In Progress): Remove DispatchTask on the way to OrderedQueueDispatcherPool
J. Wienke
05:04 PM Revision 88d54127 (rsb-python): remove QueueAnddispatchTask
refs #204 J. Wienke
04:51 PM Revision 5c6cabea (rsb-cpp): removed QueueAnddispatchTask to abvoid useless threading.
refs #204 J. Wienke
04:16 PM Enhancement #142 (Resolved): Improve RSBVersion
J. Wienke
03:38 PM Enhancement #142 (In Progress): Improve RSBVersion
J. Wienke
04:10 PM Revision f3a0a2e5 (rsb-cpp): Provide a better implementation of the version and a command line ut...
fixes #142 J. Wienke

04/01/2011

09:22 PM Revision 85adbb07 (rsb-cpp): debug output for jenkins
J. Wienke
07:36 PM Revision 6a29fddf (rsb-protocol): config file specifies proto files relative to it's install loca...
J. Wienke
07:29 PM Revision 474dee4a (rsb-protocol): missing newline at EOF
J. Wienke
07:28 PM Revision 54c8d400 (rsb-protocol): missing newline at EOF
J. Wienke
04:18 PM Revision 06cb4986 (rsb-cpp): fix indentation
J. Wienke

03/30/2011

09:35 AM Revision 498bbb3d (rsb-cpp): Install Notification.pb.h and Attachment.pb.h
M. Goetting

03/29/2011

04:39 PM Revision 933f973d (rsb-cpp): make usleep coammand not available for windows
M. Goetting
04:22 PM Revision 2b211f0f (rsb-protocol): Make num_data_parts an optional argument
M. Goetting
01:48 PM Revision dc3a3005 (rsb-protocol): Update Notification message for proper use with automatic messa...
M. Goetting
01:20 PM Revision 12745ad8 (rsb-cpp): - Automatic message splitting for messages greater 100k integrated i...
- Add new sender/ receiver example for files
- On receiver site the file is written to /tmp
- Time me...
M. Goetting
 

Also available in: Atom