Activity

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

07/07/2016

03:12 PM RSB XML Support Revision 845da9a1 (rsb-xml-cl): Indentation fix in src/xop/package1.lisp
* src/xop/package1.lisp (header): updated copyright
(shared-initialize :after package1 t): fixed indentation
J. Moringen
01:31 PM RSB XML Support Revision ee5b60cd (rsb-xml-cl): Initial tests for xpath-filter extensions in test/filter/*.lisp
* test/package.lisp (header): updated copyright
(package rsb-xml.test): added exported symbol doc
(test suite rsb...
J. Moringen
01:29 PM RSB XML Support Revision 92be6b80 (rsb-xml-cl): Added package for filters in src/filter/package.lisp
* src/filter/xpath.lisp (in-package rsb-xml.filter): changed package
rsb{ -> xml}.filter
(payload-matches? xpath-...
J. Moringen
01:26 PM RSB XML Support Revision 2dcdee89 (rsb-xml-cl): Fixed converter registration in src/converter/xop.lisp
* src/converter/xop.lisp (header): updated copyright
(find-converter-class eql :xop): removed; no longer needed
(...
J. Moringen
01:26 PM RSB XML Support Revision 3d7d0173 (rsb-xml-cl): Fixed one-line summary in src/xop/package.lisp
* src/xop/package.lisp (header): fixed one-line summary; updated updated
copyright
J. Moringen
01:26 PM RSB XML Support Revision f22b983e (rsb-xml-cl): Fixed one-line summary in test/converter/dom.lisp
* test/converter/dom.lisp (header): updated copyright; fixed one-line
summary
J. Moringen
01:07 PM Revision 98f3f452 (rsb-cl): Turned check-{print,event} into functions in test/package.lisp
* test/package.lisp (test suite root): removed pseudo-functions
check-{print,event}
(check-print): new function; ...
J. Moringen

07/06/2016

04:17 PM Revision 07b8b19c (rsb-cl): Allow specifying suite name in macros in test/filter/package.lisp
* test/filter/package.lisp (define-basic-filter-tests): added keyword
parameter suite-name for specifying the name ...
J. Moringen
02:20 PM Bug #2576 (Resolved): Error during build of rsb-spread 0.13: no matching function for call
Applied in changeset commit:rsb-spread-cpp|84e9019106e5c86d5a5c79a6a80c1305a3c4a267. J. Moringen
02:12 PM Revision a6026d91 (rsb-spread-cpp): Backport: Avoid more implicit shared_ptr to bool conversions ...
refs #2576
Support for the implicit conversion has been removed in newer C++
versions.
* test/rsb/transport/spread/...
J. Moringen
02:11 PM Revision e7324f41 (rsb-spread-cpp): Backport: Avoid more implicit shared_ptr to bool conversions ...
refs #2576
Support for the implicit conversion has been removed in newer C++
versions.
* test/rsb/transport/spread/...
J. Moringen
02:10 PM Revision 84e90191 (rsb-spread-cpp): Avoid more implicit shared_ptr to bool conversions in tests
fixes #2576
Support for the implicit conversion has been removed in newer C++
versions.
* test/rsb/transport/spread...
J. Moringen
01:41 PM Revision bd9c803a (rsb-cpp): Backport: Avoid more implicit shared_ptr to bool conversions in tests
Support for the implicit conversion has been removed in newer C++
versions.
* test/rsb/eventprocessing/ParallelEvent...
J. Moringen
01:00 PM Revision d76bb69c (rsb-cpp): Avoid more implicit shared_ptr to bool conversions in tests
Support for the implicit conversion has been removed in newer C++
versions.
* test/rsb/eventprocessing/ParallelEvent...
J. Moringen
12:58 PM Revision c9cbf792 (rsb-manual): Improvements and fixes in specification-request-reply.rst
* specification-request-reply.rst: Server -> LocalServer; fixed some
typos
(Participants): new section; contains ...
J. Moringen

07/05/2016

06:02 PM Revision 8a7029ce (rsb-cpp): Backport: Avoid implicit shared_ptr to bool conversion in src/rsb/Fa...
Support for the implicit conversion has been removed in newer C++
versions.
* src/rsb/Factory.cpp (Factory::Factory)...
J. Moringen
05:57 PM Revision 3c851455 (rsb-cpp): Avoid implicit shared_ptr to bool conversion in src/rsb/Factory.cpp
Support for the implicit conversion has been removed in newer C++
versions.
* src/rsb/Factory.cpp (Factory::Factory)...
J. Moringen

07/04/2016

01:40 PM Revision 212e1a9c (rsb-cl): Minor cleanup in src/filter/protocol.lisp
* src/filter/protocol.lisp (matches? function t): removed tautological
documentation string
(filter): fixed inden...
J. Moringen

06/30/2016

03:01 PM RSBag 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 RSBag 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 RSBag 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 RSBag 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/23/2016

08:39 AM Revision 485771e3 (rsb-java): Fix broken cherry pick
Thanks NFS for compiling with this syntax error... J. Wienke

06/22/2016

03:45 PM Bug #2580 (Resolved): Race condition in LocalMethod: handler called before activation is finished
Applied in changeset commit:rsb-java|024ebfb31d4642d5e3ec9bf610e2596845be8637. J. Wienke
03:31 PM Bug #2580 (In Progress): Race condition in LocalMethod: handler called before activation is finished
The handler of the listener is registered before the informer is activated and the activate method has finished. Ther... J. Wienke
02:08 PM Bug #2580 (Resolved): Race condition in LocalMethod: handler called before activation is finished
Sometimes (1 of 20 test-runs) we get this internal rsb exception.... M. Pohling
03:44 PM Revision 66de8c5a (rsb-java): Proper fix for #2580
Ensure that LocalMethod handlers are not called before the reply
informer is set up.
fixes #2580
(cherry picked fro...
J. Wienke
03:39 PM Revision 738f6cd6 (rsb-java): Proper fix for #2580
Ensure that LocalMethod handlers are not called before the reply
informer is set up.
fixes #2580
(cherry picked fro...
J. Wienke
03:38 PM Revision 024ebfb3 (rsb-java): Proper fix for #2580
Ensure that LocalMethod handlers are not called before the reply
informer is set up.
fixes #2580
J. Wienke
02:26 PM Revision ceef4308 (rsb-java): Change order listener and informer activation in Method
This change shall ensure that for LocalMethods the informer is always
ready, even if the main activation hasn't compl...
J. Wienke

06/21/2016

08:30 PM RSB XML Support Bug #2577 (Resolved): Unable to build rsb-xml-cpp 0.13 with gcc (GCC) 6.1.1 20160602
Applied in changeset commit:rsb-xml-cpp|4f3aee3f3ad918d42b64814604af4ccef024bc3f. N. Köster
08:15 PM RSB XML Support Bug #2577: Unable to build rsb-xml-cpp 0.13 with gcc (GCC) 6.1.1 20160602
add patch N. Köster
08:14 PM RSB XML Support Bug #2577 (Resolved): Unable to build rsb-xml-cpp 0.13 with gcc (GCC) 6.1.1 20160602
Log: {{collapse(HERE)... N. Köster
08:22 PM Revision cf156f92 (rsb-manual): Mention resolved C++11 incompatibilities in news.rst
refs #2775
* news.rst (RSBag 0.15): mention resolved C++11 incompatibilities
J. Moringen
08:18 PM RSB XML Support Revision c2212cdd (rsb-xml-cpp): Backport: Explicit boost:: qualification for shared_ptrs in src/...
refs #2577
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
(cherry picked from commit 4f3aee3f3ad91...
N. Köster
08:18 PM RSB XML Support Revision 6003f61d (rsb-xml-cpp): Backport: Explicit boost:: qualification for shared_ptrs in src/...
refs #2577
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
(cherry picked from commit 4f3aee3f3ad91...
N. Köster
08:17 PM RSB XML Support Revision 4f3aee3f (rsb-xml-cpp): Explicit boost:: qualification for shared_ptrs in src/Conversion...
fixes #2577
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
N. Köster
07:55 PM Revision 39834a7c (rsb-spread-cpp): Backport: Added explicit bool conversion in src/rsb/transport...
refs #2575
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
(cherry picked from commit 00f7df6621fe1...
N. Köster
07:50 PM Bug #2575 (Resolved): Unable to build rsb-spread 0.13 with gcc (GCC) 6.1.1 20160602
Applied in changeset commit:rsb-spread-cpp|00f7df6621fe1a6aa9c042c33bc1cebda3ec3c33. N. Köster
06:45 PM Bug #2575 (Resolved): Unable to build rsb-spread 0.13 with gcc (GCC) 6.1.1 20160602
Fix attached.
Build output {{collapse(HERE)
Started by user nkoester
Building in workspace /media/local_data/nko...
N. Köster
07:47 PM Revision 00f7df66 (rsb-spread-cpp): Added explicit bool conversion in src/rsb/transport/spread/As...
fixes #2575
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
N. Köster
07:47 PM Revision 56b44885 (rsb-spread-cpp): Backport: Added explicit bool conversion in src/rsb/transport...
refs #2575
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
(cherry picked from commit e9284696a2f32...
N. Köster
06:51 PM Bug #2576 (Resolved): Error during build of rsb-spread 0.13: no matching function for call
Build output {{collapse(HERE)... N. Köster

06/19/2016

06:00 PM RSBag 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 RSBag 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 RSBag 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 RSBag 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/17/2016

06:17 PM Revision 93f386f4 (rsb-tools-cl): Fixed sb-posix use on win32 use in src/common/interactive.lisp
* src/common/interactive.lisp (call-with-interactive-interrupt-exit): do
not reference POSIX signal number constant...
J. Moringen
05:45 PM Feature #2566 (In Progress): Configurable list of configuration files [C++]
J. Moringen
01:25 PM Feature #2566 (Resolved): Configurable list of configuration files [C++]
J. Moringen
03:30 PM Feature #2565 (Resolved): Configurable list of configuration files [Python]
Applied in changeset commit:rsb-python|c3f63325be9f486f553b07692e86db4efebe9f87. J. Moringen
01:25 PM Feature #2565 (Resolved): Configurable list of configuration files [Python]
J. Moringen
03:30 PM Feature #2569 (Resolved): Allow easy debugging of RSB configuration [Python]
Applied in changeset commit:rsb-python|637529853e6038e43698a9d3509e631dd84cb9e2. J. Moringen
01:33 PM Feature #2569 (Resolved): Allow easy debugging of RSB configuration [Python]
J. Moringen
03:24 PM Revision c3f63325 (rsb-python): Configurable list of configuration files in rsb/__init__.py
fixes #2565
* rsb/__init__.py (CONFIG_FILES_VARIABLE): new constant; name of the
environment variable that can be ...
J. Moringen
03:24 PM Revision 63752985 (rsb-python): Support configuration debugging in rsb/__init__.py
fixes #2569
* rsb/__init__.py (header): updated copyright
(CONFIG_DEBUG_VARIABLE): new constant; name of the envir...
J. Moringen
01:34 PM Feature #2571 (Resolved): Allow easy debugging of RSB configuration [Common Lisp]
J. Moringen
01:34 PM Feature #2570 (Resolved): Allow easy debugging of RSB configuration [Java]
J. Moringen
01:27 PM Feature #1716 (Closed): Add an environment variable which inhibits file-based configuration
Subsumed by #2158. J. Moringen
01:26 PM Feature #2568 (Resolved): Configurable list of configuration files [Common Lisp]
J. Moringen
01:25 PM Feature #2567 (Resolved): Configurable list of configuration files [Java]
J. Moringen

06/16/2016

12:38 AM RSBag Revision efd93d54 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
09:20 PM RSBag Enhancement #2351 (Resolved): bag info: Machine-readable output
Applied in changeset commit:rsbag-tools-cl|120dcf5e1faf3e7e70e9ea1f6947c94fbc25c146. J. Moringen
09:02 PM RSBag 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
07:36 PM Revision ed98e4a9 (rsb-manual): Mention new Python ScopeConverter in news.rst
refs #487
* news.rst (RSB 0.15): mention new Python ScopeConverter
J. Moringen
07:26 PM Revision 9a99f312 (rsb-python): Added ScopeConverter class in rsb/converter.py
refs #487
* rsb/converter.py (header): updated copyright
(ScopeConverter): new class; (de)serializes Scope objects...
J. Moringen
06:38 PM RSBag 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 RSBag Revision c085e04f (rsbag-manual): Updated outdated example in preparation.rst
* preparation.rst (Testing the Installation): updated outdated example J. Moringen
06:32 PM RSBag Revision 1f0c935e (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
06:31 PM RSBag 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 RSBag Revision f92018f5 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
05:32 PM Revision 3eaefa9f (rsb-manual): Mention new C++ ScopeConverter in news.rst
refs #484
* news.rst (RSB 0.15): mention new C++ ScopeConverter
J. Moringen
05:30 PM Revision 9e228d39 (rsb-manual): Mention new C++ IntegerConverter in news.rst
refs #484
* news.rst (RSB 0.15): mention new C++ IntegerConverter
J. Moringen
04:00 PM Bug #484 (Resolved): Converters for Fundamental Types are not Implemented [C++]
Applied in changeset commit:rsb-cpp|8c26dc79997d4d0339e6dc0ece5fecfa304dfd36. J. Moringen
03:51 PM Revision e1b70102 (rsb-cpp): Removed unnecessary include in src/rsb/converter/StringConverter.cpp
* src/rsb/converter/StringConverter.cpp: removed include
rsc/misc/Registry.h
J. Moringen
03:51 PM Revision 8c26dc79 (rsb-cpp): Added ScopeConverter class in src/rsb/converter/ScopeConverter.{h,cpp}
fixes #484
* src/rsb/converter/ScopeConverter.{h,cpp}: new file; interface and
implementation of ScopeConverter cl...
J. Moringen
03:20 PM Revision 329715d1 (rsb-cl): Added ignore declaration for unused parameters in src/builder.lisp
* src/builder.lisp (universal-builder-for-event-data): added ignore
declaration for unused parameters
J. Moringen
03:17 PM Revision c31dd7f9 (rsb-tools-cl): Added blacklist entries in make-style-help-string in src/format...
* src/formatting/help.lisp (make-style-help-string): added :builder,
:event-peek-function and :payload-peek-functio...
J. Moringen
03:10 PM Revision 08cdd6b4 (rsb-cpp): Added generic IntegerConverter in src/rsb/converter/IntegerConverter...
refs #484
* src/rsb/converter/{Int64,Uint32,Uint64}Converter.{h,cpp}: removed; no
longer needed
* src/rsb/converte...
J. Moringen
02:22 PM Revision f0667f10 (rsb-cpp): Added generic IntegerConverter in src/rsb/converter/IntegerConverter...
refs #484
* src/rsb/converter/{Int64,Uint32,Uint64}Converter.{h,cpp}: removed; no
longer needed
* src/rsb/converte...
J. Moringen
01:22 PM Feature #2509 (Resolved): Cause filter
J. Moringen
01:00 PM Feature #2511 (Resolved): Cause filter [Java]
Applied in changeset commit:rsb-java|e86fc7fccc1886da07371f22bf1086ebe50be87a. J. Moringen
12:53 PM Revision e86fc7fc (rsb-java): Added class CauseFilter in rsb-java/src/main/java/rsb/filter/CauseF...
fixes #2511
* rsb-java/src/main/java/rsb/filter/CauseFilter.java: new file; contains
implementation of CauseFilter...
J. Moringen
12:00 PM Feature #2512 (Resolved): Cause filter [Python]
Applied in changeset commit:rsb-python|eb4cb13bfe781419ccea9a913fcade8a5ef11486. J. Moringen
11:53 AM Revision eb4cb13b (rsb-python): Added CauseFilter class in rsb/filter.py
fixes #2512
* rsb/filter.py (CauseFilter): new class; filters events based on their
cause vectors
* test/filter_te...
J. Moringen

06/15/2016

08:22 PM Revision c254e0d0 (rsb-tools-cl): Builder-based JSON styles in src/formatting/{event-style-,intro...
refs #2351
* src/formatting/event-style-json.lisp (pass-through-value): new type;
values that can directly be conv...
J. Moringen
06:44 PM Revision 0be30358 (rsb-cl): Added documentation string to package in src/builder.lisp
* src/builder.lisp (package rsb.builder): added documentation string J. Moringen
06:41 PM Feature #2511 (In Progress): Cause filter [Java]
J. Moringen
06:41 PM Feature #2512 (In Progress): Cause filter [Python]
J. Moringen
06:40 PM Revision aa284786 (rsb-cl): Added universal-builder-for-event-data in src/builder.lisp
refs #2351, refs #1994
* src/builder.lisp (header): updated copyright
(package rsb.builder): added exported symbol...
J. Moringen
01:52 PM Revision 796787ae (rsb-cl): Fixed test documentation strings in test/builder.lisp
* test/builder.lisp (test rsb-builder-root::scope/smoke): fixed
documentation string
(test rsb-builder-root::even...
J. Moringen

06/14/2016

03:13 PM Revision 2803844c (rsb-tools-cl): Fixed format string in src/common/help.lisp
* src/common/help.lisp (with-abbreviation): fixed whitespace error in
format string
J. Moringen
03:09 PM RSBag 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
02:51 PM Revision d6d42053 (rsb-tools-cl): Backport: Do not define signal handler on win32 in src/common/i...
* src/common/interactive.lisp (call-with-interactive-interrupt-exit):
not define local signal handler function on w...
J. Moringen
02:30 PM Revision 797b4679 (rsb-tools-cl): Do not define signal handler on win32 in src/common/interactive...
* src/common/interactive.lisp (call-with-interactive-interrupt-exit):
not define local signal handler function on w...
J. Moringen
01:48 PM RSBag 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 RSBag Bug #2352 (Resolved): bag info: Durations contain 'd0' at the end
Applied in changeset commit:rsbag-tools-cl|988fc7e008ac9f01311257f887ae59a9a079932c. J. Moringen
01:40 PM RSBag Bug #2353 (Resolved): bag info: Rate is sometimes printed as fraction
Applied in changeset commit:rsbag-tools-cl|988fc7e008ac9f01311257f887ae59a9a079932c. J. Moringen
01:34 PM RSBag 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 RSBag 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 RSBag 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
12:34 PM Revision 7817e495 (rsb-manual): Backport: Config debug in {common-command-line-options,specificat...
refs #2555, refs #2556
* common-command-line-options.rst (Configuration Debugging): new
section; describe __CONFIG...
J. Moringen
12:33 PM Revision 86854689 (rsb-manual): Mention server tool in socket transport advice in troubleshooting...
refs #2551
* troubleshooting.rst (I cannot make the Socket ...): mention server
tool
J. Moringen
12:33 PM Revision 3dae886c (rsb-manual): Mention cause filters in news.rst
refs #2509
* news.rst (RSB 0.15): mention new cause filters in all implementations
J. Moringen
12:32 PM Revision 3ea7f7ad (rsb-manual): Config debug in {common-command-line-options,specification-config...
refs #2555, refs #2556
* common-command-line-options.rst (Configuration Debugging): new
section; describe __CONFIG...
J. Moringen
11:34 AM RSBag 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 RSBag 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 RSBag 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
12:49 PM Revision 4934f0f5 (rsb-java): DefaultConverterRepository: expose registered converters
Adds a method to inspect the registered converters.
refs #2545
(cherry picked from commit fdb9f7fc3ec11c2928162f18c...
J. Wienke
12:49 PM Revision fdb9f7fc (rsb-java): DefaultConverterRepository: expose registered converters
Adds a method to inspect the registered converters.
refs #2545
J. Wienke
12:11 PM Revision 32aa9c9f (rsb-tools-cl): Added command style protocol in src/commands/{protocol,mixins}....
* src/commands/protocol.lisp (header): updated copyright
(command-style): new generic function; return the formatti...
J. Moringen
12:03 PM Revision aecb7463 (rsb-tools-cl): Improved style-mixin initarg checking in src/commands/mixins.lisp
* src/commands/mixins.lisp (shared-initialize :before style-mixin t):
include style-service initarg in initarg comp...
J. Moringen
12:02 PM Revision b1a32c78 (rsb-tools-cl): Cosmetic changes for output-stream-mixin in src/commands/mixins...
* src/commands/mixins.lisp (toplevel): fixed comment
* test/commands/mixins.lisp (header): updated copyright
(test ...
J. Moringen

06/12/2016

04:15 PM RSBag 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 RSBag 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 RSBag Feature #2562 (Resolved): bag transform: Allow specifiying {start,end}-{index,timestamp}
J. Moringen
03:30 PM RSBag Enhancement #936 (In Progress): bag merge: produce better TIDELog files
J. Moringen
03:28 PM RSBag 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 RSBag Bug #2558 (In Progress): Events with same timestamps are replayed with changed order
J. Moringen
03:24 PM RSBag 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 RSBag 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 RSBag 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 RSBag 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 RSBag 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 RSBag 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 RSBag 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/11/2016

03:30 PM Feature #2510 (Resolved): Cause filter [C++]
Applied in changeset commit:rsb-cpp|2664358c250ed49890f848a32f175cd5c3e689f5. J. Moringen
03:28 PM Revision 1d3a3446 (rsb-cpp): Renamed parameter wire{Type -> Schema} in src/rsb/converter/StringCo...
* src/rsb/converter/StringConverter.cpp (StringConverter::deserialize):
cosmetic changes
(StringConverter::deseri...
R. Haschke
03:16 PM Revision f3fac416 (rsb-cpp): Removed unused typedef EventIdPtr in src/rsb/Event.h
* src/rsb/Event.h (typedef EventIdPtr): removed; unused J. Moringen
02:47 PM Revision ece0c1f6 (rsb-tools-cl): Removed unnecessary class access-mixin in src/formatting/style-...
* src/formatting/style-mixins.lisp (access-mixin): removed class; not
needed
(access? access-mixin t eql :write):...
J. Moringen
02:36 PM Revision 2664358c (rsb-cpp): Added CauseFilter in src/rsb/filter/CauseFilter.{h,cpp}
fixes #2510
* src/rsb/filter/CauseFilter.{h,cpp}: new files; contain interface and
implementation of new CauseFilt...
J. Moringen
02:13 PM Revision 1c67d1e5 (rsb-cl): Cosmetic whitespace change in src/event-processing/protocol.lisp
* src/event-processing/protocol.lisp (*event-parts*): whitespace change
for improved readability
J. Moringen

06/10/2016

01:50 PM RSBag 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/09/2016

05:46 PM Revision 4d9141d1 (rsb-manual): Backport: Mention multiple-files formatting style in news.rst
* news.rst (RSB 0.14): mention new multiple-files event formatting style
(cherry picked from commit 91e577d1a7d158e8...
J. Moringen
05:46 PM Revision 91e577d1 (rsb-manual): Mention multiple-files formatting style in news.rst
* news.rst (RSB 0.14): mention new multiple-files event formatting style J. Moringen
05:08 PM Revision a73e1a10 (rsb-tools-cl): Added style-raw-files in src/formatting/event-style-multiple-fi...
* src/formatting/event-style-multiple-files.lisp (style-raw-files): new
class; convenience class for writing raw pa...
J. Moringen
04:37 PM Revision 7e08d067 (rsb-tools-cl): Added filename-template initarg in src/formatting/event-style-m...
* src/formatting/event-style-multiple-files.lisp
(shared-initialize :before event-style-multiple-files t): new meth...
J. Moringen
04:37 PM Revision 149c9d10 (rsb-tools-cl): Added missing access? method in src/formatting/event-style-mult...
* src/formatting/event-style-multiple-files.lisp
(access? style-multiple-files t t): new method; delegate to filena...
J. Moringen
04:36 PM Revision 935d475f (rsb-tools-cl): Improved documentation string in src/formatting/event-style-mul...
* src/formatting/event-style-multiple-files.lisp (style-multiple-files):
improved documentation string
J. Moringen
04:34 PM Revision 02213b9c (rsb-tools-cl): Added initial tests in test/formatting/style-multiple-files.lisp
* test/formatting/style-multiple-files.lisp: new file; contains tests
for the `style-multiple-files' class
* cl-rsb...
J. Moringen
04:16 PM Revision 582e8bde (rsb-tools-cl): Exported style-multiple-files in src/formatting/package.lisp
* src/formatting/package.lisp (package rsb.formatting): added exported
symbols style-multiple-files, style-filename...
J. Moringen
04:16 PM Revision f05ac9bf (rsb-tools-cl): Renamed {event- -> }style-multiple-files in src/formatting/even...
* src/formatting/event-style-multiple-files.lisp (style-multiple-files):
renamed {event- -> }style-multiple-files
...
J. Moringen
01:44 PM Tasks #2504 (Resolved): Release version 0.14
J. Moringen
01:32 PM Revision b74cf961 (rsb-integrationtest): Backport: Removed PROTOBUF_JAVA_LIBRARY from classpath i...
This is necessary when the rsb-java jar with included dependencies is
used.
* java/build.xml.in: removed PROTOBUF_JA...
J. Moringen
01:10 PM Revision e68477a5 (rsb-integrationtest): Removed PROTOBUF_JAVA_LIBRARY from classpath in java/bui...
This is necessary when the rsb-java jar with included dependencies is
used.
* java/build.xml.in: removed PROTOBUF_JA...
J. Moringen
10:50 AM RSB XML Support Revision 2de46a29 (rsb-xml-python): Backport: Adapted dependencies in setup.py
The RST module for the stable domain has been renamed from rst to
rststable to avoid conflicts with the Restructured ...
J. Moringen
10:48 AM RSB XML Support Revision c6c20b76 (rsb-xml-python): Adapted dependencies in setup.py
The RST module for the stable domain has been renamed from rst to
rststable to avoid conflicts with the Restructured ...
J. Moringen

06/08/2016

08:38 PM RSB 0.14 has been released
The development activities in this cycle lead to the following improvements:
* C++: Converters for float and doubl...
J. Moringen
08:22 PM We are starting to phase out support for RSB 0.12
RSB 0.14 "has been released":https://code.cor-lab.org/news/57. As a consequence, we are now starting to phase out sup... J. Moringen
06:45 PM RSBag Revision 5ca2ffc0 (rsbag): Updated HEADs of submodules retf-documents, rsbag-{cl,manual,python,to...
J. Moringen
06:38 PM RSB XML Support Revision a7b25092 (rsb-xml): Updated HEADs of submodules rsb-xml-{integrationtest,java}
J. Moringen
05:55 PM Revision 848362e1 (rsb-manual): Backport: Added variable API_VERSION_DIRECTORY in CMakeLists.txt
* CMakeLists.txt (API_VERSION_DIRECTORY): new variable; used in links to
API documentation
(CPP_API_DIR): use API...
J. Moringen
05:55 PM Revision 4c09187b (rsb-manual): Added variable API_VERSION_DIRECTORY in CMakeLists.txt
* CMakeLists.txt (API_VERSION_DIRECTORY): new variable; used in links to
API documentation
(CPP_API_DIR): use API...
J. Moringen
05:47 PM Revision 13ed7adf (rsb-manual): Backport: Added variable API_VERSION_DIRECTORY in CMakeLists.txt
* CMakeLists.txt (API_VERSION_DIRECTORY): new variable; used in links to
API documentation
(CPP_API_DIR): use API...
J. Moringen
05:46 PM Revision 287e4d35 (rsb-manual): Added variable API_VERSION_DIRECTORY in CMakeLists.txt
* CMakeLists.txt (API_VERSION_DIRECTORY): new variable; used in links to
API documentation
(CPP_API_DIR): use API...
J. Moringen
05:06 PM Revision 546d4d39 (rsb): Removed rsb-vis-tools submodule
It breaks the release script and some CI jobs. J. Moringen
04:51 PM Revision ec11053e (rsb-yarp-cl): Backport: Fixed function call in src/transport/yarptcp/connector...
* src/transport/yarptcp/connector.lisp
(notify :after connector scope eql :attached): fixed
%connector-port-name ...
J. Moringen
04:50 PM Revision b8a8a4b5 (rsb-yarp-cl): Cosmetic changes in src/transport/yarptcp/*connector.lisp
* src/transport/yarptcp/connector.lisp
(notify connector scope eql :detached): turned documentation string
into...
J. Moringen
04:50 PM Revision ac8cb452 (rsb-yarp-cl): Fixed function call in src/transport/yarptcp/connector.lisp
* src/transport/yarptcp/connector.lisp
(notify :after connector scope eql :attached): fixed
%connector-port-name ...
J. Moringen
04:16 PM Revision 52ca88b7 (rsb): Branch for 0.14 release, refs #2504
J. Moringen
04:14 PM Revision a8eb35ea (rsb): Updated HEADs of submodules rsb-*
J. Moringen
03:32 PM Revision 2dd73fd0 (rsb-manual): Adaptations for release version in *.rst
refs #2504
* index.rst: removed note about using stable version instead of master
* install-binary.rst: adapted down...
J. Moringen
03:30 PM Revision 45ad7a74 (rsb-manual): Backport: Added missing notes in news.rst
* news.rst (RSB 0.13): added notes about available downloads
(RSB 0.11): added unsupported note
(cherry picked fro...
J. Moringen
03:28 PM Revision 252bdc6f (rsb-manual): Added missing notes in news.rst
* news.rst (RSB 0.13): added notes about available downloads
(RSB 0.11): added unsupported note
J. Moringen
03:27 PM Revision 655a0e55 (rsb-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
03:20 PM Revision b847b0b1 (rsb-yarp-cpp): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision a7c6b591 (rsb-yarp-cl): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 33228579 (rsb-zmq-cl): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision de08765a (rsb-tools-cl): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 6c5e3b78 (rsb-tools-cpp): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 248f39b0 (rsb-spread-cpp): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 5e819a61 (rsb-protocol): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 529b6af7 (rsb-python): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 0cc2097d (rsb-realtime-cpp): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 482ddeca (rsb-ros-cl): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision eb17ff6b (rsb-matlab): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 0138df41 (rsb-manual): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision dbbd2421 (rsb-cpp): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision bc71b361 (rsb-integrationtest): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision 9074c7cd (rsb-java): Version bump to 0.15.0, refs #2504
J. Moringen
03:20 PM Revision a9d970af (rsb-cl): Version bump to 0.15.0, refs #2504
J. Moringen
03:16 PM Tasks #2560 (New): Release version 0.15
J. Moringen
03:16 PM Tasks #2560 (Resolved): Release version 0.15
check mark: ✓
# Copy this issue for the next release: #2672 ✓
# Promote project:rst types ✓
# Create branches
#...
J. Moringen
02:21 PM Feature #382 (In Progress): Interaction with Foreign Nameservice
J. Moringen
02:17 PM Tasks #2559 (New): Scope renaming
J. Moringen
01:30 PM Feature #2556 (Resolved): Allow easy debugging of RSB configuration [C++]
Applied in changeset commit:rsb-cpp|0ba6dc3f43a9f0d6025bc9a4655be7c147139908. J. Moringen
01:28 PM Revision e9c884ab (rsb-manual): Mention improved timestamp precision in Java
J. Wienke
01:25 PM Revision 0997691d (rsb-manual): Mention C++ configuration debugging in news.rst
refs #2556
* news.rst (RSB 0.14): mention configuration debugging for the C++
implementation
J. Moringen
01:19 PM RSBag 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
01:03 PM RSB XML Support Tasks #461 (Resolved): XML/XOP Support [Python]
J. Moringen
01:02 PM RSB XML Support Tasks #451 (Resolved): Integration Test for Cross-language XOP Communication
J. Moringen
01:02 PM RSB XML Support Tasks #462 (Resolved): XML/XOP Support [Common Lisp]
J. Moringen
01:00 PM Tasks #2504 (In Progress): Release version 0.14
J. Moringen
12:54 PM Revision c6fdf46d (rsb-java): ExactTime: use System.currentTimeMillis on Windows
Windows does not have a higher precision clock in any case. Use the
available fallback implementation there. Renamed ...
J. Wienke
12:51 PM Revision 91b4dc2c (rsb-java): Handle invalid hostnames in inprocess/Bus
Some OSes and RFC versions allow host names to contain underscores but
the java URI API does not. Remove the invalid ...
J. Wienke
12:51 PM Revision 0ba6dc3f (rsb-cpp): Configuration debugging support in src/rsb/Factory.cpp
fixes #2556
* src/rsb/Factory.cpp (ConfigDebugPrinter): new struct; helper for
configuration debugging in Factory ...
J. Moringen
12:50 PM Revision 1632d464 (rsb-java): Valid logging config path on Windows
Work around backslashes being interpreted multiple times while
generating and using the logging configuration file fo...
J. Wienke
12:40 PM Revision 854e6e89 (rsb-java): TEMP
J. Wienke
11:15 AM Revision c1c420a6 (rsb-integrationtest): Test several payload types in {cpp,java,lisp,python}/{cl...
Test RPC communication with
* Boolean
* 32-bit signed integer
* 64-bit signed integer
* Double float
* String
argumen...
J. Moringen

06/07/2016

01:44 AM RSBag Revision 8114d3dd (rsbag): Updated HEADs of submodules retf-documents, rsbag-{cl,manual,python,to...
J. Moringen
01:43 AM RSBag 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 RSBag 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 RSBag 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 RSBag Revision db27cffc (rsbag-tools-cl): Version bump to 0.15.0, refs #2504
J. Moringen
01:28 AM RSBag Revision adfbc145 (rsbag-python): Version bump to 0.15.0, refs #2504
J. Moringen
01:28 AM RSBag Revision f69bbb4e (rsbag-manual): Version bump to 0.15.0, refs #2504
J. Moringen
01:28 AM RSBag Revision 474057c1 (rsbag-cl): Version bump to 0.15.0, refs #2504
J. Moringen
01:24 AM RSB XML Support Revision fb45420b (rsb-xml): Updated HEADs of submodules rsb-xml-{cl,cpp,integrationtest,java,pyt...
J. Moringen
01:22 AM RSB XML Support Revision 6f059a1e (rsb-xml-java): Post-release adjustments in pom.xml
refs #2504
* pom.xml: adjusted versions in RSB and RST dependencies
J. Moringen
01:20 AM RSB XML Support Revision 359af9fe (rsb-xml-python): Version bump to 0.15.0, refs #2504
J. Moringen
01:20 AM RSB XML Support Revision 0539d551 (rsb-xml-java): Version bump to 0.15.0, refs #2504
J. Moringen
01:20 AM RSB XML Support Revision 835af844 (rsb-xml-cpp): Version bump to 0.15.0, refs #2504
J. Moringen
01:20 AM RSB XML Support Revision 210f718e (rsb-xml-integrationtest): Version bump to 0.15.0, refs #2504
J. Moringen
01:20 AM RSB XML Support Revision 1537c09a (rsb-xml-cl): Version bump to 0.15.0, refs #2504
J. Moringen
 

Also available in: Atom