Activity

From 02/24/2015 to 03/25/2015

03/25/2015

08:02 PM RSB XML Support Revision 0aba4286 (rsb-xml-python): Backport: Added missing dependency on RST in setup.py
* setup.py (header): updated copyright
(setup): added dependency on rst
J. Moringen
08:00 PM RSB XML Support Revision 69c3ab59 (rsb-xml-python): Added missing dependency on RST in setup.py
* setup.py (header): updated copyright
(setup): added dependency on rst
J. Moringen
07:22 PM Revision eae850cd (rsb-cl): Removed make-{listener,reader,informer,{local,remote}-server}
The generic function
make-participant
replaces the specialized functions
make-listener
make-reader
make-in...
J. Moringen
07:05 PM Revision 6b488cb1 (rsb-cl): with-* -> with[-active]-participant[s] in src/**/macros.lisp
The generic macros
with-active-participant[s]
with-participant[s]
replace the specialized macros
with-reader...
J. Moringen
06:46 PM Revision d8cde6ed (rsb-cl): Removed exported symbols define-participant-creation-{uri-methods,res...
* src/package.lisp (package rsb): removed exported symbols
define-participant-creation-uri-methods and
define-par...
J. Moringen
01:10 PM Bug #2209 (Resolved): RSB Java errors in integration test
Seems to be introspection-related.
E.g. https://ci.cor-lab.org/view/rsb-trunk/job/rsb-integrationtest-trunk/PYTHON...
J. Moringen
11:36 AM Bug #484 (In Progress): Converters for Fundamental Types are not Implemented [C++]
J. Moringen

03/24/2015

03:25 PM Revision 5272fcff (rsb-python): Add a NonQueuingParallelEventReceivingStrategy
This commit adds a new event receiving strategy that uses a single
thread for dispatching events to registered handle...
J. Wienke
09:59 AM Revision 62283b41 (rsb-spread-cpp): merged master into enhancement-2063
R. Haschke
09:45 AM Revision 7e3efe6b (rsb-cpp): merged master into famula
R. Haschke

03/23/2015

12:47 PM Revision da6c9844 (rsb-java): Clean up logging levels
J. Wienke
12:46 PM Revision bcc1c05d (rsb-java): Remove RedundantthrowsCheck from checkstyle
https://github.com/checkstyle/checkstyle/issues/473 J. Wienke

03/20/2015

12:14 PM Bug #2193: Crash in CPP introspection when destructing a participant
I have no idea how to solve this. We would have to eliminate all references to static variables inside the introspect... J. Wienke
11:58 AM Bug #2193: Crash in CPP introspection when destructing a participant
Ouch, this is a problem of static deconstruction order. The logging factory is already destroyed at the time the part... J. Wienke
11:45 AM Bug #2193: Crash in CPP introspection when destructing a participant
Ok, I can reproduce the issue. J. Wienke
09:34 AM Bug #2193: Crash in CPP introspection when destructing a participant
J. Wienke wrote:
> V. Richter wrote:
> > Looking into my environment configuration I found that the following is ne...
V. Richter
11:36 AM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
I have pushed a new version of the branch. This should also continue to operate in case the introspection is enabled.... J. Wienke
11:04 AM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
Lines 35 and 36 of your log file are confusing. The logging format string isn't resolved. If I test the same logging ... J. Wienke
11:35 AM Revision 7aa98d69 (rsb-java): Gracefully handle missing information for introspection
Print a warning in case introspection cannot be enabled instead of
completely failing.
* src/rsb/Factory.java
Catc...
J. Wienke
11:35 AM Revision 7003ae6e (rsb-java): Remove explicit dependency to java management package
Removes the explicit dependency to the java.lang.management packages and
replaces it with reflection-based access bec...
J. Wienke

03/19/2015

11:51 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
R. Yaghoubzadeh wrote:
> That got rid of the error, excellent!
> My app still doesn't quite work, I suspect it is a...
J. Wienke
11:45 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
That got rid of the error, excellent!
My app still doesn't quite work, I suspect it is a configuration issue. (Befor...
R. Yaghoubzadeh
11:01 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
Oh right, I forgot that introspection is enabled by default in the master version. Apart from several other things I ... J. Wienke
10:25 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
It does run a bit further, but crashes with a NullPtr in the initializing introspection stuff (I did not add any user... R. Yaghoubzadeh
07:46 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
I have pushed a branch @enhancement-2203@. Could you compile that version and have a look whether the situation impro... J. Wienke
07:43 PM Enhancement #2203 (In Progress): rsb-0.11+ Android compatibility / new java.lang.management req...
J. Wienke
07:31 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
I'm currently preparing a feature branch for that. Let's first see whether things work out. So far I can tell, that t... J. Wienke
07:19 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
That sounds excellent. In case that it is just a small change, is there a chance that the change will be backported t... R. Yaghoubzadeh
06:00 PM Enhancement #2203: rsb-0.11+ Android compatibility / new java.lang.management requirement
We did not know that these issues exist on Android. So we have to work on that. We could probably resolve this issue ... J. Wienke
05:07 PM Enhancement #2203 (Resolved): rsb-0.11+ Android compatibility / new java.lang.management requir...
After upgrading a 2012 Android project to rsb-0.11 (to match our non-Android projects; by replacing the jar and adapt... R. Yaghoubzadeh
11:13 PM Bug #2193: Crash in CPP introspection when destructing a participant
V. Richter wrote:
> Looking into my environment configuration I found that the following is needed in the environmen...
J. Wienke
11:11 PM Bug #2193: Crash in CPP introspection when destructing a participant
V. Richter wrote:
> Tested. No it does not seem to solve it (assuming I rebuilt the right components).
>
> It see...
J. Wienke
07:44 PM Revision 43e1b361 (rsb-java): Remove explicit dependency to java management package
Removes the explicit dependency to the java.lang.management packages and
replaces it with reflection-based access bec...
J. Wienke

03/18/2015

01:15 PM Revision cffd4551 (rsb-integrationtest): Fix compilation
J. Wienke
10:56 AM Revision 07631b8e (rsb-integrationtest): Fix compilation
J. Wienke

03/17/2015

01:37 PM Enhancement #1636 (Rejected): Check python multiprocessing
Users can use multiprocessing in their programs if required to parallelize things. Including multiprocessing inside R... J. Wienke

03/14/2015

01:48 AM Enhancement #2201: Add display name to introspection
The other changes look fine, please push. J. Moringen
01:48 AM Enhancement #2201: Add display name to introspection
I can commit the cl, cl tools and manual parts tomorrow. J. Moringen

03/13/2015

11:40 PM Revision 5b8b2700 (rsb-yarp-cpp): Fix compilation
J. Wienke
09:52 PM Revision 63af8933 (rsb-tools-cl): TEMP Initial work on influxdb adapter
J. Moringen
06:56 PM Enhancement #1247 (Resolved): Remove singleton backwards compatibility for factories
Applied in changeset commit:rsb-cpp|1f6bddf165f9fdf04d573f766c1a84faa7f653b8. J. Wienke
06:29 PM Enhancement #1247 (In Progress): Remove singleton backwards compatibility for factories
J. Wienke
06:56 PM Tasks #2130 (Resolved): Remove deprecated Factory::createServer method
Applied in changeset commit:rsb-cpp|a66d624aed7172b1c315b57dafd097ddf2439770. J. Wienke
06:26 PM Tasks #2130 (In Progress): Remove deprecated Factory::createServer method
J. Wienke
06:55 PM Revision 6d835999 (rsb-manual): Mention removal of deprecated code in news
J. Wienke
06:53 PM Revision cb4f956f (rsb-cpp): Remove deprecated methods and types
* *QueuePushHandler shortcuts in the main namespace
* getStringConverterRepository
J. Wienke
06:50 PM Revision 1f6bddf1 (rsb-cpp): Remove singleton usage in public API
Removes deprecated code.
fixes #1247
J. Wienke
06:50 PM Revision a66d624a (rsb-cpp): Remote deprecated Server-name in favor of LocalServer
fixes #2130 J. Wienke
06:25 PM Bug #2120 (Rejected): Traceback on stdout when using spread
I have no chance to debug this without having a reproduction test case. There must have been something that returned ... J. Wienke
06:16 PM Bug #2134 (Resolved): Error 22 when closing multiple socket listeners in python
Applied in changeset commit:rsb-python|82a0f4ec5d88266210f6f381d5bc87323f4c679b. J. Wienke
06:15 PM Revision 82a0f4ec (rsb-python): Avoid error logging when terminating bus server
Do not log the intended socket error as an error message when
terminating the bus server instances.
fixes #2134
J. Wienke
05:53 PM Revision 07133ef8 (rsb-manual): Mention new callback implementations in C++
refs #2186 J. Wienke
05:52 PM Feature #2186 (Resolved): method-based LocalServer interface
Applied in changeset commit:rsb-cpp|75715f7ad14a8e994d53ab475227c45708bc67f9. J. Wienke
05:18 PM Feature #2186 (In Progress): method-based LocalServer interface
J. Wienke
05:50 PM Revision 75715f7a (rsb-cpp): A Callback implementations to bind existing functions
Adds callback implementations to use existing function via boost
functions and boost bind as targets for local server...
J. Wienke
05:05 PM Tasks #1979 (Resolved): Port to Boost.Signals2
Applied in changeset commit:rsb-cpp|5341f6b21532ffbff877d31a36bc6ab0edd25f1f. J. Wienke
04:40 PM Tasks #1979 (In Progress): Port to Boost.Signals2
J. Wienke
05:05 PM Revision 08b6a848 (rsb-manual): Mention API change due to Boost.Signals2
refs #1979 J. Wienke
05:01 PM Revision 5341f6b2 (rsb-cpp): API change: Port to Boost.Signals2
Port to Boost.Signals2 to prevent deprecation warnings.
* CMakeLists.txt: remove signals from find_boost call. signa...
J. Wienke
04:35 PM Enhancement #2201 (In Progress): Add display name to introspection
J. Wienke
04:34 PM Enhancement #2201: Add display name to introspection
Jan, can you have a look at this, and if the concept is ok, implement the missing bits in CL, so that we can merge th... J. Wienke
12:20 PM Enhancement #2201 (Resolved): Add display name to introspection
Add an optional field to the introspection protocol for applications to specify a hand-crafted display name to improv... J. Wienke
04:30 PM Revision 11437aa4 (rsb-cpp): Support introspection display names
Adds support for including a display name in the introspection messages.
* IntrospectionSender: accept and send out ...
J. Wienke
04:28 PM Revision bf818ddf (rsb-cpp): ParticipantConfig: allow unknown options
There might be options not related to participants inside the structure
also used by the participant config. Therefor...
J. Wienke
04:13 PM Bug #2202 (Resolved): Possible race condition in introspection sender creation
The C++ plugin code for the introspection does not use any locking when creating the introspection sender instance. T... J. Wienke
03:57 PM Revision 335f3aae (rsb-cpp): Expose RSB options via Factory
Adds a method to fill an OptionHandler with the RSB options. This is
e.g. necessary to enabled plugins to lookup RSB ...
J. Wienke
03:31 PM Revision fe4a036c (rsb-java): Add support for introspection display name
Adds the ability to pass a display name from the configuration to the
introspection.
* Factory: parse display name f...
J. Wienke
03:12 PM Revision 90bde683 (rsb-protocol): Add display_name to Process
A user-defined name for a process which is better to understand for
system maintainers.
refs #2201
J. Wienke
03:09 PM Revision 497539dd (rsb-python): Support display names for introspection
refs #2201 J. Wienke
03:09 PM Revision 12828557 (rsb-python): Extract boolean config value parsing in own method
J. Wienke
03:09 PM Revision 62ee2ded (rsb-python): Extract config parsing methods from ParticipantConfig
Moves the methods which parse configuration source to dictionaries out
of ParticipantConfig so that they are also ava...
J. Wienke
02:03 PM Revision e325687b (rsb-python): Make introspection initialization explicit
Move the initialization of the introspection module to a dedicated
function which is called from the rsb module to ha...
J. Wienke

03/11/2015

02:28 PM Revision dfcbe183 (rsb-tools-cl): Removed leftover find-quantity-class in stats/quantity-mixins.lisp
* stats/quantity-mixins.lisp (header): updated copyright
(find-quantity-class eql :meta-data-moments): removed; obs...
J. Moringen
02:10 PM Enhancement #2196: Spread connection pooling for informers [Java]
Connection pooling for informers is implemented in this branch now. J. Wienke
11:46 AM Enhancement #2196 (Resolved): Spread connection pooling for informers [Java]
J. Wienke
02:00 PM Revision f7447ce0 (rsb-java): Code cleanup
* clean up checkstyle config (duplicated rules), add unix newline rule
* Force unix newlines in eclipse project
* Cle...
J. Wienke
12:19 PM Revision 9a5e604d (rsb-java): Implement connection pooling for outgoing connections
This commit adds spread connection pooling for outgoing connection by
reusing existing connections inside SpreadFacto...
J. Wienke
12:19 PM Revision 19367f99 (rsb-java): Make SpreadWrapper an interface
Makes SpreadWrapper and interface and moves the existing implementation
to SpreadWrapperImpl. This allows to implemen...
J. Wienke
12:19 PM Revision c1f14b19 (rsb-java): Extract spread connection options into SpreadOptions
Creates a new class SpreadOptions which contains all options used to
specify the properties of a connection to the sp...
J. Wienke
11:54 AM Enhancement #2199 (Resolved): Spread connection pooling for informers [Common Lisp]
J. Moringen
11:46 AM Enhancement #2198 (Resolved): Spread connection pooling for informers [Python]
J. Wienke
11:46 AM Enhancement #2197 (Resolved): Spread connection pooling for informers [C++]
J. Wienke
11:45 AM Enhancement #2195 (Resolved): Implement Spread connection pooling
Spread does not scale well with many connections. Therefore we need to be more restrictive with the number of spread ... J. Wienke
11:42 AM Revision ae5d7b5d (rsb-java): Clean up contract for InPushConnectors
* Fix description of required call sequence
* Adapt DefaultPushInRouteConfigurator to this call sequence
J. Wienke

03/10/2015

04:59 PM Revision a819a924 (rsb-java): Include examples in the maven build
J. Wienke
03:31 PM Revision 0235ae4f (rsb-java): Convert eclipse project to maven
This reflects the common use now. J. Wienke
03:30 PM Revision e41c64bd (rsb-java): Update PMD version
J. Wienke
01:59 PM Revision 77199912 (rsb-python): Use object as default event type and disallow None
None is not a python data type and type check functions will choke when
None is passed to them.
J. Wienke
01:55 PM Revision 27e40717 (rsb-python): Ensure that informer data types cannot be None
This would raise a subsequent exception in other code parts and simply
must not happen.
J. Wienke
01:05 PM Bug #2193: Crash in CPP introspection when destructing a participant
V. Richter wrote:
> Tested. No it does not seem to solve it (assuming I rebuilt the right components).
>
> It see...
V. Richter
12:42 PM Bug #2193: Crash in CPP introspection when destructing a participant
Tested. No it does not seem to solve it (assuming I rebuilt the right components).
It seems to come from deleting ...
V. Richter
10:29 AM Bug #2194 (Resolved): Spread connection are not properly disconnected
Applied in changeset commit:rsb-spread-cpp|0c5293c150a080ab1e30f38a08fad7b65d010ca3. J. Wienke
10:29 AM Bug #2194 (In Progress): Spread connection are not properly disconnected
J. Wienke
10:29 AM Revision 4b3c7f34 (rsb-spread-cpp): Properly close spread connections
Somehow this never happened and no one noticed so far.
fixes #2194
(cherry picked from commit 0c5293c150a080ab1e30f...
J. Wienke
10:28 AM Revision 0c5293c1 (rsb-spread-cpp): Properly close spread connections
Somehow this never happened and no one noticed so far.
fixes #2194
J. Wienke

03/09/2015

07:30 PM Bug #2194 (Resolved): Spread connection are not properly disconnected
There is no call to @SP_disconnect@ in the cpp spread code at all. J. Wienke
02:00 PM Bug #2193: Crash in CPP introspection when destructing a participant
Viktor, can you try again after these fixes whether the problem persists? I suspect this isn't fixed, but I am also n... J. Wienke
01:57 PM Bug #2193: Crash in CPP introspection when destructing a participant
Maybe this is not the explanation. Listener does not implement @printContents@. Therefore only the print method of @P... J. Wienke
01:45 PM Bug #2193 (In Progress): Crash in CPP introspection when destructing a participant
J. Wienke
01:45 PM Bug #2193: Crash in CPP introspection when destructing a participant
This line points to the logger debug statement. I suspect this is caused by printing out the whole participant in thi... J. Wienke
01:37 PM Bug #2193 (Resolved): Crash in CPP introspection when destructing a participant
... V. Richter
02:00 PM Revision 773bbc17 (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke
02:00 PM Revision 51f8506d (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke
01:58 PM Revision 680e9b09 (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke
01:58 PM Revision 6b0f3916 (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke

03/04/2015

10:02 AM RSBag Revision e570393f (rsbag-tools-cl): Backport: Clon + win32 workaround in sbcl.cmake.in
* sbcl.cmake.in: do not set CC environment variable on win32 to work
around clon's attempt to compile termio stuff ...
J. Moringen
10:01 AM RSBag Revision f483797c (rsbag-tools-cl): Clon + win32 workaround in sbcl.cmake.in
* sbcl.cmake.in: do not set CC environment variable on win32 to work
around clon's attempt to compile termio stuff ...
J. Moringen

03/03/2015

05:11 PM Revision 3ecedaec (rsb-tools-cl): Backport: Fixed configuration loading in introspect/main.lisp
* introspect/main.lisp (header): updated copyright
(main): set `*configuration*' instead of `*default-configuration*'
J. Moringen
05:09 PM Revision cafce69c (rsb-tools-cl): TODO for later: terminal-io in sbclrc
J. Moringen
05:09 PM Revision a3ed040b (rsb-tools-cl): rosetta IDL loading
J. Moringen
05:08 PM Revision f3bf1c5d (rsb-tools-cl): TODO partially working component experiments in CMakeLists.txt
J. Moringen
05:08 PM Revision e92e52ee (rsb-tools-cl): Some ideas for ansi-escapes
J. Moringen
05:08 PM Revision 7893d0a6 (rsb-tools-cl): for ansi-escapes stuff
J. Moringen
05:08 PM Revision 0f502ac7 (rsb-tools-cl): TODO maybe use nibbles in formatting/payload-audio-wav.lisp
J. Moringen
05:08 PM Revision a36d540f (rsb-tools-cl): TODO various small things
J. Moringen
05:08 PM Revision 3daaad16 (rsb-tools-cl): newline handling; maybe for pretty-printer changes
J. Moringen
05:08 PM Revision 55328e50 (rsb-tools-cl): TODO Comments in stats/quantity-mixins.lisp, formatting/columns...
J. Moringen
05:08 PM Revision 70d5488b (rsb-tools-cl): Use pretty-printer in formatting/{util,format-functions}.lisp
* formatting/util.lisp: TODO
* formatting/format-functions.lisp: TODO
J. Moringen
05:08 PM Revision cccbe195 (rsb-tools-cl): with-indented-section -> pretty printer in formatting/event-sty...
* formatting/util.lisp (timestamp-name): cosmetic change
* formatting/event-style-meta-data.lisp:
(format-event eve...
J. Moringen
05:08 PM Revision 3bd6841d (rsb-tools-cl): Use pretty printer in formatting/payload-collection.lisp
* formatting/util.lisp (with-indent): removed; no longer used
(with-indented-section): likewise
(format-aligned-i...
J. Moringen
05:08 PM Revision af2f6861 (rsb-tools-cl): Use pretty printer instead of with-indented-section in info/mai...
* info/main.lisp (main): use the pretty printer and logical blocks
instead of `with-indented-section'
J. Moringen
05:08 PM Revision 1b72816d (rsb-tools-cl): When possible, generate PNGs without alpha in formatting/payloa...
* formatting/image-output-mixin.lisp (define-yuv->rgb): new local macro;
generate %yuv422->rgba and %yuv422->rgb
* ...
J. Moringen
05:08 PM Revision fb082f11 (rsb-tools-cl): Support float/ub8 grayscale images in formatting/payload-image-...
* formatting/rst-forward.lisp (header): updated copyright
(package rst.vision): added exported symbol image-depth
...
J. Moringen
05:08 PM Revision 23550dca (rsb-tools-cl): optimization in formatting/payload-image-png.lisp
TODO
* formatting/payload-image-png.lisp
(format-payload rst.vision:image style-image/png stream): allow
special...
J. Moringen
05:08 PM Revision 3b0b5a78 (rsb-tools-cl): Fixed configuration loading in introspect/main.lisp
* introspect/main.lisp (header): updated copyright
(main): set `*configuration*' instead of `*default-configuration*'
J. Moringen

03/02/2015

08:04 PM Revision 0765e870 (rsb-java): Introspection: include main class in program name
Whenever possible, include the main class name in the program name in
introspection messages.
* PortableProcessInfo:...
J. Wienke
07:40 PM Revision 9e575d13 (rsb-java): Introspection: include main class in program name
Whenever possible, include the main class name in the program name in
introspection messages.
* PortableProcessInfo:...
J. Wienke
01:38 PM Bug #2187 (Rejected): Links to source files dont point to the respective modules repository
The wiki only contains drafts and obsolete documentation. See http://docs.cor-lab.de/rsb-manual/trunk/html/index.html... J. Moringen

02/24/2015

10:48 PM Revision 41b85a90 (rsb-cpp): merged master into famula
R. Haschke
02:51 PM Bug #2187 (Rejected): Links to source files dont point to the respective modules repository
Example:
# https://code.cor-lab.org/projects/rsb/wiki/ProtocolBufferConverter
M. Panzner
12:34 PM Feature #2186 (Resolved): method-based LocalServer interface
Registering methods to a LocalServer requires to instantiate a Callback class.
This is a rather clumsy use pattern, ...
R. Haschke
11:43 AM Feature #2185 (New): Provide Contrib Library or Folder for Community Additions
The proposal here is to provide a @contrib@ folder or library that contains community additions to the framework core... S. Wrede
 

Also available in: Atom