Activity

From 09/06/2015 to 10/05/2015

10/05/2015

11:44 PM Revision fe41c9fd (rsb-tools-cl): Minor cleanup in test/common/protocol-buffer-payload.lisp
* test/common/protocol-buffer-payload.lisp
(test protocol-buffer-payload-root::grammar/float): removed leftover
d...
J. Moringen
10:11 AM Revision 0c759ab5 (rsb-cl): Use sink-scope-trie in inprocess transport
* src/transport/inprocess/connectors.lisp (**by-scope**):
renamed *by-scope* -> **by-scope**; changed from special ...
J. Moringen

10/02/2015

04:40 PM Revision 9555badc (rsb-cl): Initial [sink-]scope-trie in src/event-processing/scope-trie.lisp
The `scope-trie' (and `sink-scope-trie') data-structure provides
a mapping from scopes to objects, supports efficient...
J. Moringen
02:21 PM Revision 5d75afd1 (rsb-cl): Added random testing infrastructure in test/random.lisp
* test/random.lisp: new file; contains functions for RSB-related random
testing
* test/package.lisp (package rsb.te...
J. Moringen

10/01/2015

09:23 PM Revision 79894381 (rsb-cl): Global variables and reloading in src/transport/inprocess/connectors....
* src/transport/inprocess/connectors.lisp (**cached-machine-instance**):
new global variable; cached machine instan...
J. Moringen
09:13 PM Revision ffdee175 (rsb-cl): Added inprocess in-connector in src/transport/inprocess/connectors.lisp
* src/transport/inprocess/connectors.lisp (in-connector): new class;
superclass for in-direction connectors
(noti...
J. Moringen
09:12 PM Revision bc74ff56 (rsb-cl): Moved inprocess connectors into src/transport/inprocess/connectors.lisp
* src/transport/inprocess/connectors.lisp: new file; contains all
connectors
* src/transport/inprocess/connector.li...
J. Moringen
10:05 AM Revision 1a466e42 (rsb-cl): Fix string construction in scope-string in src/scope.lisp
* src/scope.lisp (scope-string scope): use `with-output-to-string' with
`write-{string,char}' to avoid dependency o...
J. Moringen

09/28/2015

05:02 PM Revision b341e610 (rsb-manual): Explain domain-protobuf converts via examples
Adds an example how to create a custom converter for user data types
which uses protobuf as the wire schema.
* CMake...
J. Wienke
05:01 PM Revision fe44e68a (rsb-manual): Fix the protobuf documentation link
URL has changed externally. J. Wienke

09/24/2015

04:32 AM Revision 87edd43d (rsb-integrationtest): Adaptations to changed package structure in lisp/remote-...
* lisp/remote-introspection.lisp: changed package rsb.{introspection ->
model} where necessary; changed entry- -> n...
J. Moringen

09/22/2015

03:04 PM Revision ddb546bc (rsb-tools-cl): Added missing condition report in src/commands/bridge/condition...
* src/commands/bridge/conditions.lisp (specification-error): added
condition report
J. Moringen
02:57 PM Revision 18432bb4 (rsb-tools-cl): Fixed format-control string in bridge/main.lisp
* bridge/main.lisp (main): fixed format-control string in error condition J. Moringen
01:53 PM Revision 44366a20 (rsb-cl): Fixed macro definition in test/model/classes.lisp
* test/model/classes.lisp (define-simple-model-class-tests): added
missing :load-toplevel `eval-when' situation
J. Moringen
01:00 PM Revision 6ce61c26 (rsb-tools-cl): Fixed inter-module dependency in rsb-tools-commands.asd
* rsb-tools-commands.asd (system rsb-tools-commands): added dependency
of module "commands-bridge" on module "comma...
J. Moringen
10:22 AM Revision 16b82bf3 (rsb-cl): Use model module in src/introspection/*.lisp
Use *-info and *-node model classes as superclasses for *-entry
classes. Consistently set node parents of entry objec...
J. Moringen

09/18/2015

12:35 PM RSBag Revision 0848173d (rsbag-tools-cl): WITH_STATISTICS_SUPPORT in CMakeLists.txt
* CMakeLists.txt: added option WITH_STATISTICS_SUPPORT J. Moringen

09/17/2015

01:50 PM Revision e4876c68 (rsb-ros-cl): TPCROS out-connector in src/transport/tcpros/out-connector.lisp
* src/transport/tcpros/connector.lisp
(shared-initialize :after connector t): removed; not suitable of all
sub-cl...
J. Moringen
01:43 PM Revision 154fda77 (rsb-ros-cl): {Active,passive} {topic,service} connection init in src/transport...
Connection initialization in src/transport/wire-protocol.lisp is now
organized as follows:
* The high-order function...
J. Moringen
09:35 AM Revision b025352d (rsb-ros-cl): Minor cleanup and improvements in src/transport/**/*.lisp
* src/transport/connector-mixins.lisp (header): updated copyright
(toplevel): removed stale comments
(notify mess...
J. Moringen

09/14/2015

04:42 PM Revision 8068b9e9 (rsb-tools-cl): Adaptation to model changes in formatting/introspection/*.lisp
* formatting/introspection/print.lisp (entry-children-for-printing):
entry-children -> node-children
(print-entry...
J. Moringen
04:14 PM Revision 09442318 (rsb-tools-cl): Added test timouts in test/*/package.lisp
* test/commands/package.lisp (test suite commands-root): added timeout
* test/common/package.lisp (header): updated c...
J. Moringen
02:09 PM Revision f701718e (rsb-tools-cl): Initial import of bridge tool in bridge/*.lisp
refs #2387
* bridge/help.lisp: new file; help text generation for the bridge tool
* bridge/main.lisp: new file; entr...
J. Moringen
02:09 PM Revision 1ff46852 (rsb-tools-cl): Initial import of bridge command in src/commands/bridge/*.lisp
refs #2387
* src/commands/bridge/conditions.lisp: new file; contains conditions
used in the commands.bridge module...
J. Moringen
11:21 AM Revision 99ec9c80 (rsb-cl): Initial import of model.inference module in src/model/inference/*.lisp
* src/model/inference/protocol.lisp: new file; protocol of the
model.inference module
* src/model/inference/util.li...
J. Moringen
10:20 AM Revision 4a820d84 (rsb-cl): Initial import of model module in src/model/*.lisp
* src/mixins.lisp (print-items append uuid-mixin): whitespace change
* src/model/types.lisp: new file; types used in ...
J. Moringen

09/12/2015

12:18 AM Revision 4da5a4f6 (rsb-manual): Mention bridge tool in news.rst
refs #2387
* news.rst (RSB 0.13): mention new bridge tool
J. Moringen
12:18 AM Revision c24ffa5c (rsb-manual): Initial bridge documentation in tool-bridge.rst
refs #2387
* tool-bridge.rst: new file; initial documentation fro bridge tool
* tools.rst: include file tool-bridge.rst
J. Moringen

09/11/2015

08:08 PM Revision dc450822 (rsb-cl): Allow overriding child initargs in src/patterns/mixins.lisp
When computing initargs for child participants in `make-child-initargs',
allow keyword arguments supplied to the meth...
J. Moringen
05:10 PM Revision dae307e2 (rsb-tools-cl): Added missing method binding in formatting/event-style-programm...
* formatting/event-style-programmable.lisp
(*style-programmable-default-bindings*): added `method' ->
`event-meth...
J. Moringen

09/10/2015

10:21 PM Revision 8f604b7b (rsb-tools-cl): Better column spec expansion in formatting/event-style-monitor....
* formatting/event-style-monitor.lisp (define-monitor-style): expand
column specifications at instance creation tim...
J. Moringen
10:21 PM Revision cc077b02 (rsb-tools-cl): Scope-tree monitor style in formatting/event-style-monitor.lisp
* formatting/event-style-monitor.lisp (define-monitor-style scope/flat):
renamed scope -> scope/flat
(toplevel): ...
J. Moringen
10:21 PM Revision cdf2fbcb (rsb-tools-cl): Removed explicit monitor/timeline style in formatting/event-sty...
Instead of having a dedicated timeline monitor, all monitor styles now
have a timeline column.
* formatting/event-st...
J. Moringen
10:20 PM Revision 010fed67 (rsb-tools-cl): Separate class for sorted monitor style in formatting/event-sty...
* formatting/event-style-monitor.lisp (monitor-style-mixin): renamed
basic-monitor-style -> monitor-style-mixin; re...
J. Moringen
08:35 PM Revision 4b124237 (rsb-manual): Mention scope-tree monitor style in news.rst
* news.rst (RSB 0.13): mention scope-tree monitor style J. Moringen
07:52 PM Revision a816a3ff (rsb-tools-cl): Configurable line-style class in formatting/event-style-monitor...
* formatting/event-style-monitor.lisp
(basic-monitor-style::line-style-class): new slot; stores class that
should...
J. Moringen

09/08/2015

11:06 PM Revision cc73498a (rsb-tools-cl): Use variable to avoid duplication in CMakeLists.txt
* CMakeLists.txt: use EXIT_AFTER_THREE_SECONDS in introspection test J. Moringen
11:06 PM Revision 82606148 (rsb-tools-cl): detail in CMakeLists.txt
* CMakeLists.txt: J. Moringen

09/06/2015

11:32 PM RSBag Revision 29201c3e (rsbag-tools-cl): Fixed default progress style in bag-play/main.lisp
* bag-play/main.lisp (update-synopsis): explicitly set default progress
style to :line
J. Moringen
11:32 PM RSBag Revision 94466d85 (rsbag-tools-cl): Fixed progress format control in src/commands/util.lisp
* src/commands/util.lisp (print-replay-progress): fixed format control
string
J. Moringen
 

Also available in: Atom