Activity

From 06/09/2016 to 07/08/2016

07/08/2016

03:59 PM Revision f5c479de (rsbag-cl): Moved index-vector in separate file src/backend/tidelog/index-vecto...
* src/backend/tidelog/index-vector.lisp: new file; contains
`index-vector' data structure and associated functions
...
J. Moringen

06/30/2016

03:01 PM Revision fb87eda1 (rsbag-cl): Minor optimization in src/backend/tidelog/index.lisp
* src/backend/tidelog/index.lisp (index-vector-push-extend-entry):
extend vector more aggressively; and once instea...
J. Moringen

06/27/2016

07:33 PM Revision d4098896 (rsbag-cl): Cosmetic changes in src/{channel,bag}.lisp
* src/channel.lisp (channel-timestamps channel): simplified
(entry channel integer): likewise
(entry channel time...
J. Moringen
06:33 PM Revision fb59b0c3 (rsbag-cl): Fixed format control string in src/conditions.lisp
* src/conditions.lisp (header): updated copyright
(channel-open-error): escaped physical newline in format control
...
J. Moringen
05:01 PM Revision 12ce4960 (rsbag-cl): Replaced print-hexdump -> print-binary-dump in src/**/*.lisp
Replaced the utility function `rsbag:print-hexdump' with the
`utilities.binary-dump:print-binary-dump' function provi...
J. Moringen

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 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 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 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 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
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
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
 

Also available in: Atom