Activity

From 03/12/2012 to 04/10/2012

04/10/2012

08:58 PM Tasks #880 (Resolved): Implement timeline-ish formatting style
Applied in changeset r3537. J. Moringen
08:55 PM Revision e8943081 (rsb-tools-cl): Fixed deps of formatting/timeline.lisp in cl-rsb-formatting.asd
refs #880
* cl-rsb-formatting.asd (system cl-rsb-formatting): removed file
formatting/timeline.lisp
(system conne...
J. Moringen
08:55 PM Revision 38882677 (rsb-tools-cl): Added timeline stuff in formatting/{,event-style-}timeline.lisp
fixes #880
* formatting/util.lisp (timestamp->unix/nsecs): new function; utility
function
* formatting/timeline.lis...
J. Moringen
08:55 PM Revision 8996123f (rsb-tools-cl): Added collects? protocol function in formatting/protocol.lisp
refs #880
* formatting/protocol.lisp (collects?): new generic function;
determine whether a things collects data or...
J. Moringen
08:55 PM Revision d2643db3 (rsb-tools-cl): Fixed columns in formatting/event-style-monitor.lisp
* formatting/event-style-monitor.lisp (define-monitor-style origin):
fixed column specification
J. Moringen
08:55 PM Revision ba3185d0 (rsb-tools-cl): Dynamic width support in formatting/event-style-monitor.lisp
refs #873
* formatting/event-style-monitor.lisp (basic-monitor-style::columns):
new slot; stores column specificati...
J. Moringen
08:55 PM Revision 7bbc1e34 (rsb-tools-cl): Simplifications in cl-rsb-formatting.asd
* cl-rsb-formatting.asd (system cl-rsb-formatting-test): simplified
module structure; removed unnecessary dependenc...
J. Moringen
08:55 PM Revision ade5a4b9 (rsb-tools-cl): Fixed superclass of column-count in formatting/columns.lisp
* formatting/columns.lisp (column-count): changed superclass
name-mixin -> basic-column
J. Moringen
08:55 PM Revision 3bf01fdd (rsb-tools-cl): Added protocol and mixin in formatting/temporal-bounds-mixin.lisp
refs #880
* formatting/types.lisp (timestamp/unix/nsec): new type; used by
temporal bounds protocol
(time-spec/va...
J. Moringen
08:55 PM Revision aa337d16 (rsb-cl): Added file src/transport/variables.lisp
* src/transport/variables.lisp: new file; contains list of
transport metrics in `*transport-metrics*'
* src/transpo...
J. Moringen
08:55 PM Revision 92914765 (rsb-cl): Declaration handling in with-methods in src/patterns/macros.lisp
* src/patterns/macros.lisp (with-methods): handle declarations in
method bodies properly
J. Moringen
05:19 PM RSBag Enhancement #977 (Resolved): bag-record should refuse to write to existing files
Applied in changeset r430. J. Moringen
05:19 PM RSBag Revision ab2b5d56 (rsbag-tools-cl): Added commandline option force in bag-record/main.lisp
fixes #977
* bag-record/main.lisp (update-synopsis): added commandline option
force
(main): depending on presence...
J. Moringen
05:19 PM RSBag Revision 85da24d1 (rsbag-tools-cl): Adapted invoke-with-control-service to RSB in bag-record/main...
* bag-record/main.lisp (invoke-with-control-service): adapted to RSB's
new syntax for parameterless methods
J. Moringen
05:19 PM RSBag Revision 06644d8c (rsbag-cl): Added sbclrc, sbcl.cmake.in (omitted in previous commit)
* sbclrc: new file; SBCL-specific configuration; for use from
CMake
* sbcl.cmake.in: SBCL process execution templat...
J. Moringen
05:19 PM RSBag Revision 7efe5b83 (rsbag-cl): Support if-exists in src/rsb/{protocol,construction}.lisp
refs #977
* src/rsb/protocol.lisp (events->bag): added keyword parameter
if-exists; updated documentation string ac...
J. Moringen
05:15 PM RSBag Revision 066a3b4b (rsbag-manual): Documented force option in manual/bag-record.rst
refs #977
* manual/bag-record.rst: documented force commandline option
J. Moringen
04:17 PM RSBag Enhancement #979 (In Progress): bag record: Make status output more intuitive
The current output of bag-record is not very intuitive, hard to read and sometimes confusing.
Status output as in ...
J. Moringen
04:15 PM RSBag Feature #709 (In Progress): Allow replacing stored timestamps with current wall-clock time during...
J. Moringen
04:08 PM Feature #833: Highlight active (sub-)scopes in RSB Scope Monitor
Maybe we could once again use "ANSI escape code":http://en.wikipedia.org/wiki/ANSI_escape_code to distinguish active ... J. Moringen

04/07/2012

09:22 PM RSBag Revision 6c875e12 (rsbag-cl): Removed ignore declaration src/rsb/replay/external-driver-mixin.lisp
* src/rsb/replay/external-driver-mixin.lisp
(make-commands external-driver-mixin sequence): removed incorrect
ign...
J. Moringen
09:22 PM RSBag Revision a64e33ec (rsbag-cl): Fixed handling of index timestamp in src/rsb/construction.lisp
* src/rsb/construction.lisp (events->bag listener bag): pass timestamp
keyword argument to constructed channel conn...
J. Moringen
09:22 PM RSBag Revision f9553bf3 (rsbag-cl): Added unit tests in CMakeLists.txt
* CMakeLists.txt: added SBCL configuration and unit test execution J. Moringen
09:22 PM RSBag Revision 921bcb1b (rsbag-cl): Fixed missing dependency in cl-rsbag.asd
* cl-rsbag.asd (system cl-rsbag): added missing dependency of
src/rsb/channel-strategies on src/rsb/channel-connect...
J. Moringen

04/05/2012

01:20 PM RSBag Revision cb9d2fc0 (rsbag-cl): Simplifications in src/backend/tidelog/generator.lisp
* src/backend/tidelog/generator.lisp (spec->slot): simplified
(type-spec->size): likewise
(type-spec->deserialize...
J. Moringen
01:20 PM RSBag Revision baae0900 (rsbag-cl): Improved logging in src/transform/rsb-event-version-detection.lisp
* src/transform/rsb-event-version-detection.lisp
(make-transform eql :|rsb-event|): fixed warning format string
(...
J. Moringen
01:20 PM RSBag Revision 3ca99e1c (rsbag-cl): Removed incorrect alias in src/backend/elan/file.lisp
* src/backend/elan/file.lisp (find-backend-class eql :elan): removed;
the file type of the file format is eaf, not ...
J. Moringen
01:20 PM RSBag Revision 48037e77 (rsbag-cl): Added build to ignore patterns
* .bzrignore: added build to ignore patterns J. Moringen
01:20 PM RSBag Revision 03f0dc81 (rsbag-cl): Support 0.6 version in src/transform/rsb-event-multi-version.lisp
* src/transform/rsb-event-multi-version.lisp
(define-serialization-version): added versioned? keyword parameter
t...
J. Moringen
01:20 PM RSBag Revision ab14e32b (rsbag-cl): Minor cleanup in cl-rsbag.asd
* cl-rsbag.asd (system cl-rsbag-test): removed unnecessary dependency
rule
J. Moringen
01:12 PM Revision 9f171fa4 (rsb-tools-cl): Simplifications in cl-rsb-stats.asd
* cl-rsb-stats.asd (system cl-rsb-stats): simplified module structure
(system cl-rsb-stats-test): removed unnecessa...
J. Moringen
01:12 PM RSBag Revision 9b4e44ee (rsbag-cl): Added bag-location in src/protocol.lisp and associated backend stuff
[correction of previous commit]
* src/protocol.lisp (open-bag stream): added location keyword
parameter; pass to ba...
J. Moringen

04/04/2012

07:27 PM Revision 38bc1d8d (rsb-tools-cl): Use format-event for reply events in call/main.lisp
* cl-rsb-tools-call.asd (system cl-rsb-tools-call): added system
dependency on cl-rsb-formatting
* call/main.lisp (...
J. Moringen
07:27 PM Revision 85be7402 (rsb-tools-cl): Added all-time quantities in stats/*.lisp
* stats/all-time-mixin.lisp: new file; contains `all-time-mixin' mixin
class
* stats/format-mixin.lisp: new file; c...
J. Moringen
07:27 PM Revision 895af811 (rsb-tools-cl): Added IDL options in call/main.lisp
* call/main.lisp (update-synopsis): add IDL options
(main): process IDL options; properly ignore timeout condition
J. Moringen
07:26 PM RSBag Revision 9ac7ee18 (rsbag-tools-cl): Portability fixes for Windows in CMakeLists.txt
* CMakelists.txt: use Lisp syntax for ASDF source registry; do not
redirect output/error streams on Windows; do not...
J. Moringen
07:26 PM Revision dde9c611 (rsb-cl): Minor cleanup in src/transport/spread/conversion.lisp
* src/transport/spread/conversion.lisp (header): fixed typo in license
(one-notification->event): whitespace change...
J. Moringen
07:26 PM Revision 50577639 (rsb-cl): Portable fallback in src/transport/inprocess/in-pull-connector.lisp
* src/transport/inprocess/in-pull-connector.lisp
(in-pull-connector::lock): new slot; used for synchronization when...
J. Moringen

04/03/2012

10:17 PM Revision afd2516a (rsb-cl): Improved a docstring in src/transport/protocol.lisp
* src/transport/protocol.lisp (make-connectors): improved
documentation string
J. Moringen
10:17 PM Revision 6293de5a (rsb-cl): Minor docstring fixes in src/patterns/protocol.lisp
* src/patterns/protocol.lisp (call): whitespace fix in documentation
string
(setf server-method): likewise
J. Moringen
10:17 PM Revision 65eb024a (rsb-cl): Simplification in src/converter/protocol-buffers.lisp
* src/converter/protocol-buffers.lisp
(wire->domain? eql :protocol-buffer simple-array symbol): minor
simplification
J. Moringen
10:17 PM Revision d515bc5d (rsb-cl): Cosmetic change in src/converter/fundamental.lisp
* src/converter/fundamental.lisp
(define-simple-converter :fundamental-void): cosmetic change
J. Moringen
06:51 PM Revision 878394cb (rsb-cl): Relaxed scope-component? in src/types.lisp
* src/types.lisp (scope-component?): allow "_" in scope components J. Moringen
06:43 PM Revision c6a6c7a2 (rsb-tools-cl): Ignore build* instead of build in .bzrignore
* .bzrignore: changed build -> build* J. Moringen
06:42 PM RSBag Revision c6551ece (rsbag-cl): Added bag-location in src/protocol.lisp and associated backend stuff
* src/protocol.lisp (open-bag stream): added location keyword
parameter; pass to backend
(open-bag pathname): set...
J. Moringen
06:42 PM Revision 10f464d9 (rsb-cl): Optional method argument in src/patterns/macros.lisp
* src/patterns/macros.lisp (with-methods): made argument and argument
type optional; minor cleanup and improvements...
J. Moringen
06:42 PM Revision 7efd54e7 (rsb-cl): Support cause vectors in src/transport/socket/conversion.lisp
* src/transport/socket/conversion.lisp (header): improved one-line
summary
(notification->event): deserialize cau...
J. Moringen
06:42 PM Revision a60afac3 (rsb-cl): Improved a docstring in src/patterns/protocol.lisp
* src/patterns/protocol.lisp (call): improved documentation string J. Moringen
06:11 PM Bug #420: Check Spread version in cmake
The commit in RSC uses a test program to determine the version so that version checking is available even if no binar... J. Wienke
06:10 PM Bug #420 (Resolved): Check Spread version in cmake
Applied in changeset r3511. J. Wienke
06:08 PM Bug #420 (In Progress): Check Spread version in cmake
J. Wienke
06:09 PM Revision 66667697 (rsb-cpp): Require at least spread 4
fixes #420 J. Wienke

04/02/2012

07:08 PM Revision 25e14a28 (rsb-tools-cpp): Minor change, displaying the unit of plotted latencies
Arne Nordmann
06:38 PM Revision 8962acdf (rsb-manual): Minor cleanup/corrections in manual/specification.rst
* manual/specification.rst: improved markup; reduced number of
headings
J. Moringen
05:37 PM Revision dc472e0d (rsb-cpp): Try to fix the windows build
J. Wienke
05:09 PM Revision 385564df (rsb-manual): add event specification to specification section
fixes #716 J. Wienke
03:24 PM Revision adf00619 (rsb-tools-cl): Another fix for Windows compilation in CMakeLists.txt
* CMakeLists.txt: avoid symlinking after dumping the image J. Moringen
02:59 PM Revision 54c76970 (rsb-tools-cl): Fixes for compilation, installation on Windows in CMakeLists.txt
* CMakeLists.txt: do not configure output, error redirection in
sbcl.cmake when on Windows; do not create symbolic ...
J. Moringen
02:05 PM Tasks #974: Make URIs case-insensitive
+1 S. Wrede
01:44 PM Tasks #974: Make URIs case-insensitive
I am in favor. Sebastian, Johannes, what do you think? J. Moringen
02:03 PM Revision 17896325 (rsb-tools-cl): Fixes for compilation, installation on Windows in CMakeLists.txt
* CMakeLists.txt: do not configure output, error redirection in
sbcl.cmake when on Windows; do not create symbolic ...
J. Moringen
01:17 PM Revision e3d84204 (rsb-manual): Fixed example in manual/send.rst
* manual/send.rst: fixed example J. Moringen
01:05 PM Tasks #716: Document cause vectors in [[Events]]
The manual now has an experimental "specification section":http://docs.cor-lab.org/rsb-manual/trunk/html/specificatio... J. Moringen
11:23 AM Tasks #716: Document cause vectors in [[Events]]
Actually I cannot find a comparable thing like the wiki page in the trunk manual. Where would this go? J. Wienke
01:00 PM Revision 76bc937b (rsb-tools-cl): Portable CL_SOURCE_REGISTRY in CMakeLists.txt
* CMakeLists.txt: use lispy syntax for CL_SOURCE_REGISTRY for
portability to Windows
J. Moringen

03/30/2012

06:30 PM Enhancement #873 (Resolved): Implement aggregating formatting style
Applied in changeset r3501. J. Moringen
01:24 PM Enhancement #873: Implement aggregating formatting style
Alias @monitor@ for @monitor/scope@ is still missing. J. Moringen
06:26 PM Revision 82aa4100 (rsb-tools-cl): Homogenized column widths in formatting/columns.lisp
fixes #873
* formatting/columns.lisp (*basic-columns*): homogenized column widths
* formatting/event-style-statistics...
J. Moringen
06:26 PM Revision cb7dc506 (rsb-tools-cl): Moved *basic-columns* to formatting/columns.lisp
refs #873
* formatting/columns.lisp (*basic-columns*): new variable; moved from
formatting/event-style-monitor.lisp...
J. Moringen
06:26 PM RSBag Revision 9b45650c (rsbag-cl): Adapted test case in test/bag.lisp
refs #977
* test/bag.lisp (test bag-root::smoke): adapted test to changed
behavior of open-bag
J. Moringen
06:26 PM RSBag Revision add58938 (rsbag-cl): Added if-exists to open-bag in src/protocol.lisp
refs #977
* src/protocol.lisp (open-bag): added if-exists keyword parameter;
extended documentation string accordin...
J. Moringen
11:38 AM RSBag Revision 8b5e2830 (rsbag-cl): Extended package docstring in src/backend/tidelog/package.lisp
* src/backend/tidelog/package.lisp (header): updated copyright
(package rsbag.backend.tidelog): extended documentat...
J. Moringen
11:34 AM RSBag Enhancement #977 (Resolved): bag-record should refuse to write to existing files
When a specified output file already exists, @bag-record@ should refuse to write to the file.
In addition, there s...
J. Moringen
10:55 AM Revision 21b190c5 (rsb-tools-cl): merged fix for compact formatting of rpc-related events from tr...
J. Moringen

03/29/2012

04:05 PM Revision 16e3ccd3 (rsb-cpp): Fixed pointer bug in examples/custom_converter/SimpleImageConverter.cpp
Reported by Christof Elbrechter
* examples/custom_converter/SimpleImageConverter.cpp: when
serializing, copy from d...
J. Moringen
03:55 PM Tasks #892: Apply for GSoC 2012 with RSB Octave Support
BTW, There is only
1 Week, 1 day remaining!
J. P. Carbajal
03:52 PM Tasks #892: Apply for GSoC 2012 with RSB Octave Support
Hi,
I hope the text below can be used to send a massive e-mail to all the projects and institutions that are RSB rel...
J. P. Carbajal
03:30 PM Tasks #892: Apply for GSoC 2012 with RSB Octave Support
Octave made it in Google`s Summer of Code 2012 (GSoC) through the GSoC umbrella of GNU.
Applying for the Octave/RSB ...
Anonymous
03:42 PM RSBag Revision 63665425 (rsbag-manual): backported change for rsbag manual regarding suspended recordin...
J. Moringen
03:41 PM RSBag Revision c6d34f0a (rsbag-manual): Document suspended recording in manual/bag-record.rst
refs #976
* manual/bag-record.rst: document initially suspended recording if the
--control-uri commandline option i...
J. Moringen
03:06 PM RSBag Revision d3327581 (rsbag-cl): Fixed meta-data encoding in src/transform/rsb-event.lisp
* src/transform/rsb-event.lisp (encode rsb-event event): ignore
meta-data items which are not of type string
J. Moringen

03/28/2012

09:51 PM RSBag Revision 3de5be8f (rsbag-cl): merged recording start control from trunk refs #976 (r405,r404)
J. Moringen
09:51 PM RSBag Revision 5e0c77ae (rsbag-tools-cl): merged recording start control from trunk refs #976 (r405,r404)
J. Moringen
07:46 PM RSBag Feature #976 (Resolved): bag-record: optional parameter for not starting the recording immediately
Applied in changeset r405. J. Moringen
04:30 PM RSBag Feature #976 (Resolved): bag-record: optional parameter for not starting the recording immediately
When invoking bag-record with rpc control option -c it would be desirable to determine whether recording is started r... C. Emmerich
07:43 PM RSBag Revision ebdd5750 (rsbag-tools-cl): Do not start in remote control case in bag-record/main.lisp
fixes #976
* bag-record/main.lisp (main): ask events->bag to not start if a
control URI has been supplied
J. Moringen
07:43 PM RSBag Revision 8b3c813f (rsbag-cl): Control start of recording in src/rsb/*.lisp
refs #796
* src/rsb/protocol.lisp (events->bag listener bag): added start?
keyword parameter; updated documentation...
J. Moringen
07:43 PM RSBag Revision 8da29791 (rsbag-cl): Added one-line summary in src/rsb/replay/bounds-mixin.lisp
* src/rsb/replay/bounds-mixin.lisp (header): added one-line summary J. Moringen
07:43 PM RSBag Revision 34602868 (rsbag-cl): Fixed replay method in src/rsb/replay/sequential-mixin.lisp
* src/rsb/replay/sequential-mixin.lisp
(replay replay-bag-connection sequential-mixin): avoid passing :to
keyword...
J. Moringen
05:57 PM Tasks #974 (Feedback): Make URIs case-insensitive
Proposal:
* *URIs* are (remain?) *case insensitive*
* *Scopes* are always *lower-case* (to avoid mixing of cases bu...
Anonymous
03:44 PM Tasks #974: Make URIs case-insensitive
Can you propose changes to source:trunk/manual/concepts.rst and source:trunk/manual/specification.rst? J. Moringen
02:21 PM Tasks #974 (Rejected): Make URIs case-insensitive
Right now it is not [[URI_Schema|specified]] I think, but URIs are case-sensitive which they shouldn`t. Separating UR... Anonymous
03:42 PM Revision a6e04e8f (rsb-manual): Added scope specification in manual/specification.rst
refs #974
* manual/specification.rst: added initial scope specification
J. Moringen
03:39 PM Revision 5b829403 (rsb-manual): Added file manual/specification.rst
* manual/concepts.rst: removed details of URI concept
* manual/specification.rst: new file; contains improved section...
J. Moringen
03:07 PM Revision e4cfce4b (rsb-tools-cl): No signal handlers on Windows in common/interactive.lisp
* common/interactive.lisp (header): updated copyright
(with-interactive-interrupt-exit): do not install signal hand...
J. Moringen
03:07 PM Revision 1961da23 (rsb-tools-cl): No signal handlers on Windows in common/debugger.lisp
* common/debugger.lisp (enable-swank-on-signal): do not install signal
handler on Windows
J. Moringen
03:07 PM Revision b01eb963 (rsb-tools-cl): Disable SIGWINCH handler on Windows in formatting/util.lisp
* formatting/util.lisp (invoke-with-print-limits): disable SIGWINCH
handler on Windows
J. Moringen
03:07 PM Revision d4c5c023 (rsb-tools-cl): Disable UTF-8 output for Windows in formatting/variables.lisp
* formatting/variables.lisp (*textual-output-can-use-utf-8?*): disable
UTF-8 output by default on Windows
J. Moringen
03:07 PM Revision 5d3d0ae9 (rsb-tools-cl): Disabled symlinking on Windows in main/main.lisp
* main/main.lisp (%maybe-create-link): sb-posix:symlink is not
available on Windows
J. Moringen
03:07 PM Revision fb438231 (rsb-tools-cl): Disable Spread on Windows in main/dump.lisp
* main/dump.lisp (toplevel): disable Spread on Windows J. Moringen
03:07 PM Revision 51cca974 (rsb-tools-cl): Improved sub-style-for in formatting/sub-style-grouping-mixin.lisp
refs #873, #880
* formatting/sub-style-grouping-mixin.lisp
(sub-style-for sub-style-grouping-mixin t): after adding...
J. Moringen
03:07 PM Revision 327f4e8c (rsb-tools-cl): Updated initarg blacklist in formatting/help.lisp
refs #873, #880
* formatting/help.lisp (make-style-help-string): added initargs
sort-predicate and sort-key to blac...
J. Moringen
03:07 PM Revision a074949b (rsb-tools-cl): Simplified output of make-examples-string in logger/help.lisp
* logger/help.lisp (header): updated copyright
(make-examples-string): removed complicated example
J. Moringen
03:07 PM RSBag Revision 8fdcf081 (rsbag-cl): Added rule in src/transform/rsb-event-version-detection.lisp
* src/transform/rsb-event-version-detection.lisp
(make-transform eql :|rsb-event|): new method; special rule for 0....
J. Moringen
03:07 PM Revision d8a3f8c5 (rsb-cl): Removed uuid= in src/util.lisp
* src/util.lisp (uuid=): removed; now included in uuid system
* src/event.lisp (event=): used uuid's `uuid='
* src/fi...
J. Moringen
03:07 PM Revision 1024a430 (rsb-cl): No environment variables on Windows in src/configuration.lisp
* src/configuration.lisp (options-from-environment): disable on
Windows for now
J. Moringen
03:07 PM Revision 39ca5489 (rsb-cl): Removed function hostname in src/util.lisp
* src/util.lisp (hostname): removed; use machine-instance
* src/package.lisp (package rsb): removed exported symbol h...
J. Moringen

03/27/2012

05:09 PM Revision 5fbc005c (rsb-ros-cl): Fixed remaining hostname uses src/transport/ros/node.lisp
* src/transport/ros/node.lisp (ensure-node): replaced uses of
`hostname' with `machine-instance'
J. Moringen

03/26/2012

06:03 PM Revision 63f53ee4 (rsb-ros-cl): Fixed use of hostname in src/transport/ros/node.lisp
* src/transport/ros/node.lisp (node::publisher-update-hook): removed
initarg
(shared-initialize :after node t): u...
J. Moringen
03:14 PM Revision bff4cdeb (rsb-ros-cl): Improved documentation in src/transport/ros/node.lisp
* src/transport/ros/node.lisp (header): added one-line summary
(node): added documentation string
(node::name): l...
J. Moringen
03:12 PM Revision b1bc3059 (rsb-ros-cl): Fixed in-package form in src/transport/ros/node.lisp
* src/transport/ros/node.lisp (header): updated copyright
(in-package rsb.transport.ros): qualified `in-package' in...
J. Moringen

03/25/2012

04:45 PM RSBag Enhancement #971 (New): Allow limiting recording time
There should be
* @--for-events NUMBER-OF-EVENTS@
* @--for-time TIME-EXPRESSION@
* @--until TIME-EXPRESSION@
comm...
J. Moringen

03/22/2012

04:30 AM Revision bcac2cef (rsb-tools-cl): Use column-constant in formatting/event-style-monitor.lisp
refs #873
* formatting/event-style-monitor.lisp (define-monitor-style): removed
title parameter; use `column-consta...
J. Moringen
04:30 AM Revision 495cf5de (rsb-tools-cl): Added class column-constant in formatting/columns.lisp
refs #873, #880
* formatting/columns.lisp (column-constant): new class; emit constant
value
(format-event t colum...
J. Moringen

03/20/2012

04:09 PM Revision c382d988 (rsb-tools-cl): Improved column titles in formatting/event-style-monitor.lisp
refs #873
* formatting/event-style-monitor.lisp (basic-monitor-style): renamed
basic-monitor -> basic-monitor-style...
J. Moringen
04:09 PM Revision 3fe14c48 (rsb-tools-cl): Improved progress messages in CMakeLists.txt
* CMakeLists.txt: improved progress messages J. Moringen
04:09 PM Revision 92fa767c (rsb-tools-cl): Fixed request/reply handling in formatting/event-style-compact....
* formatting/event-style-compact.lisp (basic-compact-style): new
class; container for commonalities of compact styl...
J. Moringen
04:09 PM Revision 13942b14 (rsb-tools-cl): Added tests for logger in CMakeLists.txt
refs #873
* CMakeLists.txt: test logger with formatting styles
monitor/{scope,origin,type,size}
J. Moringen
04:09 PM Revision d6b800a5 (rsb-tools-cl): Added mixin class in formatting/sub-style-sorting-mixin.lisp
refs #873
* formatting/protocol.lisp (style-sub-styles/sorted): new generic
function; return sub style of a style i...
J. Moringen
04:09 PM Revision 4192a7d0 (rsb-tools-cl): Fixed a docstring in delegating-mixin.lisp
* formatting/delegating-mixin.lisp (sub-style-for delegating-mixin t):
fixed documentation string
J. Moringen
04:09 PM RSBag Revision 45670c2c (rsbag-cl): Fixed packaging in CMakeLists.txt
* CMakeLists.txt: include compact directory in package J. Moringen
04:09 PM Revision b29f2834 (rsb-cl): Fixed and improved postinst/prerm scripts in CMakeLists.txt
* CMakeLists.txt: use SYSTEM_NAME variable when generating
postinst and prerm scripts; fixes wrong system name in p...
J. Moringen
03:30 PM Bug #730: Server Key not Accessible for non-CoR-Lab Users
As the key is now on webdav, I have changed the link to that location. J. Wienke
10:03 AM Enhancement #967: Error message for missing transports is uninformative
Which version are you using? Do you have a short test case for this? Usually there is a default configuration with sp... J. Wienke
09:52 AM Enhancement #967 (Resolved): Error message for missing transports is uninformative
Without a .config/rsb.conf, I get the following message when calling createInformer:
ValueError: No transports spe...
I. Lütkebohle

03/19/2012

05:01 PM Revision ccdf8761 (rsb-tools-cl): Improved help and commandline options in call/main.lisp
* call/main.lisp (make-help-string): improved formatting of generated
string
(make-examples-string): include --no...
J. Moringen
05:01 PM RSBag Revision 01269122 (rsbag-cl): Added file CMakeLists.txt
* CMakeLists.txt: new file; CMake rule for the project J. Moringen
03:27 PM Bug #965 (Rejected): Converter have to be registered before RSB Factory is created
Right now all converter have to be registered before first creation of the RSB Factory, later registered converters a... Anonymous
02:56 PM Enhancement #964 (Resolved): Reduce redundancy between call and send tools
The @call@ and @send@ tools share some code for constructing call arguments and event payloads respectively. J. Moringen
02:22 PM Revision cf95ca5b (rsb-tools-cl): Renamed grouping-mixin -> sub-style-grouping-mixin
refs #873
* formatting/sub-style-grouping-mixin.lisp: renamed
formatting/grouping-mixin.lisp ->
formatting/sub-st...
J. Moringen
02:22 PM Revision bdc02ff6 (rsb-tools-cl): Added styles in file formatting/event-style-monitor.lisp
refs #873
* formatting/event-style-monitor.lisp: new file; contains
`basic-monitor' class and `style-monitor/scope'...
J. Moringen
02:22 PM Revision 39bfa242 (rsb-tools-cl): Simplified dependency declarations in cl-rsb-formatting.asd
* cl-rsb-formatting.asd (system cl-rsb-formatting): added modules
formatting-early and formatting-mixins to simplif...
J. Moringen
02:22 PM Revision 229e7bbf (rsb-tools-cl): Updated make-style-help-string in formatting/help.lisp
* formatting/help.lisp (header): updated copyright
(make-style-help-string): extended initarg blacklist
J. Moringen
02:22 PM Revision 8d5ed391 (rsb-tools-cl): Added format-header in formatting/protocol.lisp
refs #873, #880
* formatting/protocol.lisp (format-header): new generic function;
format a header for a thing onto ...
J. Moringen
02:22 PM Revision 4ef5150a (rsb-tools-cl): Added grouping-mixin in formatting/grouping-mixin.lisp
refs #873, #880
* formatting/grouping-mixin.lisp: new file; contains
`grouping-mixin' mixin class
* formatting/prot...
J. Moringen
02:22 PM Revision 3fbac352 (rsb-tools-cl): Improved a docstring in formatting/payload-audio.lisp
* formatting/payload-audio.lisp (style-audio-stream/raw): improved
documentation string
J. Moringen
02:08 PM Revision 1f226ebc (rsb-cpp): Fixed wrong exception message in trunk thrown during informer checke...
Also back-ported fix to rsb release 0.6 Arne Nordmann
02:08 PM Revision 50f49c54 (rsb-cpp): Fixed wrong exception message in trunk thrown during informer checke...
Also back-ported fix to rsb release 0.6 Arne Nordmann

03/16/2012

11:41 AM Tasks #716: Document cause vectors in [[Events]]
Sure. This is not high priority but this part belongs to the RSB concepts and should thus go to the manual as well. S. Wrede

03/15/2012

07:03 PM Tasks #716 (Resolved): Document cause vectors in [[Events]]
done, do we need to transfer this also to the manual? J. Wienke
03:56 PM RSBag Enhancement #953 (Resolved): Allow routing of output and progress indication to different streams...
Currently, the progress indicator of @bag-play@ and the output of @bag-cat@ are sent to standard output.
This shou...
J. Moringen
02:13 PM Bug #643 (Rejected): installation fail Ubuntu Maverick
ok. rejected ;-) J. Wienke
02:00 PM Bug #643: installation fail Ubuntu Maverick
btw, also please update
https://code.cor-lab.org/projects/rsb
removing Maverick
J. P. Carbajal
01:59 PM Bug #643: installation fail Ubuntu Maverick
It is not urgent for me since I am moving to Oneric, but you asked if the problem still was with Maverick and 0.6
...
J. P. Carbajal
01:47 PM Bug #643: installation fail Ubuntu Maverick
Oh ok, Maverick probably ran out of support as ubuntu continued with more recent versions. We do not have a maverick ... J. Wienke
01:29 PM Bug #643: installation fail Ubuntu Maverick
Can't find the package for maverick distro.
The repository doesn't have it
http://packages.cor-lab.de/ubuntu/dists/...
J. P. Carbajal
09:18 AM Bug #643: installation fail Ubuntu Maverick
Does this still happen with 0.6? J. Wienke
01:54 PM Revision 1e17fc48 (rsb-tools-cl): Fixed tests in test/formatting/style-compact.lisp
* test/formatting/style-compact.lisp
(test suite style-compact/80-root): renamed style-compact-root ->
style-comp...
J. Moringen
01:10 PM Enhancement #478 (In Progress): Refactor rsb.transport.converter Module
J. Moringen
09:25 AM Enhancement #478: Refactor rsb.transport.converter Module
Jan, parts of this have already been done with the architecture unification in python, right? Should we set it in pro... J. Wienke
01:10 PM Revision fe33024b (rsb-java): Merge r3457 to 0.6 branch
J. Wienke
01:05 PM Revision af807fe0 (rsb-java): Add a converter for EventIds
J. Wienke
12:54 PM Bug #546: Consider introduction of lock-free queues
Sure. S. Wrede
09:22 AM Bug #546: Consider introduction of lock-free queues
Is this still a problem? J. Wienke
12:53 PM Enhancement #779 (Resolved): Evaluate if Sphinx is a Basis for Better Concept, Installation and T...
I agree. It looks as this was a really good proposal by Dimitri. S. Wrede
10:56 AM Tasks #353: Document Installation using Binary Packages
Since I reported this, I should not ask, but
* Does this refer to Debian packages or something else?
* Is "this":ht...
J. Moringen
10:30 AM Revision 37d7a44f (rsb-cpp): add some more documentation about the deprecation
J. Wienke
10:29 AM Revision c1e41b12 (rsb-cpp): yet another missing export
J. Wienke
10:16 AM Revision 8388dff6 (rsb-cpp): yet another tryo to fix the windows build
J. Wienke
09:41 AM Revision d731883e (rsb-cpp): try to fix windows compilation
J. Wienke
09:24 AM Tasks #528: Add a "Fixing the Network" Wiki page (also documenting Spread Best Practices)
This should probably go to the manual now? J. Wienke
09:21 AM Enhancement #548: Threadless RSB
Is this hard to fulfill finally? If not I would think this could go into 0.7 to clean up the open tasks a bit, J. Wienke
09:20 AM Feature #575 (Resolved): GAR-Installer scripte
The recent trunk contains everything we need to my mind and versions can be configured through version config files. J. Wienke
09:13 AM Enhancement #745 (Resolved): name stringConverterRepository unintuitive
Applied in changeset r3452. J. Wienke
09:11 AM Revision 2b08484a (rsb-cpp): Provide a template method to get converterRepositories by their wire...
The actual implementation is not really nice as I had to use a lot of void pointer to overcome a lacking hierarchy t... J. Wienke
02:02 AM Revision e5c285c6 (rsb-tools-cl): Improved interval handling in formatting/periodic-printing-mixi...
* formatting/types.lisp (print-interval): new type; for specifying
print intervals
* formatting/periodic-printing-m...
J. Moringen
01:39 AM Revision b73d05a1 (rsb-tools-cl): Added dynamic width support in formatting/dynamic-width.lisp
* formatting/dynamic-width.lisp: new file; contains some utilities
for implementing formatting styles with dynamic ...
J. Moringen

03/14/2012

08:44 PM RSBag Revision 85263e6d (rsbag-cl): backported fix for non-integer relative start/end times in rsbag fr...
J. Moringen
08:29 PM Revision ad52e3e3 (rsb-cpp): Fixed previous commit in src/rsb/transport/socket/BusServer.cpp
* src/rsb/transport/socket/BusServer.cpp: added boost:: prefix J. Moringen
08:24 PM RSBag Revision dff6c2c0 (rsbag-cl): Fixed relative timestamps in src/rsb/replay/bounds-mixin.lisp
* src/rsb/replay/bounds-mixin.lisp
(replay :before replay-bag-connection time-bounds-mixin): fixed
handling of re...
J. Moringen
08:24 PM RSBag Revision 9ecb868d (rsbag-cl): Fixed bag-connection initarg in src/rsb/bag-connection.lisp
* src/rsb/bag-connection.lisp (bag-connection): made bag initarg
mandatory
J. Moringen
08:24 PM RSBag Revision 3ce4bd05 (rsbag-cl): Handle string sources in events->bag in src/rsb/construction.lisp
* src/rsb/construction.lisp (define-open-bag-method): handle string
sources properly via methods with string and
...
J. Moringen
08:24 PM RSBag Revision 6a3cfcd2 (rsbag-cl): Added convenience macros in src/rsb/macros.lisp
* src/rsb/macros.lisp: new file; contains convenience macros for
the rsb module
* src/rsb/package.lisp (package rsb...
J. Moringen
08:19 PM Revision e3687738 (rsb-cpp): Do not use boost in src/rsb/transport/socket/Bus*.cpp
Hopefully fixes the Windows build
* src/rsb/transport/socket/Bus.cpp: do not use namespace boost to
prevent name cl...
J. Moringen
04:15 PM Enhancement #745 (In Progress): name stringConverterRepository unintuitive
I will add a converterRepository<type> method to continue with the generics stuff and this method will be marked depr... J. Wienke
04:11 PM Enhancement #779: Evaluate if Sphinx is a Basis for Better Concept, Installation and Tool Usage D...
To my mind we can resolve this issue. We have so much stuff working with sphinx now that this is not directly an eval... J. Wienke

03/13/2012

06:24 PM Revision e9551923 (rsb-tools-cl): merged fix for concurrent test execution in cl-rsb-tools from t...
J. Moringen
06:18 PM Revision ddd7cf10 (rsb-tools-cl): Fixed concurrency issue in CMakeLists.txt
* CMakeLists.txt: prevent tests rsb-{formatting,stats} from being
executed in parallel to each other (and other tes...
J. Moringen
05:49 PM Enhancement #946 (New): Make causes semantically identifiable
The current cause vector it is quite hard to use in components because there is no chance to find a certain causing E... J. Wienke
05:42 PM RSBag Tasks #945: Support proper temporal intervals in Elan backend
Using a second user-defined timestamp in the same event to define the extent in time will not be possible in all case... D. Klotz
05:14 PM RSBag Tasks #945 (New): Support proper temporal intervals in Elan backend
Currently, only the @create@ timestamp is used when writing events to an Elan file.
We have to specify how an addi...
J. Moringen
01:44 PM Revision e4f7df2c (rsb-manual): Added man-page for send tool in manual/send.rst
refs #942
* manual/conf.py.in: added man-page for send program
* manual/send.rst: new file; man-page for send program...
J. Moringen
04:38 AM Tasks #942 (In Progress): Create generic send tool
J. Moringen
01:14 AM Tasks #942 (Resolved): Create generic send tool
It would be useful to have a tool, maybe called @send@, to create and send simple RSB events.
* The tool should supp...
J. Moringen
04:37 AM Revision 1ee6eed5 (rsb-tools-cl): Added send tool in send/{package, main}*.lisp
refs #942
* send/main.lisp: new file; contains main function of the send
utility
* send/package.lisp: new file; con...
J. Moringen
04:37 AM RSBag Revision 0240604a (rsbag-cl): Improved docstring of bag->events in src/rsb/protocol.lisp
* src/rsb/protocol.lisp (bag->events): improved documentation string J. Moringen
01:25 AM Enhancement #943 (Resolved): call tool should use event formatting machinery for return values
J. Moringen

03/12/2012

08:19 PM RSBag Revision 863f073d (rsbag-cl): Fixed scope name legalizing in src/rsb/construction.lisp
* src/rsb/construction.lisp: scope name legalizing removed "/"
characters; bummer
J. Moringen
08:17 PM Tasks #900 (Feedback): Finalize initial version of RSB manual
Is the "manual":http://docs.cor-lab.org/rsbag-manual/0.6/html usuable? Could the structure be improved? What is missing? J. Moringen
07:19 PM RSBag Revision 4d770eb0 (rsbag-cl): Fixed merge damage in src/rsb/construction.lisp
* src/rsb/construction.lisp (bag->events bag t): keyword parameters
{start,end}-{time,index} were missing due to me...
J. Moringen
07:06 PM RSBag Revision 9597a1b5 (rsbag-tools-cl): Repaired some merge damage in common/options.lisp
* common/options.lisp: keyword parameter replay-strategy-default was
somehow lost in the merge-process
J. Moringen
06:56 PM RSBag Revision bf253fe5 (rsbag-tools-cl): Fixed version in cl-rsbag-common.asd
* cl-rsbag-common.asd: fixed +version-minor+ 7 -> 6 J. Moringen
06:36 PM RSBag Revision cdffa1c8 (rsbag-manual): merged proper support for {start,end}-{time,index} in bag-{cat,...
J. Moringen
06:36 PM RSBag Revision 7a558e0f (rsbag-tools-cl): merged proper support for {start,end}-{time,index} in bag-{ca...
J. Moringen
06:36 PM RSBag Revision ab98f0aa (rsbag-cl): merged proper support for {start,end}-{time,index} in bag-{cat,play...
J. Moringen
05:30 PM RSBag Revision 961585b8 (rsbag-manual): Improved explanations of {start,end}-{time,index} in manual/com...
refs #932
* manual/common.rst: improved explanations of {start,end}-{time,index}
J. Moringen
04:41 PM RSBag Tasks #932 (Resolved): Implement --start-time and --end-time for bag-{cat,play}
Applied in changeset r386. J. Moringen
04:40 PM RSBag Revision 8994a5ce (rsbag-tools-cl): Accept real values in for {start,end}-time in common/options....
fixes #932
* common/options.lisp (make-replay-options): changed type of
start-time and end-time options to range-bo...
J. Moringen
04:40 PM RSBag Revision 47f97dbb (rsbag-cl): Support real start/end times in src/rsb/replay/bounds-mixin.lisp
refs #932
* src/rsb/replay/types.lisp: new file; contains type
`range-boundary/timestamp'
* src/rsb/replay/bounds-m...
J. Moringen
04:40 PM RSBag Revision d2b1b248 (rsbag-cl): Fixed start/end time handling in src/rsb/replay/bounds-mixin.lisp
refs #932
* src/rsb/replay/bounds-mixin.lisp
(replay :before replay-bag-connection time-bounds-mixin): do not
fai...
J. Moringen
04:27 PM RSBag Enhancement #941 (Resolved): Support negative arguments to --{start,end}-index in bag-{cat,play}
For parity with @--{start,end}-time@.
Also, extend description of commandline options to mention this.
J. Moringen
02:25 PM RSBag Enhancement #933 (Resolved): bag-cat should use the same replay machinery as bag-play
Applied in changeset r383. J. Moringen
01:33 PM RSBag Enhancement #933 (In Progress): bag-cat should use the same replay machinery as bag-play
J. Moringen
02:22 PM RSBag Revision b12dae52 (rsbag-tools-cl): Use bag->events in bag-cat/main.lisp
refs #932, fixes #933
* bag-cat/main.lisp (update-synopsis): set default value of replay
strategy to as-fast-as-pos...
J. Moringen
02:22 PM RSBag Revision b7af1d7e (rsbag-tools-cl): Customizable defaults in make-replay-options common/options.lisp
refs #932, #933
* common/options.lisp (make-replay-options): added keyword parameter
replay-strategy-default; use a...
J. Moringen
01:58 PM Bug #937 (Rejected): common lisp logger crash
Some problem probably remains, but we cannot reproduce the incorrect behavior. J. Moringen
01:48 PM Bug #937: common lisp logger crash
I could not reproduce it again. J. Wienke
01:26 PM Bug #937: common lisp logger crash
Did this happen again? Otherwise, I would just close the issue. J. Moringen
01:09 PM Revision 12c560d2 (rsb-manual): Added wiki FAQ to manual/preparation.rst
* manual/conf.py.in: added replacements for configuration file names
* manual/preparation.rst: converted and added FA...
J. Moringen
02:35 AM RSBag Revision 433cc133 (rsbag-cl): Support function sinks in bag->events in src/rsb/construction.lisp
refs #932, #933
* src/rsb/construction.lisp (define-open-bag-method): generated
methods accept transform keyword pa...
J. Moringen
02:07 AM RSBag Revision b337724f (rsbag-tools-cl): backported fix for installed Subversion files from trunk (r379)
J. Moringen
02:04 AM RSBag Revision 89c2ee6c (rsbag-tools-cl): Do not install Subversion files in CMakeLists.txt
* CMakeLists.txt: prevent Subversion files form getting installed J. Moringen
02:04 AM RSBag Revision 230ed2d3 (rsbag-cl): Fixed %legalize-name in src/rsb/construction.lisp
* src/rsb/construction.lisp (%legalize-name): do not strip "/" from
names; bummer
J. Moringen
02:04 AM RSBag Revision e80eb1f3 (rsbag-cl): Fixed bag->events in src/rsb/{protocol,construction}.lisp
refs #932
* src/rsb/protocol.lisp (bag->events): added keyword parameters
start-time and end-time; extended documen...
J. Moringen
02:04 AM RSBag Revision afb39faa (rsbag-cl): Simplifications in src/rsb/construction.lisp
* src/rsb/construction.lisp (bag->events bag uri): simplified
(bag->events channel uri): likewise
J. Moringen
 

Also available in: Atom