Activity

From 05/15/2016 to 06/13/2016

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 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
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
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 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: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: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 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 b847b0b1 (rsb-yarp-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 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 482ddeca (rsb-ros-cl): 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 529b6af7 (rsb-python): 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 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 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 dbbd2421 (rsb-cpp): 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 f69bbb4e (rsbag-manual): 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 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 210f718e (rsb-xml-integrationtest): 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 1537c09a (rsb-xml-cl): Version bump to 0.15.0, refs #2504
J. Moringen
07:22 PM Revision 3c8a1bfc (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
07:16 PM Revision 73b1445c (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:35 PM Revision 75a1dbdb (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
04:54 PM Revision a7111d3d (rsb-java): Backport: Added FloatConverter in rsb/converter/FloatConverter.java
refs #485
* rsb-java/src/main/java/rsb/converter/FloatConverter.java: new file;
converter for Float type
* rsb-jav...
J. Moringen
04:50 PM Revision 9f705246 (rsb-manual): Mention added Java FloatConverter in news.rst
refs #485
* news.rst (RSB 0.14): mention new FloatConverter in Java implementation
J. Moringen
04:46 PM Revision 0d70fd8b (rsb-java): Added FloatConverter in rsb/converter/FloatConverter.java
refs #485
* rsb-java/src/main/java/rsb/converter/FloatConverter.java: new file;
converter for Float type
* rsb-jav...
J. Moringen
04:19 PM Revision d320a528 (rsb-java): Always require Unix newlines in Checkstyle
J. Wienke
03:42 PM Revision 7a618f17 (rsb-java): Fix ExactTime on OSX
Use a Signed32 field for usecs in the timeval struct. This discards all
bits that are not required.
J. Wienke
01:09 PM Revision 4b910a2f (rsb-java): Improved timestamp resolution
Adds a utility class called ExactTime which tries to use JNR to access
the current time with a higher precision than ...
J. Wienke
12:50 PM Revision e9007b0b (rsb-java): Provide a single flat jar in package
Creates an additional jar with all required dependencies included. J. Wienke

06/06/2016

09:41 PM Revision a71cca82 (rsb-manual): Cosmetic markup changes in news.rst
* news.rst (RSB 0.14): cosmetic markup changes J. Moringen

06/05/2016

12:14 AM Feature #2556 (In Progress): Allow easy debugging of RSB configuration [C++]
J. Moringen
12:14 AM Feature #2556 (Resolved): Allow easy debugging of RSB configuration [C++]
Implementation could be something like this:... J. Moringen
12:12 AM Feature #2555 (In Progress): Allow easy debugging of RSB configuration
With RSB configuration, it is sometimes hard to debug issues or even understand what is going on exactly.
One way ...
J. Moringen

06/04/2016

06:15 PM RSBag Revision 3f6fa4c6 (rsbag-cl): Export unbuilder in src/builder.lisp
* src/builder.lisp (package rsbag.builder): added exported symbol
unbuilder
J. Moringen
06:15 PM RSBag Revision 333739f5 (rsbag-cl): Added support for channel format in src/builder.lisp
* src/builder.lisp (header): updated copyright
(unbuilder::format?): new slot; controls whether the channel format
...
J. Moringen

06/03/2016

07:01 PM Revision 2e906cd8 (rsb-cpp): Indentation fixes in src/rsb/converter/StringConverter.cpp
* src/rsb/converter/StringConverter.cpp: untabified, fixed indentation J. Moringen
02:46 PM Revision a35f3adc (rsb-cpp): Backport: Fixed RSB_EXPORT in src/rsb/converter/FloatingPointConvert...
* src/rsb/converter/FloatingPointConverter.h (FloatConverter): fixed use
of RSB_EXPORT
(DoubleConverter): likewis...
J. Moringen
02:06 PM Revision eb4dfb16 (rsb-cpp): Fixed RSB_EXPORT in src/rsb/converter/FloatingPointConverter.h
* src/rsb/converter/FloatingPointConverter.h (FloatConverter): fixed use
of RSB_EXPORT
(DoubleConverter): likewise
J. Moringen
01:12 PM Revision 9aa1f5c4 (rsb-cpp): Backport: Floating point converters in src/rsb/converter/FloatingPoi...
refs #484
The new template class FloatingPointConverter converts floating point
values by just grabbing the bit patt...
J. Moringen
01:10 PM Revision 178f08b5 (rsb-cpp): Floating point converters in src/rsb/converter/FloatingPointConverte...
refs #484
The new template class FloatingPointConverter converts floating point
values by just grabbing the bit patt...
J. Moringen
12:04 PM Revision d72d6440 (rsb-cpp): Added double, float converter in src/rsb/converter/FloatConverter.{h...
refs #484
The new template class FloatConverter converts floating point values by
just grabbing the bit pattern from...
J. Moringen
11:59 AM Revision b8090c7b (rsb-manual): Mention C++ float and double converters in news.rst
refs #484
* news.rst (RSB 0.14): mention new float and double converters that have
been added to the C++ implement...
J. Moringen
11:33 AM Revision 58348826 (rsb-cpp): initial import
J. Moringen

06/02/2016

04:34 PM Revision 1b3d7cb2 (rsb-manual): Improved markup for commandline options in news.rst
* news.rst (RSB 0.14): improved markup for commandline options J. Moringen
03:20 PM Feature #2551 (Resolved): Tools sub-command for standalone (socket) server
J. Moringen
02:59 PM Revision f62f2a9c (rsb-tools-cl): Initial server program in server/main.lisp
refs #2551
* main/main.lisp (header): updated copyright
(*name->entry-point*): added entry for server command
* se...
J. Moringen
02:24 PM Revision eb0eacda (rsb-tools-cl): Initial server command in src/commands/server.lisp
refs #2551
* src/commands/server.lisp: new file; contains implementation of server
command
* test/commands/server....
J. Moringen
12:45 PM Revision a045934e (rsb-cl): Added call: syntax to portfile option in src/transport/socket/util.lisp
When the value of the portfile option is of the form
call:NAME
, `read' NAME and call the result as a function wi...
J. Moringen

06/01/2016

09:34 PM Revision a1ad2b8e (rsb-tools-cl): Cosmetic changes in test/commands/bridge/command.lisp
* test/commands/bridge/command.lisp
(test commands-bridge-command-root::smoke): cosmetic changes
J. Moringen
09:34 PM Revision 54a07c48 (rsb-tools-cl): Improved logging of source URIs in src/commands/mixins.lisp
* src/commands/mixins.lisp (command-execute source-mixin): improved
logging of source URIs
J. Moringen
09:28 PM Revision 0b8533c9 (rsb-manual): Fixed positioning of old notes in news.rst
* news.rst: (RSB 0.5): fixed note positioning
(RSB 0.4): likewise
J. Moringen
09:28 PM Revision 01e57fed (rsb-manual): Use a definition list for tools in tools.rst
* tools.rst: use a definition list instead of bullet list for tools J. Moringen
09:28 PM Revision c8b982c3 (rsb-manual): Mention server tool in news.rst
refs #2551
* news.rst (RSB 0.14): mention new server tool
J. Moringen
09:28 PM Revision bb8ba300 (rsb-manual): Initial server documentation in tool-server.rst
refs #2551
* tool-server.rst: new file; contains description of server command
* tools.rst: added link to tool-serve...
J. Moringen
09:20 PM Feature #2554 (Resolved): Terminate logger after specified number of events
Applied in changeset commit:rsb-manual|908ed0b0e005a9b4dd0226f344915ef6bed80a78. J. Moringen
05:11 PM Feature #2554 (Resolved): Terminate logger after specified number of events
The logger should have a commandline option to terminate after having processed a specified number of events. J. Moringen
05:20 PM Revision 908ed0b0 (rsb-manual): Mention stop-after commandline option in news.rst
fixes #2554
* news.rst (RSB 0.14): mention stop-after commandline option now
accepted by the logger command
J. Moringen
05:20 PM Revision 6e4b1b37 (rsb-manual): Added description of --stop-after commandline option in tool-logg...
refs #2554
* tool-logger.rst (Description): added description of --stop-after
commandline option
J. Moringen
05:19 PM Revision 14d7d860 (rsb-tools-cl): Added stop-after commandline option to logger command in logger...
refs #2554
* logger/main.lisp (update-synopsis): added stop-after commandline
option
(main): derive termination ...
J. Moringen
05:15 PM Revision 419c9447 (rsb-tools-cl): Added termination predicate in src/commands/logger.lisp
refs #2554
* src/commands/logger.lisp (logger::while): new slot; stores an optional
termination predicate
(proce...
J. Moringen
04:59 PM Tasks #552 (Rejected): Japex-based performance tracking
We should reevaluate requirements and possible solutions, if we still want to do this. J. Moringen
03:14 PM Revision ffafcfe5 (rsb-tools-cl): Added formatting style in src/formatting/event-style-multiple-f...
* src/formatting/event-style-multiple-files.lisp: new file; contains a
formatting style for writing output into one...
J. Moringen
02:51 PM Revision 83d09856 (rsb-tools-cl): New utility function ensure-style in src/formatting/util.lisp
* src/formatting/util.lisp (ensure-style): new function; create style
according to specification if necessary
* src...
J. Moringen
01:28 PM Revision 921defb0 (rsb-tools-cl): Provide event counter in src/formatting/event-style-programmabl...
* src/formatting/event-style-programmable.lisp
(compile-code style-programmable t list): provide event counter in
...
J. Moringen
11:53 AM Revision 88f19bf9 (rsb-tools-cl): Work around let-plus limitation in src/common/idl-loading-conve...
* src/common/idl-loading-converter.lisp
(maybe-ensure-idl-loading-converter): use ordinary `labels' until
let-plu...
J. Moringen
11:46 AM Revision 585f3945 (rsb-tools-cl): Logical-blocks in src/formatting/{event-style-payload,payload-g...
* src/formatting/event-style-payload.lisp
(format-event event style-payload t): removed; no longer needed
* src/for...
J. Moringen

05/31/2016

10:07 PM RSBag Enhancement #2351 (In Progress): bag info: Machine-readable output
J. Moringen
10:06 PM RSBag Feature #2553 (Rejected): JSON export for bag info
J. Moringen
05:42 PM RSBag Feature #2553 (Rejected): JSON export for bag info
It would be nice to have an easily machine-readable format from bag info. J. Wienke
01:57 PM Revision fd9c5120 (rsb-manual): Added missing glossary term "transform" in glossary.rst
* glossary.rst: added missing term "transform" J. Moringen
01:57 PM Revision 6b8def7a (rsb-manual): Fixed path of logo file in conf.py.in
* conf.py.in (html_logo): use absolute path to make it independent of
the build directory
J. Moringen
01:45 PM Revision 8067bafb (rsb-manual): Fixed syntax error in tool-logger.rst
* tool-logger.rst (Description): fixed syntax error J. Moringen

05/30/2016

08:04 PM Feature #2551 (Resolved): Tools sub-command for standalone (socket) server
* Add command
* Document
J. Moringen
06:39 PM RSBag Revision b6691cbd (rsbag-tools-cl): Added test for replaying with scope prefix in CMakeLists.txt
* CMakeLists.txt: added test for play command for replaying with scope
prefix
J. Moringen

05/28/2016

04:58 PM RSBag Revision e49b2252 (rsbag-tools-cl): Adapted to changed rsb system structure in rsbag-tools-comman...
* rsbag-tools-commands.asd (system rsbag-tools-commands): added system
dependency on rsb-patterns-request-reply
J. Moringen
04:53 PM Revision afc7f090 (rsb-tools-cl): Adapted to changed rsb system structure in rsb-tools-commands.asd
* rsb-tools-commands.asd (system rsb-tools-commands): added system
dependency on rsb-patterns-request-reply
J. Moringen
04:41 PM Revision 1e444691 (rsb-cl): Separate system for request-reply pattern in rsb-patterns-request-rep...
* cl-rsb.asd (system cl-rsb): removed files
src/patterns/request-reply/*.lisp
(system cl-rsb-test): removed files...
J. Moringen
04:41 PM Revision 9b593664 (rsb-cl): Use print-items method for method1 class in src/patterns/request-repl...
* src/patterns/request-reply/server.lisp (header): updated copyright
(print-object method1 t): removed; replaced by...
J. Moringen
04:01 PM Revision 19925763 (rsb-cl): with[-active]-participant[s] allow anonymous participants in src/macr...
* src/macros.lisp (header): updated copyright
(with-active-participant): treat variable name nil as ignored; adapte...
J. Moringen

05/18/2016

12:58 PM RSBag Revision 10568eaa (rsbag-python): Make rsb a setup runtime dependency
Import rsb not globally but inly inside the command that uses is so that
setup_requires can function properly for res...
J. Wienke
12:56 PM RSBag Revision f5e36982 (rsbag-python): Make rsb a setup runtime dependency
Import rsb not globally but inly inside the command that uses is so that
setup_requires can function properly for res...
J. Wienke
 

Also available in: Atom