Activity
From 06/07/2016 to 07/06/2016
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...
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... - 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
... - 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...
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)
- 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...
- 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... - 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...
06/16/2016
- 12:38 AM Revision efd93d54 (rsbag): Updated HEAD of submodule rsbag-manual
- 09:20 PM Enhancement #2351 (Resolved): bag info: Machine-readable output
- Applied in changeset commit:rsbag-tools-cl|120dcf5e1faf3e7e70e9ea1f6947c94fbc25c146.
- 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... - 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 - 06:35 PM Revision c085e04f (rsbag-manual): Updated outdated example in preparation.rst
- * preparation.rst (Testing the Installation): updated outdated example
- 06:32 PM Revision 1f0c935e (rsbag): Updated HEAD of submodule rsbag-manual
- 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 - 06:28 PM Revision f92018f5 (rsbag): Updated HEAD of submodule rsbag-manual
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... - 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 - 01:40 PM Bug #2352 (Resolved): bag info: Durations contain 'd0' at the end
- Applied in changeset commit:rsbag-tools-cl|988fc7e008ac9f01311257f887ae59a9a079932c.
- 01:40 PM Bug #2353 (Resolved): bag info: Rate is sometimes printed as fraction
- Applied in changeset commit:rsbag-tools-cl|988fc7e008ac9f01311257f887ae59a9a079932c.
- 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... - 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... - 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... - 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... - 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
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
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... - 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...
- 03:32 PM Feature #2562 (Resolved): bag transform: Allow specifiying {start,end}-{index,timestamp}
- 03:30 PM Enhancement #936 (In Progress): bag merge: produce better TIDELog files
- 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...
- 03:25 PM Bug #2558 (In Progress): Events with same timestamps are replayed with changed order
- 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... - 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... - 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... - 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... - 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 - 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):
... - 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...
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'
...
06/08/2016
- 06:45 PM Revision 5ca2ffc0 (rsbag): Updated HEADs of submodules retf-documents, rsbag-{cl,manual,python,to...
- 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...
06/07/2016
- 01:44 AM Revision 8114d3dd (rsbag): Updated HEADs of submodules retf-documents, rsbag-{cl,manual,python,to...
- 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... - 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... - 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... - 01:28 AM Revision db27cffc (rsbag-tools-cl): Version bump to 0.15.0, refs #2504
- 01:28 AM Revision f69bbb4e (rsbag-manual): Version bump to 0.15.0, refs #2504
- 01:28 AM Revision adfbc145 (rsbag-python): Version bump to 0.15.0, refs #2504
- 01:28 AM Revision 474057c1 (rsbag-cl): Version bump to 0.15.0, refs #2504
Also available in: Atom