Activity

From 05/01/2016 to 05/30/2016

05/30/2016

08:04 PM Feature #2551 (Resolved): Tools sub-command for standalone (socket) server
* Add command
* Document
J. Moringen
06:39 PM RSBag Revision b6691cbd (rsbag-tools-cl): Added test for replaying with scope prefix in CMakeLists.txt
* CMakeLists.txt: added test for play command for replaying with scope
prefix
J. Moringen

05/28/2016

04:58 PM RSBag Revision e49b2252 (rsbag-tools-cl): Adapted to changed rsb system structure in rsbag-tools-comman...
* rsbag-tools-commands.asd (system rsbag-tools-commands): added system
dependency on rsb-patterns-request-reply
J. Moringen
04:53 PM Revision afc7f090 (rsb-tools-cl): Adapted to changed rsb system structure in rsb-tools-commands.asd
* rsb-tools-commands.asd (system rsb-tools-commands): added system
dependency on rsb-patterns-request-reply
J. Moringen
04:41 PM Revision 9b593664 (rsb-cl): Use print-items method for method1 class in src/patterns/request-repl...
* src/patterns/request-reply/server.lisp (header): updated copyright
(print-object method1 t): removed; replaced by...
J. Moringen
04:41 PM Revision 1e444691 (rsb-cl): Separate system for request-reply pattern in rsb-patterns-request-rep...
* cl-rsb.asd (system cl-rsb): removed files
src/patterns/request-reply/*.lisp
(system cl-rsb-test): removed files...
J. Moringen
04:01 PM Revision 19925763 (rsb-cl): with[-active]-participant[s] allow anonymous participants in src/macr...
* src/macros.lisp (header): updated copyright
(with-active-participant): treat variable name nil as ignored; adapte...
J. Moringen

05/18/2016

12:58 PM RSBag Revision 10568eaa (rsbag-python): Make rsb a setup runtime dependency
Import rsb not globally but inly inside the command that uses is so that
setup_requires can function properly for res...
J. Wienke
12:56 PM RSBag Revision f5e36982 (rsbag-python): Make rsb a setup runtime dependency
Import rsb not globally but inly inside the command that uses is so that
setup_requires can function properly for res...
J. Wienke

05/13/2016

06:49 PM Revision e239a8ff (rsb-tools-cl): Format payload within logical block in src/formatting/event-sty...
* src/formatting/event-style-payload.lisp
(format-event event style-payload t): establish logical block around
fo...
J. Moringen
06:47 PM Revision 44ad7b0d (rsb-tools-cl): Use mandatory pretty newline in src/formatting/payload-collecti...
* src/formatting/payload-collection.lisp
(format-payload events-by-scope-map payload-style-generic/pretty stream):
...
J. Moringen
03:42 PM Revision 5bfe7caf (rsb-tools-cpp): Do not implicitly configure a fallback timestamp in src/timesy...
* src/timesync/rsb/tools/timesync/rsbtimesync.cpp (parseOptions):
removed automatic fallback timestamp for the prio...
J. Moringen
03:41 PM Revision e1e55f64 (rsb-tools-cpp): Improved exception message in src/timesync/rsb/tools/timesync/...
* src/timesync/rsb/tools/timesync/PriorityTimestampSelector.cpp
(PriorityTimestampSelector::getTimestamp): list fai...
J. Moringen

05/12/2016

11:17 AM Revision 6188013e (rsb-tools-cpp): Add timesync:{earliest,latest} timestamps to published events
* src/timesync/rsb/tools/timesync/rsbtimesync.cpp
(InformingSyncDataHandler): store timestamp selector
(Informing...
J. Moringen

05/11/2016

11:08 AM Bug #2544 (Resolved): RST Converter map not thread safe
Applied in changeset commit:rsb-java|0dce4827849d40bc3fcfbf6b3427b271862e2d67. J. Wienke
10:26 AM Bug #2544 (In Progress): RST Converter map not thread safe
J. Wienke
10:09 AM Bug #2544: RST Converter map not thread safe
I think we should make @DefaultConverterRepository@ thread-safe since it is something global. J. Wienke
11:08 AM Enhancement #2545 (Resolved): Avoid double converter registration warning.
Applied in changeset commit:rsb-java|0dce4827849d40bc3fcfbf6b3427b271862e2d67. J. Wienke
11:06 AM Revision cd07c3d6 (rsb-java): Make DefaultConverterRepository thread-safe
Use a ConcurrentHashMap instead of a normal one. Also reduce the
visibility of the warning message in case a converte...
J. Wienke
10:45 AM Revision 0dce4827 (rsb-java): Make DefaultConverterRepository thread-safe
Use a ConcurrentHashMap instead of a normal one. Also reduce the
visibility of the warning message in case a converte...
J. Wienke

05/10/2016

02:56 PM Bug #2544: RST Converter map not thread safe
M. Pohling wrote:
> Sorry for missing @<@ @pre>@ tag but reediting afterwards is restricted.
Here you go.
J. Moringen
02:51 PM Bug #2544: RST Converter map not thread safe
M. Pohling wrote:
> Sorry for missing pre tag but reediting afterwards is restricted.
M. Pohling
02:50 PM Bug #2544: RST Converter map not thread safe
Sorry for missing ... M. Pohling
02:42 PM Bug #2544 (Resolved): RST Converter map not thread safe
During system start one of my local servers could not be activated because the internal informer crashed because of a... M. Pohling
02:48 PM Enhancement #2545 (Resolved): Avoid double converter registration warning.
Please remove this annoying message during converter registration:... M. Pohling

05/09/2016

09:14 PM Revision e64fd336 (rsb-tools-cl): Fixed output forcing for src/formatting/event-style-{detailed,m...
* src/formatting/style-mixins.lisp (output-forcing-mixin): new class;
mixin for output forcing
(format-event :aft...
J. Moringen
09:09 PM Revision 95c17c5b (rsb-tools-cl): Use generic printing for strings, octet-vectors in src/formatti...
* src/formatting/util.lisp (format-recursively): format strings and
octet-vectors on new line; use generic pretty p...
J. Moringen
09:08 PM Revision 72b094e1 (rsb-tools-cl): Removed circularity tracking in src/formatting/util.lisp
* src/formatting/util.lisp (*tracker*): removed; no longer needed
(format-recursively): removed circularity tracking
J. Moringen
07:55 PM Revision 7a3f9352 (rsb-tools-cl): Removed unused function ascii-character-code? in src/formatting...
* src/formatting/format-functions.lisp (header): updated copyright
(ascii-character-code?): removed; unused
J. Moringen
05:38 PM Revision 2ec3ae81 (rsb-java): Converter for integers
refs #485 J. Wienke

05/04/2016

09:12 PM Revision 5f22efb1 (rsb-ros-cl): Added scope->topic in new file src/transport/util.lisp
* src/transport/util.lisp: new file; contains `scope->topic' utility
function
* src/transport/package.lisp (package...
J. Moringen
08:50 PM Revision f99ebe7c (rsb-ros-cl): Optimizations in src/transport/wire-protocol.lisp
* src/transport/wire-protocol.lisp (header): updated copyright
(read-length-delimited): declared inline
(read-str...
J. Moringen

05/03/2016

04:22 PM Feature #2537: try-with-resources
After reading https://stackoverflow.com/questions/25190347/does-autocloseable-close-method-break-backward-compatibilt... J. Wienke

05/01/2016

04:46 PM Enhancement #2530 (In Progress): Spread connection pooling for listeners [Common Lisp]
J. Moringen
 

Also available in: Atom