Activity

From 08/12/2015 to 09/10/2015

09/10/2015

10:21 PM Revision cc077b02 (rsb-tools-cl): Scope-tree monitor style in formatting/event-style-monitor.lisp
* formatting/event-style-monitor.lisp (define-monitor-style scope/flat):
renamed scope -> scope/flat
(toplevel): ...
J. Moringen
10:21 PM Revision 8f604b7b (rsb-tools-cl): Better column spec expansion in formatting/event-style-monitor....
* formatting/event-style-monitor.lisp (define-monitor-style): expand
column specifications at instance creation tim...
J. Moringen
10:21 PM Revision cdf2fbcb (rsb-tools-cl): Removed explicit monitor/timeline style in formatting/event-sty...
Instead of having a dedicated timeline monitor, all monitor styles now
have a timeline column.
* formatting/event-st...
J. Moringen
10:20 PM Revision 010fed67 (rsb-tools-cl): Separate class for sorted monitor style in formatting/event-sty...
* formatting/event-style-monitor.lisp (monitor-style-mixin): renamed
basic-monitor-style -> monitor-style-mixin; re...
J. Moringen
08:35 PM Revision 4b124237 (rsb-manual): Mention scope-tree monitor style in news.rst
* news.rst (RSB 0.13): mention scope-tree monitor style J. Moringen
07:52 PM Revision a816a3ff (rsb-tools-cl): Configurable line-style class in formatting/event-style-monitor...
* formatting/event-style-monitor.lisp
(basic-monitor-style::line-style-class): new slot; stores class that
should...
J. Moringen
05:14 PM Bug #2386 (Resolved): C++ spread plugin crashes when using multiple threads + informers on Windows
The spread library does not seem to be thread safe under windows (though stated within the documentation).
This to...
M. Goerlich

09/08/2015

11:06 PM Revision cc73498a (rsb-tools-cl): Use variable to avoid duplication in CMakeLists.txt
* CMakeLists.txt: use EXIT_AFTER_THREE_SECONDS in introspection test J. Moringen
11:06 PM Revision 82606148 (rsb-tools-cl): detail in CMakeLists.txt
* CMakeLists.txt: J. Moringen

09/06/2015

11:32 PM RSBag Revision 29201c3e (rsbag-tools-cl): Fixed default progress style in bag-play/main.lisp
* bag-play/main.lisp (update-synopsis): explicitly set default progress
style to :line
J. Moringen
11:32 PM RSBag Revision 94466d85 (rsbag-tools-cl): Fixed progress format control in src/commands/util.lisp
* src/commands/util.lisp (print-replay-progress): fixed format control
string
J. Moringen

09/05/2015

05:40 PM RSBag Revision a89d5808 (rsbag): Updated HEAD of sub-module rsbag-manual
J. Moringen
05:36 PM RSBag Revision a522a568 (rsbag-manual): Mention fixed rsbag-python -> rsbag play connection in news.rst
refs #1937
* news.rst (RSBag 0.13): mention fixed hacks and races in connection
from rsbag-python client API libra...
J. Moringen
05:24 PM RSBag Feature #2370 (In Progress): rsbag record should perform an introspection survey at the start of ...
J. Moringen

09/04/2015

10:10 AM RSBag Bug #1937 (Resolved): Connection refused issues
Applied in changeset commit:rsbag-python|6ce7bc1f8bcb461a53be2d5e8656006e085a4506. J. Wienke
10:03 AM RSBag Revision 0f9f665c (rsbag-python): Adapt default bag path to toolkit volume
J. Wienke
10:03 AM RSBag Revision 6ce7bc1f (rsbag-python): Reliably synchronize with called bag process
Use the newly implemented features of the rsbag binary to synchronize the
creation of the socket server as well as th...
J. Wienke
09:31 AM Revision d5012927 (rsb-java): Package description for rsb.introspection
J. Wienke

09/03/2015

