Activity

From 07/19/2014 to 08/17/2014

08/15/2014

06:49 PM Revision 21daae9b (rsb-java): updated
S. Sharma
03:20 AM Revision 6336e16d (rsb-cl): Fix instance (re)initialization in src/transport/socket/bus-connectio...
* src/transport/socket/bus-connection.lisp
(initialize-instance :after bus-connection): new method; take care of
...
J. Moringen
03:04 AM Revision 7c4c10f4 (rsb-cl): Fix unused variables in test/transport/socket/bus.lisp
* test/transport/socket/bus.lisp
(transport-socket-bus-root::incompatible-options): ignore unused
participant var...
J. Moringen
03:02 AM Revision 21317b66 (rsb-cl): Cleanup participants created in tests in test/package.lisp
* test/package.lisp (define-basic-participant-test-cases): try to detach
created participants with `detach/ignore-e...
J. Moringen

08/14/2014

05:11 AM Revision 69b90d3d (rsb-cl): Fixed scopes in tests cases in test/protocol.lisp
* test/protocol.lisp (test hooks-root::make-participant-hook/smoke): use
distinct scope with inprocess transport
...
J. Moringen
04:00 AM Feature #1738 (Resolved): Implement participant creation and destruction hooks
Applied in changeset commit:rsb-cl|5a8b375444df252bd88a989af3d16419d08e122f. J. Moringen
03:57 AM Revision d416ef69 (rsb-cl): Added protocol-related conditions in src/patterns/conditions.lisp
* src/patterns/conditions.lisp: new file; contains conditions related to
communication protocols
* src/patterns/pac...
J. Moringen
03:57 AM Revision 5a8b3754 (rsb-cl): Participant creation and state change hooks in src/variables.lisp
fixes #1738
* src/protocol.lisp (participant): forward declaration
(declaim special *participant-state-change-hook...
J. Moringen

08/13/2014

12:57 AM Revision 062caf2f (rsb-cl): Summary in first line of participant documentation strings in src/**/...
* src/reader.lisp (reader): changed first line of documentation string
to be an informative summary
* src/listener....
J. Moringen
06:54 PM RSBag Bug #1937: Connection refused issues
Happens every second time or so.
Both solutions should work. I am not sure about the performance of the python ser...
J. Wienke
06:18 PM RSBag Bug #1937: Connection refused issues
> It seems the waiting time for the bag binary is too low when using the python API. I constantly receive connect ref... J. Moringen
06:03 PM RSBag Bug #1937 (Resolved): Connection refused issues
It seems the waiting time for the bag binary is too low when using the python API. I constantly receive connect refus... J. Wienke
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 4967b8fd (rsb-manual): Mention --participants commandline option in info.rst
refs #1876
* info.rst (Description): mention --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:20 AM Enhancement #1876 (Resolved): Use service-provider system for participant classes
Applied in changeset commit:rsb-cl|f86bc9c5d5a51a46656546e8762b55045b2623d3. 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/04/2014

12:20 PM Feature #1922 (New): Include environment variables in introspection messages describing processes
* Probably useful
* For parity with commandline options
J. Moringen

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:50 PM RSBag Enhancement #1921 (Resolved): Allow to specify which converters to use
Applied in changeset commit:rsbag-python|e20576fc53ab77cd3a0572f4a0840adeea9a8c61. J. Moringen
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/22/2014

12:20 PM RSBag Enhancement #1921 (Resolved): Allow to specify which converters to use
Please consider the attached patch to pass in a converter selection strategy to use when receiving events. J. Wienke
10:01 AM Bug #1920: C++ part of integration test does not build on mavericks64 slave
That's again the thing that I've fixed over and over again. We must not use @shared_ptr@ without a dedicated namespac... J. Wienke

07/21/2014

10:12 PM Bug #1920 (Resolved): C++ part of integration test does not build on mavericks64 slave
https://ci.cor-lab.org/view/rsb-trunk/job/rsb-integrationtest-trunk-macos/PYTHON_VERSION=2,label=MAC_OS_mavericks_64b... J. Moringen
08:50 PM RSBag Bug #1919 (Resolved): Size computation for bag-info broken
Applied in changeset commit:rsbag-tools-cl|58785a20745aa7b4a28fbc2645a2ce83963f596b. J. Moringen
08:00 PM RSBag Bug #1919 (In Progress): Size computation for bag-info broken
J. Moringen
02:46 PM RSBag Bug #1919 (Resolved): Size computation for bag-info broken
I was trying to compute sizes for a tide file and ended up with this error message:... J. Wienke
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
10:40 AM Enhancement #1918: Add an option to logger monitor style to discard empty scopes
Nice, thanks J. Wienke
06:09 AM Enhancement #1918: Add an option to logger monitor style to discard empty scopes
Configure pruning like this:... J. Moringen
06:07 AM Enhancement #1918 (Resolved): Add an option to logger monitor style to discard empty scopes
Applied in changeset commit:rsb-tools-cl|18940168ac72d10e99f1401ddcaf8a43a6eaf382. 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
 

Also available in: Atom