Activity

From 03/30/2017 to 04/28/2017

04/10/2017

02:49 PM Revision 670add20 (rsbag): Updated HEADs of submodules rsbag-*
J. Moringen
02:49 PM Revision 88b6727f (rsbag): Updated HEADs of submodules rsbag-*
J. Moringen
02:30 PM Revision 716766a4 (rsbag-manual): Adaptations for release version in *.rst
refs #2672
* index.rst: removed note about using stable version instead of master
* preparation.rst (Binary Download...
J. Moringen
02:28 PM Revision 7656371b (rsbag-manual): Post-release adaptations in *.rst
refs #2672
* index.rst: adapted link to released version
* news.rst (RSBag 0.17): new section; for 0.17 version
(R...
J. Moringen
02:24 PM Revision e7f3ef23 (rsbag-tools-cl): Version bump to 0.17.0, refs #2672
J. Moringen
02:24 PM Revision 752d089d (rsbag-manual): Version bump to 0.17.0, refs #2672
J. Moringen
02:24 PM Revision f2ba21ea (rsbag-python): Version bump to 0.17.0, refs #2672
J. Moringen
02:24 PM Revision 5bf206a9 (rsbag-cl): Version bump to 0.17.0, refs #2672
J. Moringen

04/05/2017

04:01 PM Revision 94cc8a9f (rsbag-tools-cl): Establish continue restart around each file in src/commands/i...
* src/commands/info.lisp (header): updated copyright
(command-execute info): establish a `continue' restart around
...
J. Moringen
03:55 PM Revision 974f6fee (rsbag-tools-cl): Better handling of datum transforms in src/commands/transform...
Previously, the `note-source-channel' mechanism failed if a transform
replaced the datum with something non-`eq'. Wit...
J. Moringen
03:35 PM Revision 08457bfc (rsbag-tools-cl): Disabled replay-strategy, loop commandline options in bag-mer...
* bag-merge/main.lisp (update-synopsis): disable replay-strategy and
loop commandline options in call to `make-repl...
J. Moringen
03:29 PM Revision a4c5240b (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
03:28 PM Revision fa675c41 (rsbag-manual): Fixed markup for index-timestamp option in tool-record.rst
* tool-record.rst (Description): fixed markup for index-timestamp
commandline option
J. Moringen
03:28 PM Revision 645a2499 (rsbag-manual): Added index-timestamp, channel-allocation option in tool-merge.rst
* tool-merge.rst (Description): added descriptions of index-timestamp
and channel-allocation commandline options
* ...
J. Moringen
03:11 PM Revision 54c7130b (rsbag-tools-cl): Support index timestamp and channel allocation in src/command...
* Allow specifying an index timestamp to use when storing output
events. This affects the extend to which events ha...
J. Moringen
03:11 PM Revision 7e869c30 (rsbag-tools-cl): Added index timestamp and channel allocation in bag-merge/mai...
* bag-merge/main.lisp (update-synopsis):
(main):
* CMakeLists.txt: added tests for index-timestamp and
channel-al...
J. Moringen
01:54 PM Revision 38f099e8 (rsbag-tools-cl): Support index timestamp and channel allocation in src/command...
* Allow specifying an index timestamp to use when storing output
events. This affects the extend to which events ha...
J. Moringen
01:54 PM Revision 14059df3 (rsbag-tools-cl): Moved index-timestamp, channel-strategy options into src/comm...
* src/common/help.lisp (make-channel-strategy-help-string): new
function; moved here from bag-record/help.lisp
* sr...
J. Moringen
01:54 PM Revision 9a226d94 (rsbag-tools-cl): Use serial dependencies in rsbag-tools-common.asd
* rsbag-tools-common.asd (header): updated copyright
(system rsbag-tools-common): use serial dependencies
J. Moringen
12:37 PM Revision 7cde0e37 (rsbag-cl): Allow process-event without timestamp in src/rsb/recording/channel-...
When called with nil instead of a timestamp, `process-event' extracts
the configured timestamp from the event. This b...
J. Moringen

03/31/2017

04:23 PM Revision ae915c5f (rsbag-tools-cl): Added channel-allocation-mixin in src/commands/mixins.lisp
* src/commands/mixins.lisp (channel-allocation-mixin): new class;
processing channel allocation strategy coercion a...
J. Moringen
11:34 AM Revision ebec6650 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
11:33 AM Revision 0cc8cd9a (rsbag-manual): Mention bag transform filter option in news.rst
* news.rst (RSBag 0.16): mention filter commandline option accepted by
bag transform command
J. Moringen
11:31 AM Revision a7210cee (rsbag-tools-cl): Support filter commandline option in bag-merge/main.lisp
* bag-merge/main.lisp (main): collect values of filter commandline
option; pass to `transform' command instance
* C...
J. Moringen
11:03 AM Revision 278752aa (rsbag-tools-cl): Support filters in src/commands/transform.lisp
* src/commands/transform.lisp (transform): added superclass
filter-mixin
(command-execute transform): consider fi...
J. Moringen

03/30/2017

03:52 PM Revision f1c5851f (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
03:52 PM Revision f1cc8df3 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
03:39 PM Revision b4fd4710 (rsbag-tools-cl): Added {start,end}-{time,index} commandline options in bag-mer...
fixes #2562
* bag-merge/main.lisp (header): updated copyright
(update-synopsis): use `make-replay-option'; replace...
J. Moringen
03:19 PM Revision a71e9233 (rsbag-manual): Mention bag transform {start,end}-{time,index} options in news.rst
refs #2562
* news.rst (RSBag 0.16): mention {start,end}-{time,index} commandline
options now accepted by the bag t...
J. Moringen
02:56 PM Revision cb503973 (rsbag-tools-cl): Use events->bag, bag->events in src/commands/transform.lisp
fixes #936, refs #2562
* src/commands/transform.lisp (header): updated copyright
(make-channel-name): removed; no ...
J. Moringen
12:31 PM Revision 814f55a5 (rsbag-tools-cl): Test multiple input files in test/commands/transform.lisp
* test/commands/transform.lisp (header): updated copyright
(test transform-root::construction): added case with mul...
J. Moringen
12:03 PM Revision 473b8621 (rsbag-cl): Added access? methods for strategies in src/rsb/recording/channel-s...
* src/rsb/recording/channel-strategies.lisp
(access? delegating-mixin t t): new method; delegate to next
strategy...
J. Moringen
 

Also available in: Atom