Activity

From 07/15/2014 to 08/13/2014

08/13/2014

05:39 PM Revision f88fcc01 (rsb-matlab): added PoseQueue contructor with capacity as paramter
C. Emmerich
04:26 PM Revision 61c77184 (rsb-java): updated latest version
S. Sharma
09:55 AM Revision a1ae8d9c (rsb-tools-cl): Added option to list participants in info/main.lisp
refs #1876
* info/main.lisp (header): updated copyright
(update-synopsis): added --participants commandline option...
J. Moringen
09:36 AM Revision 9f6ca6da (rsb-manual): Mention participant creation, state change hooks in news.rst
refs #1738
* news.rst (RSB 0.11): mention the new hooks *make-participant-hook* and
*participant-state-change-hook*
J. Moringen
09:36 AM Revision 4967b8fd (rsb-manual): Mention --participants commandline option in info.rst
refs #1876
* info.rst (Description): mention --participants commandline option
J. Moringen
09:12 AM Revision ebcf53a5 (rsb-tools-cl): Added option to list participants in info/main.lisp
refs #1876
* info/main.lisp (header): updated copyright
(update-synopsis): added --participants commandline option...
J. Moringen
08:37 AM Revision f86bc9c5 (rsb-cl): Added participant service in src/protocol.lisp
fixes #1876
Participant classes are registered with the new participant service and
instantiated via the service by ...
J. Moringen
08:34 AM Revision dba82dad (rsb-cl): Removed {reader,listener,informer}-creation-error, make-{r,l,i} in sr...
* src/conditions.lisp (listener-creation-error): removed; no longer
needed
(reader-creation-error): likewise
(i...
J. Moringen
08:34 AM Revision 3405fbf8 (rsb-cl): Added make-participant[-using-class] generic functions in src/protoco...
refs #1876
Participants are now created by the two generic functions
`make-participant' and `make-participant-using-...
J. Moringen
05:35 AM Revision 2920dd26 (rsb-cl): Added class direction-mixin in src/mixins.lisp
This will allow generically constructing configurators and ultimately
connectors for given participant classes with t...
J. Moringen
05:29 AM Revision 7e60fcb7 (rsb-cl): Added {converters,error-hook}-mixin in src/mixins.lisp
* src/mixins.lisp (converters-mixin): new class; mixin class for storing
converters used by an object; allows query...
J. Moringen
05:23 AM Revision efc0e7a2 (rsb-cl): Added kind slot to participant-creation-error in src/conditions.lisp
In preparation for generic handling of arbitrary participant classes.
* src/conditions.lisp (participant-creation-er...
J. Moringen
05:12 AM Revision 099fd3bd (rsb-cl): Improved condition reports in src/[transport/]conditions.lisp
* src/conditions.lisp (maybe-print-transport-configuration): improved
layout in condition report; improved format s...
J. Moringen
04:57 AM Revision 0ef37176 (rsb-cl): Fixed default initargs in src/transport/socket/conditions.lisp
* src/transport/socket/conditions.lisp (header): updated copyright
(connection-shutdown-requested): changed connect...
J. Moringen
04:55 AM Revision f0e8dcf8 (rsb-cl): Fixed default initargs in src/transport/socket/connector.lisp
* src/transport/socket/connector.lisp (connector): change class name
in-connector -> connector in `missing-required...
J. Moringen
04:54 AM Revision 07ea6157 (rsb-cl): Event processing and transport mixin fixes in {src,test}/event-proces...
Mainly replace `error-handling-dispatcher-mixin' with four classes
{error-handling,restart}-{dispatcher,handler}-mixi...
J. Moringen
02:20 AM Revision 10e17fb3 (rsb-yarp-cl): Fix handling of invalid nameserver responses in src/transport/ya...
* src/transport/yarp/nameserver.lisp (header): updated copyright
(%nameserver-parse-entry): do not attempt to parse...
J. Moringen
02:07 AM Revision 3e5cb712 (rsb-yarp-cl): Adaptions to message -> notification change in src/transport/tcp...
* src/transport/yarptcp/in-connector.lisp (header): updated copyright
(in-connector): changed superclass restart-{m...
J. Moringen
02:06 AM Revision 3d60b9c7 (rsb-cl): Consistently use "notification" instead of "message" in src/transport...
* src/transport/protocol.lisp (header): updated copyright
(receive-notification): renamed receive-{message -> notif...
J. Moringen

08/12/2014

01:54 AM Revision ed4b86ed (rsb-ros-cl): Adaptions to message -> notification change in src/transport/tcpr...
* src/transport/tcpros/in-connector.lisp (in-connector): changed
superclass restart-{message -> notification}-recei...
J. Moringen
07:59 PM Revision 4549c233 (rsb-java): updates for native methods
S. Sharma

08/08/2014

10:49 PM Revision 252695ce (rsb-java): updated
S. Sharma
05:38 PM Revision 2a72c07c (rsb-java): updates host and process info
S. Sharma

08/07/2014

08:06 PM Revision f2a40861 (rsb-java): update
S. Sharma
06:36 PM Revision 2d0cf793 (rsb-java): deleted test files
S. Sharma
06:26 PM Revision 937c895a (rsb-java): commented
S. Sharma

08/06/2014

02:59 PM Revision be8627a7 (rsb-tools-cpp): Fix generated CMake config
Variable replacement in configure_file calls only works with @VAR@
syntax.
(cherry picked from commit c178f1c889bcc0b...
J. Wienke

08/03/2014

10:48 AM Revision f1ed8658 (rsb-manual): Mention make-participant and underlying service in news.rst
refs #1876
* news.rst (RSB 0.11): mention make-participant and the underlying
service-provider protocol
J. Moringen

08/02/2014

07:46 PM RSBag Revision e20576fc (rsbag-python): Accept converters keyword parameter in rsbag/__init__.py
fixes #1921
* rsbag/__init__.py (Connection.__init__): accept converters keyword
parameter
(Bag.__init__): likew...
J. Moringen

07/21/2014

08:42 PM RSBag Revision 58785a20 (rsbag-tools-cl): Do not transform channel entries in bag-info/main.lisp
fixes #1919
Disable transformation of channel entries. This only matters when
channel sizes are computed.
* bag-inf...
J. Moringen
05:53 AM Revision 73784a7f (rsb-manual): Mention sub-style pruning in CL logger in news.rst
refs #1918
* news.rst (RSB 0.11): mention that the CL logger can now prune
sub-styles after inactivity
J. Moringen
05:33 AM Revision 18940168 (rsb-tools-cl): Pruning of inactive sub-styles in formatting/style-mixins.lisp
fixes #1918
Sub-styles of monitor styles track their most recent activity via
`activity-tracking-mixin' and the moni...
J. Moringen
05:33 AM Revision 3ff4ccaa (rsb-tools-cl): Initarg forwarding in define-dynamic-width-style in formatting/...
* formatting/dynamic-width.lisp (define-dynamic-width-style): instead of
statically constructing the sub-styles, de...
J. Moringen
04:52 AM Revision 64efb118 (rsb-tools-cl): Force output after writing string in formatting/text-style-mixi...
This is important if the produced string does not end with a newline.
* formatting/text-style-mixins.lisp
(format-...
J. Moringen

07/15/2014

05:11 PM Revision fc81265f (rsb-python): Request protobuf library matching protoc
Explicitly request the protobuf library version that matches the protoc
that is used to compile the protocol.
J. Wienke

07/14/2014

01:50 AM Revision eefaf18b (rsb-java): updated introspection JNI
S. Sharma
 

Also available in: Atom