Activity

From 05/10/2016 to 06/08/2016

06/08/2016

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 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 6c5e3b78 (rsb-tools-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 0cc2097d (rsb-realtime-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 482ddeca (rsb-ros-cl): 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 0138df41 (rsb-manual): 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 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
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
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
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/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
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
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
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

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

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

05/13/2016

06:49 PM Revision e239a8ff (rsb-tools-cl): Format payload within logical block in src/formatting/event-sty...
* src/formatting/event-style-payload.lisp
(format-event event style-payload t): establish logical block around
fo...
J. Moringen
06:47 PM Revision 44ad7b0d (rsb-tools-cl): Use mandatory pretty newline in src/formatting/payload-collecti...
* src/formatting/payload-collection.lisp
(format-payload events-by-scope-map payload-style-generic/pretty stream):
...
J. Moringen
03:42 PM Revision 5bfe7caf (rsb-tools-cpp): Do not implicitly configure a fallback timestamp in src/timesy...
* src/timesync/rsb/tools/timesync/rsbtimesync.cpp (parseOptions):
removed automatic fallback timestamp for the prio...
J. Moringen
03:41 PM Revision e1e55f64 (rsb-tools-cpp): Improved exception message in src/timesync/rsb/tools/timesync/...
* src/timesync/rsb/tools/timesync/PriorityTimestampSelector.cpp
(PriorityTimestampSelector::getTimestamp): list fai...
J. Moringen

05/12/2016

11:17 AM Revision 6188013e (rsb-tools-cpp): Add timesync:{earliest,latest} timestamps to published events
* src/timesync/rsb/tools/timesync/rsbtimesync.cpp
(InformingSyncDataHandler): store timestamp selector
(Informing...
J. Moringen

05/11/2016

11:06 AM Revision cd07c3d6 (rsb-java): Make DefaultConverterRepository thread-safe
Use a ConcurrentHashMap instead of a normal one. Also reduce the
visibility of the warning message in case a converte...
J. Wienke
10:45 AM Revision 0dce4827 (rsb-java): Make DefaultConverterRepository thread-safe
Use a ConcurrentHashMap instead of a normal one. Also reduce the
visibility of the warning message in case a converte...
J. Wienke
 

Also available in: Atom