Activity

From 05/21/2016 to 06/19/2016

06/19/2016

06:00 PM Enhancement #2572: Improve replay performance for large numbers of channels
Next up: make timestamp comparisons cheaper (even though we have much fewer already) J. Moringen
05:07 PM Enhancement #2572 (Resolved): Improve replay performance for large numbers of channels
Replays with large number of channels currently perform badly because the parallel iterator stepping does lots of unn... J. Moringen
05:58 PM Revision fd551245 (rsbag-cl): Reduced number of iterator comparisons in src/view/serialized.lisp
refs #2572
* src/view/serialized.lisp (%iterator<): renamed %iterator{-min -> <};
compare iterators instead of ret...
J. Moringen
05:58 PM Revision 3aaec5d2 (rsbag-cl): Turned parallel iterators into structures in src/view/serialized.lisp
refs #2572
* src/view/serialized.lisp (header): updated copyright
(%iterator): new structure; state of an in-paral...
J. Moringen

06/16/2016

12:38 AM Revision efd93d54 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
09:20 PM Enhancement #2351 (Resolved): bag info: Machine-readable output
Applied in changeset commit:rsbag-tools-cl|120dcf5e1faf3e7e70e9ea1f6947c94fbc25c146. J. Moringen
09:02 PM Revision 120dcf5e (rsbag-tools-cl): Register JSON style in src/commands/info.lisp
fixes #2351
* src/commands/info.lisp (register-provider/class info-style): register
`style-json' as a bag info for...
J. Moringen
06:38 PM Revision 406364b7 (rsbag-manual): Fixed Redmine link in news.rst
* news.rst (RSBag 0.6): fixed link to Redmine version
(RSBag 0.4): likewise
J. Moringen
06:35 PM Revision c085e04f (rsbag-manual): Updated outdated example in preparation.rst
* preparation.rst (Testing the Installation): updated outdated example J. Moringen
06:32 PM Revision 1f0c935e (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
06:31 PM Revision 4d4f3b12 (rsbag-manual): Fixed commandline option reference in news.rst
* news.rst (RSBag 0.15): fixed reference to rsbag info --style
commandline option
J. Moringen
06:28 PM Revision f92018f5 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen

06/14/2016

03:09 PM Revision e4fbc53a (rsbag-manual): Describe new style commandline option in tool-info.rst
refs #2351
* tool-info.rst (Description): describe new style commandline option
* news.rst (RSBag 0.15): mention new...
J. Moringen
01:48 PM Revision 647ddfef (rsbag-manual): Updated example output in tool-info.rst
* tool-info.rst (Examples): adapted example output to new program
behavior
J. Moringen
01:40 PM Bug #2352 (Resolved): bag info: Durations contain 'd0' at the end
Applied in changeset commit:rsbag-tools-cl|988fc7e008ac9f01311257f887ae59a9a079932c. J. Moringen
01:40 PM Bug #2353 (Resolved): bag info: Rate is sometimes printed as fraction
Applied in changeset commit:rsbag-tools-cl|988fc7e008ac9f01311257f887ae59a9a079932c. J. Moringen
01:34 PM Revision 8be064fa (rsbag-tools-cl): Added style commandline option in bag-info/main.lisp
refs #2351
* src/commands/info.lisp (info): added superclass `style-mixin'
(info::style-service): new slot; overwr...
J. Moringen
01:34 PM Revision 6fab9b5b (rsbag-tools-cl): Added info-style service in src/commands/info.lisp
refs #2351
* src/commands/info.lisp (define-service info-style): new service; for
bag info formatting styles
(re...
J. Moringen
01:34 PM Revision 988fc7e0 (rsbag-tools-cl): Builder-based formatting style in src/commands/info.lisp
fixes #2353, fixes #2352, refs #2351
* src/commands/info.lisp (header): updated copyright
(bag-style-tree): new cl...
J. Moringen
11:34 AM Revision 228292ee (rsbag-cl): Added data size computation for whole bag in src/builder.lisp
* src/builder.lisp (wrap unbuilder t): new method; use
`call-with-channel-data-size-cache'
(node-initargs unbuild...
J. Moringen
11:07 AM Revision ba9e0042 (rsbag-tools-cl): Fixed program name in make-example-string in bag-info/main.lisp
* bag-info/main.lisp (make-example-string): fixed program name bag merge
-> bag info
J. Moringen

06/13/2016

01:19 PM Revision 8f8bb340 (rsbag-tools-cl): Improved print-items for file-input-mixin in src/commands/mix...
* src/commands/mixins.lisp (print-items append file-input-mixin):
changed used reader command-{ -> %}input-files
J. Moringen

06/12/2016

04:15 PM Revision ca8c41ef (rsbag-cl): Cosmetic changes in src/backend/tidelog/*.lisp
* src/backend/tidelog/util.lisp (header): updated copyright
(timestamp->uint64): whitespace change
* src/backend/ti...
J. Moringen
03:36 PM Enhancement #2563 (New): Flush indices based on combined memory consumption of all indices
The current approach of independent flush strategies for all indices is unsuitable for controlling the maximum memory... J. Moringen
03:32 PM Feature #2562 (Resolved): bag transform: Allow specifiying {start,end}-{index,timestamp}
J. Moringen
03:30 PM Enhancement #936 (In Progress): bag merge: produce better TIDELog files
J. Moringen
03:28 PM Bug #2558: Events with same timestamps are replayed with changed order
commit:rsbag-cl|f4b2bc39 is a partial fix for the specific case that adjacent events in a single channel are associat... J. Moringen
03:25 PM Bug #2558 (In Progress): Events with same timestamps are replayed with changed order
J. Moringen
03:24 PM Revision 2144f7fe (rsbag-cl): Cosmetic changes in src/backend/tidelog/*.lisp
* src/backend/tidelog/util.lisp (header): updated copyright
(timestamp->uint64): whitespace change
* src/backend/ti...
J. Moringen
03:23 PM Revision f4b2bc39 (rsbag-cl): Fixed handling of repeated timestamps in src/backend/tidelog/index....
refs #2558
Repeated timestamps for entries within a channel should not lead to a
warning or sorting of index entries...
J. Moringen
03:08 PM Revision 2dc891dd (rsbag-cl): Cosmetic changes in src/backend/tidelog/*.lisp
* src/backend/tidelog/util.lisp (header): updated copyright
(timestamp->uint64): whitespace change
* src/backend/ti...
J. Moringen
02:42 PM Revision 61385356 (rsbag-cl): Fixed handling of repeated timestamps in src/backend/tidelog/index....
Repeated timestamps for entries within a channel should not lead to a
warning or sorting of index entries. In fact, s...
J. Moringen
02:42 PM Revision e26713f3 (rsbag-cl): Added with-[writable,readable]-log in test/backend/tidelog/package....
* test/backend/tidelog/package.lisp (header): updated copyright
(call-with-writable-log):
(with-writable-log):
...
J. Moringen
02:42 PM Revision 9aaf8d32 (rsbag-cl): Write header in case of non-file streams in src/backend/tidelog/fil...
* src/backend/tidelog/file.lisp (maybe-write-header): also write header
in case the stream is associated to a file
J. Moringen
01:49 PM Revision 98bf0b19 (rsbag-cl): Added print-items support to unbuilder in src/builder.lisp
* src/builder.lisp (unbuilder): added superclass `print-items-mixin'
(print-items append unbuilder): new method; re...
J. Moringen

06/10/2016

01:50 PM Revision 0e295be2 (rsbag-cl): Use print-items in src/rsb/**/*.lisp
* src/rsb/bag-connection.lisp (header): updated copyright
(bag-connection): added superclass `print-items-mixin'
...
J. Moringen

06/08/2016

06:45 PM Revision 5ca2ffc0 (rsbag): Updated HEADs of submodules retf-documents, rsbag-{cl,manual,python,to...
J. Moringen
01:19 PM Bug #2558 (In Progress): Events with same timestamps are replayed with changed order
In case multiple events have the exact same timestamp (e.g. due to the limited time resolution on windows), they shou... J. Wienke

06/07/2016

01:44 AM Revision 8114d3dd (rsbag): Updated HEADs of submodules retf-documents, rsbag-{cl,manual,python,to...
J. Moringen
01:43 AM Revision 0d6ef933 (rsbag-manual): Post-release adaptations in *.rst
refs #2504
* index.rst: adapted link to released version
* install-binary.rst: adapted links to downloadable artifac...
J. Moringen
01:36 AM Revision 5bbe770f (rsbag-manual): Adaptations for release version in *.rst
refs #2504
* index.rst: removed note about using stable version instead of master
* preparation.rst: adapted downloa...
J. Moringen
01:29 AM Revision 4a0f2794 (rsbag): Added support for retf-documents in release.sh
* release.sh (header): updated copyright
(project_types): register retf type
(project_retf_p): new function; pred...
J. Moringen
01:28 AM Revision db27cffc (rsbag-tools-cl): Version bump to 0.15.0, refs #2504
J. Moringen
01:28 AM Revision f69bbb4e (rsbag-manual): Version bump to 0.15.0, refs #2504
J. Moringen
01:28 AM Revision adfbc145 (rsbag-python): Version bump to 0.15.0, refs #2504
J. Moringen
01:28 AM Revision 474057c1 (rsbag-cl): Version bump to 0.15.0, refs #2504
J. Moringen

06/04/2016

06:15 PM Revision 3f6fa4c6 (rsbag-cl): Export unbuilder in src/builder.lisp
* src/builder.lisp (package rsbag.builder): added exported symbol
unbuilder
J. Moringen
06:15 PM Revision 333739f5 (rsbag-cl): Added support for channel format in src/builder.lisp
* src/builder.lisp (header): updated copyright
(unbuilder::format?): new slot; controls whether the channel format
...
J. Moringen

05/31/2016

10:07 PM Enhancement #2351 (In Progress): bag info: Machine-readable output
J. Moringen
10:06 PM Feature #2553 (Rejected): JSON export for bag info
J. Moringen
05:42 PM Feature #2553 (Rejected): JSON export for bag info
It would be nice to have an easily machine-readable format from bag info. J. Wienke

05/30/2016

06:39 PM 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 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
 

Also available in: Atom