10:26 PM RSBag Revision 00c46ed4 (rsbag-tools-cl): Added "ready" progress style in src/commands/{util,play}.lisp
* common/options.lisp (make-replay-options): allow value :ready for
show-progress option
* src/commands/play.lisp (...
J. Moringen
01:53 PM Revision 0c238914 (rsb-manual): Mention portfile option in news.rst
* news.rst (RSB 0.13): mention new portfile option of the socket
transport in the Common Lisp implementation
J. Moringen
01:53 PM Revision 31ddc82d (rsb-manual): Describe portfile option in specification-socket.rst
* specification-socket.rst (Options): added portfile option
(Automatic Selection of an Unused Server Port): new sec...
J. Moringen
01:42 PM Revision 6d9fa238 (rsb-tools-cl): Simplification in CMakeLists.txt
* CMakeLists.txt (EXIT_AFTER_THREE_SECONDS): new variable; stores Lisp
code to terminate the process after three se...
J. Moringen
01:41 PM Revision 4c57b28a (rsb-tools-cl): Option for JSON styles in CMakeLists.txt
* CMakeLists.txt (WITH_JSON_SUPPORT): new option; controls whether JSON
styles should be loaded
(Tests): test JSO...
J. Moringen
01:34 PM Revision 1f20596e (rsb-manual): Mention portfile option in news.rst
* news.rst (RSB 0.13): mention new portfile option of the socket
transport in the Common Lisp implementation
J. Moringen
01:34 PM Revision 8562c636 (rsb-manual): Describe portfile option in specification-socket.rst
* specification-socket.rst (Options): added portfile option
(Automatic Selection of an Unused Server Port): new sec...
J. Moringen
12:34 PM Revision d73040b1 (rsb-cl): Minor improvements in src/transport/socket/{bus,connector}.lisp
* src/transport/socket/bus.lisp (header): updated copyright
(setf bus-connections :around list bus): cosmetic chang...
J. Moringen
12:34 PM Revision 5b0613b1 (rsb-cl): Added automatic server port, portfile option in src/transport/socket/...
For cases in which a socket server should be provided on an arbitrary
unused port, the port number 0 can be specified...
J. Moringen
12:28 PM Revision d7127cf0 (rsb-cl): Added monkey patch against puri to allow port 0 in src/transport/sock...
* src/transport/socket/puri-patch.lisp: new file; redefine
`puri:parse-uri' to accept port 0
* rsb-transport-socket...
J. Moringen
12:28 PM Revision 6f233009 (rsb-cl): Accept 0 as a port number in src/transport/socket/connector.lisp
* src/transport/socket/connector.lisp (header): updated copyright
(initialize-instance :after connector): accept th...
J. Moringen
12:27 PM Revision d61b20b3 (rsb-cl): Removed deadlock-detected-hack in test/transport/socket/bus.lisp
Since the socket transport no longer relies on `interrupt-thread', there
is no problem with the deadlock-detector any...
J. Moringen
12:14 PM Revision fa625128 (rsb-cl): Minor improvements in test/transport/socket/*.lisp
* test/transport/socket/bus.lisp (make-socket-connector): new function;
extracted from test suite
(check-bus): li...
J. Moringen
11:53 AM RSBag Revision f254ad59 (rsbag-cl): Cosmetic changes in src/rsb/replay/strategy-mixins.lisp
* src/rsb/replay/strategy-mixins.lisp
(replay :before replay-bag-connection bounds-mixin): cosmetic changes
(sche...
J. Moringen
11:50 AM RSBag Revision a5888aed (rsbag-tools-cl): Handle initial progress reporter call in src/commands/util.lisp
* src/commands/util.lisp (print-replay-progress): expect all progress
quantities to potentially be nil
J. Moringen
11:48 AM RSBag Revision feaa0517 (rsbag-tools-cl): Fixed introspect command test case in CMakeLists.txt
To work with negative indices, the introspect command needs at least two
events in an introspection channel, not just...
J. Moringen
11:18 AM RSBag Revision 8dcd8670 (rsbag-cl): Better replay progress reporting interface in src/rsb/replay/*.lisp
* src/rsb/replay/util.lisp (header): updated copyright
(%make-progress-reporter): handle initial call of progress r...
J. Moringen
11:17 AM RSBag Revision 5f95a72d (rsbag-cl): Better error handling in external-driver-mixin in src/rsb/replay/st...
* src/rsb/replay/strategy-mixins.lisp
(replay replay-bag-connection external-driver-mixin): better error
conditio...
J. Moringen

09/02/2015

01:14 PM RSBag Bug #1937 (In Progress): Connection refused issues
I have commits to fix the issue as discussed orally. Once the bag binary is adapted in the master version, I can push... J. Wienke
11:25 AM RSBag Revision cd5659e7 (rsbag-python): Disable introspection for internal participants
Prevent that introspection information from the internal participants leaks into
the replayed communication or into o...
J. Wienke
11:22 AM RSBag Revision 31be0ca2 (rsbag-python): Prevent duplication for creating participant configs
Provide a static method to create an appropriate participant config for the
python participants.
J. Wienke

09/01/2015

12:02 PM RSBag Bug #1937: Connection refused issues
Other user experience these problems as well.
@Johannes: do you have time to try and come up with a proper solution?
J. Moringen
11:31 AM RSBag Bug #1937: Connection refused issues
I am experiencing this again. Locally, I can increase the timeout, but having a more reliable solution would be much ... J. Wienke
11:59 AM Revision 58c136fe (rsb-manual): Mention JSON event formatting style in news.rst
* news.rst (RSB 0.13): mention new JSON event formatting style J. Moringen
10:57 AM Tasks #1994 (Resolved): Specify JSON format for information exchange between Javascript-client an...
J. Moringen
10:37 AM Revision d8c4ac6c (rsb-tools-cl): Initial import of formatting/event-style-json.lisp
* formatting/event-style-json.lisp: new file; contains JSON event
formatting style and a little bit of supporting i...
J. Moringen

08/31/2015

10:55 PM RSBag Revision 613dd116 (rsbag-tools-cl): Default progress style is :line in bag-introspect/main.lisp
* bag-introspect/main.lisp (update-synopsis): pass default progress
style :line to `make-replay-options'
J. Moringen
10:55 PM RSBag Revision 8887d954 (rsbag-tools-cl): Pass replay-strategy designator in src/commands/introspect.lisp
Passing a replay-strategy instance to `bag->events' prevents the
initargs like {start,end}-{time,index} from being ta...
J. Moringen
10:54 PM RSBag Revision 7a2f8441 (rsbag-tools-cl): Pass {start,end}-{time,index} to command in bag-introspect/ma...
* bag-introspect/main.lisp (main): pass values of
{start,end}-{time,index} options to introspect command
* CMakeLis...
J. Moringen
05:09 PM RSBag Revision 4e349e94 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
05:08 PM RSBag Revision ca264f43 (rsbag-manual): Mention TIDELog improvements in news.rst
* news.rst (RSBag 0.13): mention improved read and write performance and
memory use
J. Moringen
04:46 PM RSBag Revision b0baa052 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
04:45 PM RSBag Revision 1676178d (rsbag-manual): Fixed example markup in tool-introspect.rst
* tool-introspect.rst (Examples): fixed code-block markup J. Moringen
04:40 PM RSBag Feature #2373 (Resolved): Implement a rsbag introspect command for introspecting systems describe...
Applied in changeset commit:rsbag-manual|ec67ca8f93133311779c4ea0e672bfaf9a20f88c. J. Moringen
04:37 PM RSBag Revision 8f23eec2 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
04:21 PM RSBag Revision b3fa1057 (rsbag-manual): Removed man-page stuff in tool-{cat,info,merge,play,record}.rst
While a nice idea, generating HTML documentation and man-pages from the
same source never really worked properly - at...
J. Moringen
04:21 PM RSBag Revision ec67ca8f (rsbag-manual): Mention introspect command in news.rst
fixes #2373
* news.rst (RSBag 0.13): mention introspect command
J. Moringen
04:20 PM RSBag Revision f393eb8b (rsbag-tools-cl): Option for JSON styles in CMakeLists.txt
* CMakeLists.txt (WITH_JSON_SUPPORT): new option; controls whether JSON
styles should be loaded
J. Moringen
04:20 PM RSBag Revision 4f6c23fa (rsbag-tools-cl): Initial import of introspect tool in bag-introspect/*.lisp
refs #2373
* bag-introspect/main.lisp: new file; entry point of introspect tool
* bag-introspect/package.lisp: new f...
J. Moringen
04:00 PM RSBag Revision 98011814 (rsbag-tools-cl): Initial import of introspect command in src/commands/introspe...
refs #2373
* src/commands/introspect.lisp: new file; contains implementation of
introspect command
* test/commands...
J. Moringen
03:44 PM RSBag Revision fb616eb3 (rsbag-tools-cl): Moved print-replay-progress to src/commands/util.lisp
* src/commands/util.lisp: new file; contains utilities used by commands
* src/commands/play.lisp (print-replay-progre...
J. Moringen
02:37 PM RSBag Revision c6fe94b6 (rsbag-tools-cl): Improved make-replay-options in common/options.lisp
* common/options.lisp (header): updated copyright
(%make-group): new function; helper for make-replay-options
(ma...
J. Moringen
02:37 PM RSBag Revision b77b1d5f (rsbag-tools-cl): Added bag->events-mixin in src/commands/mixins.lisp
Split `replay-mixin' into `bag->events-mixin' and `replay-mixin', the
former containing channel selection and tempora...
J. Moringen
02:37 PM RSBag Revision 23c2afa8 (rsbag-tools-cl): Fixed errors in redump command in main/main.lisp
* main/main.lisp (main): fixed type of value for :static? initarg
* CMakeLists.txt: added smoke tests for redump command
J. Moringen
02:36 PM Revision 9649afc0 (rsb-tools-cl): Fixed errors in redump command in src/commands/redump.lisp, mai...
* src/commands/redump.lisp (redump::output-file): removed initarg; added
writer
(shared-initialize :after redump ...
J. Moringen
01:37 PM Revision a8594cad (rsb-tools-cl): Fixed errors in redump command in src/commands/redump.lisp, mai...
* src/commands/redump.lisp (redump::output-file): removed initarg; added
writer
(shared-initialize :after redump ...
J. Moringen
01:34 PM RSBag Enhancement #2376 (New): Allow to deduplicate participants in introspection export
When using @bag introspect@ it would be nice if one could specify something like primary keys for the different eleme... J. Wienke

08/30/2015

09:47 PM RSBag Revision 94b18c18 (rsbag-manual): Backport: Mention download options for 0.12 release in news.rst
* news.rst (RSBag 0.12): mention project information, package and
download options for the release
(cherry picked ...
J. Moringen
09:47 PM RSBag Revision 113d555d (rsbag-manual): Added description of introspect command in tool-introspect.rst
refs #2373
* tool-introspect.rst: new file; contains description of introspect
command
* tools.rst: include tool-i...
J. Moringen
09:47 PM RSBag Revision c872388a (rsbag-manual): Mention download options for 0.12 release in news.rst
* news.rst (RSBag 0.12): mention project information, package and
download options for the release
J. Moringen

08/29/2015

06:36 PM RSBag Feature #2373 (Resolved): Implement a rsbag introspect command for introspecting systems describe...
@rsbag introspect LOGFILE@ should process introspection events stored in the log file and build up the usual introspe... J. Moringen

08/28/2015

02:40 PM Enhancement #2371 (Resolved): Introspection receiver should only extend, never reduce information
Applied in changeset commit:rsb-cl|e9e51c0bd93ef9031c0337835e7107befe3b06c7. J. Moringen
01:24 PM Enhancement #2371 (Resolved): Introspection receiver should only extend, never reduce information
Currently the introspection receiver uses the most recently received value in all cases. For fields like @hardware-ve... J. Moringen
02:29 PM Revision e9e51c0b (rsb-cl): Update host information in src/introspection/remote-introspection.lisp
fixes #2371
Without this change, it could happen that a newly received introspection
event that lacked some informat...
J. Moringen
12:49 PM Revision 4e226047 (rsb-manual): Allow passing extra PYTHONPATH entries to sphinx-build in CMakeLi...
This is useful for invoking sphinx-build (via make) without additional
environment setup (after the initial CMake-bas...
J. Moringen
12:49 PM Revision a58db574 (rsb-manual): Mention improved numeric output in tools in news.rst
* news.rst (RSB 0.13): mention compact, human-readable numeric output in
logger and introspect tools
J. Moringen
12:49 PM Revision daf616fc (rsb-manual): Invoke sphinx-build add_custom_{command,target} in CMakeLists.txt
Using both add_custom_command and _target lets make clean, etc. work
properly. Minor change: rule names have changed ...
J. Moringen
10:09 AM RSBag Feature #2370 (Resolved): rsbag record should perform an introspection survey at the start of eac...
* Determine transports for introspection survey:
*# Map requested recording URIs to transports
*# Deduplicate list ...
J. Moringen

08/27/2015

10:06 PM Revision 2593aea7 (rsb-tools-cl): Relaxed database printing in formatting/introspection/print.lisp
* formatting/introspection/print.lisp
(print-entry stream remote-introspection-database t): changed
specializer e...
J. Moringen
10:06 PM Revision 29da524e (rsb-tools-cl): Fixed database locking in formatting/introspection/json.lisp
* formatting/introspection/json.lisp (encode-json remote-introspection):
lock database here
(format-event t style...
J. Moringen
03:20 PM Revision f71413e3 (rsb-cl): More flexible make-event, send methods in src/{event,informer}.lisp
* src/event.lisp (%check-event-timestamp): new function; check timestamp
value
(%check-event-meta-data): similar ...
J. Moringen
02:30 PM Revision 5b2dc482 (rsb-cl): More flexible make-event, send methods in src/{event,informer}.lisp
* src/event.lisp (%check-event-timestamp): new function; check timestamp
value
(%check-event-meta-data): similar ...
J. Moringen
01:36 PM Revision ba528b83 (rsb-tools-cl): Added make-style-service-help-string in formatting/help.lisp
* formatting/help.lisp (make-style-service-help-string): new function;
return a string describing the providers of ...
J. Moringen
01:29 PM Revision 3eb3affb (rsb-tools-cl): Introspection JSON fixes in test/formatting/introspection/json....
* test/formatting/introspection/json.lisp
(test rsb.formatting.introspection.json-root::smoke): cosmetic changes
* ...
J. Moringen
01:20 PM Bug #2365 (Resolved): Timelines do not adapt immediately to changed window sizes
Applied in changeset commit:rsb-tools-cl|71176afc5be95d62babba7fc5dc49ddf74fcb384. J. Moringen
01:11 PM Revision 71176afc (rsb-tools-cl): Fixed expansion of timeline columns in formatting/timeline.lisp
fixes #2365
The line cache mechanism of the timeline column only dropped cells at
the tail of the cache in order to ...
J. Moringen
12:28 PM Revision 6dbce68a (rsb-tools-cl): Use human readable numeric output in formatting/introspection/p...
* formatting/introspection/print.lisp (+duration-unit-divisors+):
removed; no longer needed
(print-elapsed-time):...
J. Moringen
12:28 PM Revision 5a460406 (rsb-tools-cl): Use human readable numeric output in formatting/columns.lisp
* formatting/columns.lisp (define-simple-column :data-size): use
`print-human-readable-size' adjusted column width ...
J. Moringen
11:22 AM Revision 21a4cd1b (rsb-tools-cl): Added key to histogram-mixin in stats/quantity-mixins.lisp
* stats/quantity-mixins.lisp (histogram-mixin::key): new slot; stores
nil or key function
(histogram-mixin::value...
J. Moringen
11:22 AM Revision 06be5edc (rsb-tools-cl): Use histogram format in formatting/columns.lisp
* formatting/columns.lisp (*generic-histogram-format*): new variable;
format for generic histograms
(*origin-hist...
J. Moringen
11:12 AM RSBag Enhancement #2369 (Resolved): Move copied timestamps to namespace
Applied in changeset commit:rsbag-python|f48e31a8f6d9d576016b520fa05b2a5b149ab646. J. Wienke
11:09 AM RSBag Revision f48e31a8 (rsbag-python): Move copied timestamps to namespace in user times in rsbag/__in...
fixes #2369
While preserving original timing information, prefix all timestamps with
"rsbag:" inside the user times ...
J. Wienke
11:05 AM Revision f5e57cac (rsb-tools-cl): {moments,histogram}-mixin use format-mixin in stats/quantity-mi...
* stats/quantity-mixins.lisp (moments-mixin): added superclass
`format-mixin'; added :format default initarg
(for...
J. Moringen
11:04 AM Revision eae2ff9b (rsb-tools-cl): Cosmetic changes in stats/quantity-mixins.lisp
* stats/quantity-mixins.lisp (update! meta-data-mixin event):
simplification
(quantity-values filter-mixin): like...
J. Moringen

08/26/2015

09:34 PM Revision 464d6e97 (rsb-tools-cl): Human readable numeric output in formatting/orders-of-magnitude...
* formatting/orders-of-magnitude.lisp: new file; contains function
printing human readable numeric output
* formatt...
J. Moringen
06:17 PM RSBag Enhancement #2369 (Resolved): Move copied timestamps to namespace
Attached is a patch which copies timestamps to a namespace prefixed with @rsbag:@ to prevent name clashes. Additional... J. Wienke
05:36 PM RSBag Revision 78cbf2a8 (rsbag-cl): Lazy timestamp computations in src/rsb/replay/strategy-mixins.lisp
* src/rsb/replay/strategy-mixins.lisp (header): updated copyright
(replay :before replay-bag-connection time-bounds...
J. Moringen
05:36 PM RSBag Revision 4413eaf2 (rsbag-cl): Cosmetic changes in src/view/serialized.lisp
* src/view/serialized.lisp (header): updated copyright
(make-simple-sequence-iterator serialized): cosmetic changes...
J. Moringen
04:47 PM Enhancement #2368 (New): Add average rate field to logger styles
number of events / number of origins
+ variance?
J. Wienke
04:32 PM Enhancement #2367 (New): Scope-specific max-depth overrides for the tree view of the logger
Allow to specify different max-depth values for certain subtrees of the system. J. Wienke
04:28 PM Enhancement #2366 (New): Improve frequency calculation
Use a wider horizon compared to the @print-interval@ so that sparse events are better reflected without constantly ch... J. Wienke
04:16 PM Bug #2365 (Resolved): Timelines do not adapt immediately to changed window sizes
The timeline style for the logger does not immediately adapt in case the window size has changed. J. Wienke
08:58 AM Revision 145319af (rsb-tools-cl): Handle annotated payloads in stats/util.lisp
* stats/util.lisp (event-type/simple): extract encapsulated wire-schema
from `annotated' payloads
J. Moringen

08/25/2015

06:02 PM RSBag Revision 85449ef8 (rsbag-cl): Moved view mixins into single file src/view/mixins.lisp
* src/view/mixins.lisp: new file; contains view-related iterator mixin
classes
* src/view/elt-via-iterator-mixin.li...
J. Moringen

08/24/2015

11:03 AM Revision 7375f637 (rsb-manual): More news regarding changed API documentation link
J. Wienke
10:53 AM Revision 264806cf (rsb-manual): Mention dropped ant build system in news
J. Wienke

08/22/2015

06:37 PM Revision 5cf50f3c (rsb-tools-cl): Moved utility functions to src/commands/util.lisp
* src/commands/util.lisp: new file; contains utility functions used by
command classes
* src/commands/logger.lisp (...
J. Moringen
06:37 PM Revision 53478fe1 (rsb-tools-cl): Do not choke on improper list payloads in {formatting,stats}/ut...
* stats/util.lisp (header): updated copyright
(event-size): return replacement value instead of choking on improper...
J. Moringen
06:37 PM Revision 368a3f8b (rsb-tools-cl): Handle output of annotating converter in {formatting,stats}/uti...
The annotating converter produces a pair of "raw" wire-data and the
associated wire-schema. In some cases, for exampl...
J. Moringen
06:36 PM Revision 86e8105a (rsb-tools-cl): Cosmetic changes in formatting/timeline.lisp
* formatting/timeline.lisp (cell-%update): renamed %cell-update ->
cell-%update
(format-header timeline t): cosme...
J. Moringen
06:25 PM Revision 69e508f3 (rsb-tools-cl): Handle unknown event sizes in formatting/timeline.lisp
* formatting/timeline.lisp (header): updated copyright
(%cell-update): use 0 as replacement value if event size can...
J. Moringen

08/21/2015

06:09 PM Revision 51b8b9a6 (rsb-manual): Update installation instructions to java changes
* Update CI server paths
* Remove ant instructions
J. Wienke
05:37 PM Revision 12849a85 (rsb-manual): Fix compilation warnings
* Fix several syntax errors
* Replace links to not yet existing files with "not implemented" hints
* Fix excludes in ...
J. Wienke
05:33 PM Revision 3a98ace9 (rsb-manual): Remove custom git tutorial
Replace with a link to the official git documentation J. Wienke
05:31 PM Revision 91704b1a (rsb-manual): Adapt to changed paths in rsb-java
Incorporate path changes doe to restructuring of the rsb-java project. J. Wienke
04:20 PM Revision 16618e3c (rsb-java): Prevent maven warning
Do not try to compile proto files for unit tests if there are no such
files.
J. Wienke
02:00 PM Revision fa246a7d (rsb-java): Convert project to maven only
This commit drops the ant build system support and converts the project
to a proper maven project complying to the ma...
J. Wienke

08/20/2015

10:26 AM Bug #2313: Unexpected Exception about introspection
Jan, do you have an idea how to explain this? J. Wienke

08/19/2015

07:28 PM Revision 3c9d0f44 (rsb-cl): Fixed test in test/patterns/request-reply/local-server.lisp
* test/patterns/request-reply/local-server.lisp
(test local-server-root::call): make sure the mock event has an id
J. Moringen
06:01 PM Revision 8641606a (rsb-cl): Test case-sensitivity in test/scope.lisp
refs #974
* test/scope.lisp (test scope-root::derive-scope-component): added cases
for case-sensitivity
(test sc...
J. Moringen
06:00 PM Revision 32ec7927 (rsb-cl): Do not downcase all scope components in src/patterns/protocol.lisp
refs #974
* src/patterns/protocol.lisp (make-child-scope t symbol t): downcase the
symbol name
(make-child-scope...
J. Moringen
04:41 PM Tasks #2146 (Resolved): Release version 0.12
New maven server arrived. Things are deployed. J. Wienke
04:36 PM Revision 29232a1f (rsb-manual): Include changed maven URL
* install-binary.rst: update URLs, add link target
(cherry picked from commit 0a0fe9cca88793c466791f53b8a4376ffae35fb0)
J. Wienke
04:33 PM Revision 6fb66554 (rsb-matlab): Update to new citec maven repo
(cherry picked from commit 9a1b7a486ab61129267162cfffa2c88a92f3cf76) J. Wienke
04:26 PM RSB XML Support Revision 60e2d310 (rsb-xml-java): Adapt to new citec maven repository
(cherry picked from commit 40932a7dafb9a98eeb1c7ba26ff9e040d0436098) J. Wienke
04:21 PM Revision 80c59ac7 (rsb-java): Update to new citec server.
(cherry picked from commit 411429ec629e52caa77c3fc26419d19a6e2126ea) J. Wienke
04:11 PM Tasks #974 (Rejected): Make URIs case-insensitive
RFC3689 specifies that the path in an URI is case-sensitive. Therefore we do not have to do anything here and can all... J. Wienke
04:10 PM Revision 9d4862b0 (rsb-manual): Remove note about scope case-sensitivity
URI paths are case-sensitive according to RFC3986 and therefore
case-sensitive scopes, which are only used in paths a...
J. Wienke

08/18/2015

07:20 PM Bug #2362 (Resolved): introspect json output is always empty
Applied in changeset commit:rsb-tools-cl|aa26eaee6790b25d919796f2e2e89d39e6ff403a. J. Moringen
01:36 PM Bug #2362 (Resolved): introspect json output is always empty
I can't get a recent introspect tool version to produce any JSON output. The help does not specify any options which ... J. Wienke
06:46 PM Revision aa26eaee (rsb-tools-cl): Added configurable delay to JSON style in formatting/introspect...
fixes #2362
* formatting/introspection/styles.lisp (delay-mixin): new class; mixin
class for introspection formatt...
J. Moringen

08/17/2015

01:00 AM Bug #2361 (Resolved): Wrong sending of decimal numbers using RSB send
Applied in changeset commit:rsb-tools-cl|d87a70ba926beef9611abf3b9fdfb9302de78e76. J. Moringen
09:43 AM Bug #2361 (Resolved): Wrong sending of decimal numbers using RSB send
Using _RSB send_ tool to send some decimal numbers seems to actually be sending them without the first zeros after th... D. Barbot
12:58 AM Revision 31eb435c (rsb-tools-cl): Added scientific notation for float literals in common/protocol...
* common/protocol-buffer-payload.lisp (defrule float-scientific): new
rule; scientific notation suffix
(defrule f...
J. Moringen
12:58 AM Revision d87a70ba (rsb-tools-cl): Fixed parsing decimals in float literals in common/protocol-buf...
fixes #2361
The logic for parsing decimals in float literals was completely wrong.
* common/protocol-buffer-payload...
J. Moringen
01:51 PM Revision 0a0fe9cc (rsb-manual): Include changed maven URL
* install-binary.rst: update URLs, fix current version, add link target
* news.rst: news entry referencing change ins...
J. Wienke
01:21 PM RSB XML Support Revision 40932a7d (rsb-xml-java): Adapt to new citec maven repository
J. Wienke
01:18 PM RSB XML Support Revision d9a45f37 (rsb-xml-java): Adapt to new citec maven repository
J. Wienke
01:14 PM Revision 9a1b7a48 (rsb-matlab): Update to new citec maven repo
J. Wienke
12:42 PM Bug #2360: Long types are not serialized correctly.
Added the test changes to the patch. B. Errouane
12:23 PM Revision 411429ec (rsb-java): Update to new citec server.
J. Wienke

08/14/2015

08:21 PM RSBag Revision bb435d46 (rsbag-cl): Index flush strategy derivation in src/backend/tidelog/index.lisp
For indices, derive flush strategies that flush more frequently from the
flush strategy used for chunks.
* src/backe...
J. Moringen
08:21 PM RSBag Revision 1f80d36b (rsbag-cl): Flush strategy infrastructure improvements in src/backend/*.lisp
* src/backend/protocol.lisp (header): updated copyright
(make-flush-strategy standard-object): new method; `standar...
J. Moringen
08:21 PM RSBag Revision 9037b66d (rsbag-cl): Restored close method for input-index in src/backend/tidelog/index....
* src/backend/tidelog/index.lisp (close input-index): new method; noop,
but necessary for protocol
J. Moringen
05:26 PM RSBag Revision 487c61f1 (rsbag-tools-cl): Added is{started,open} to synopsis in bag-record/main.lisp
refs #2347
* bag-record/main.lisp (update-synopsis): added descriptions of
is{started,open} methods
J. Moringen
04:40 PM Revision 2c3ba52a (rsb-manual): Mention changed python API doc in news
J. Wienke
03:26 PM Revision 8c02f316 (rsb-manual): Remove graph captions due to bug in sphinx 1.3
J. Wienke
02:54 PM Revision cc0b969e (rsb-manual): Add python API via sphinx autodoc
Generate the Python API documentation inside the manual instead of a
separate epydoc page.
* Adds an API item to the...
J. Wienke
02:52 PM Revision 41365213 (rsb-python): Disable epydoc generation
This will be replaced with sphinx in the manual. J. Wienke
02:52 PM Revision b88f9430 (rsb-python): Convert comments to Google Style with sphinx markup
Comments have been converted to the style proposed by google:
https://google-styleguide.googlecode.com/svn/trunk/pygu...
J. Wienke

08/13/2015

08:21 PM Bug #2360 (In Progress): Long types are not serialized correctly.
Thanks for the patch. Please extend it such that the unit tests fail without the correction. J. Moringen
08:04 PM Bug #2360 (Resolved): Long types are not serialized correctly.
A bug in the LongConverter.java file causes variables of type Long to be serialized and thereby be transmitted incorr... B. Errouane
 

Also available in: Atom