Activity

From 09/11/2014 to 10/10/2014

10/10/2014

02:49 PM Revision 9867754a (rsb-manual): More details on Spread efficiency in specification-spread.rst
fixes #2052
* specification-spread.rst (Hierarchical Bus): mention that Spread
transmits messages only to interest...
J. Moringen
01:19 PM Revision 520333e6 (rsb-tools-cpp): basic interface for ViewWidget + PayloadFormatter
R. Haschke
11:43 AM Revision 4a702d6f (rsb-tools-cpp): reimplemented MainWindow using ui file
R. Haschke
09:23 AM Revision dd92fbb5 (rsb-tools-cpp): fixed LGPL disclaimer
R. Haschke

10/09/2014

07:49 PM Revision 3e695048 (rsb-tools-cpp): use the same ConverterSelectionStrategy for all converters
R. Haschke
05:43 PM Revision 5030f852 (rsb-tools-cpp): configure converters
- natively support string, XOP
- all others are stored as ByteArray
R. Haschke
05:05 PM RSB XML Support Revision 2315e9e3 (rsb-xml-cpp): fixed make+config files
- correctly expose HAVE_RSBXMLTIO to downstream packages
- use pkg-config "required" slot to define upstream packages...
R. Haschke
04:17 PM Revision 0ecb696b (rsb-cpp): Improved ByteArrayConverter string copying
Use the direct copy constructor instead of a workaround through c
strings.
This also adds unit tests for the convert...
R. Haschke
03:15 PM Revision 681ab1ed (rsb-manual): Use branch name instead of version where appropriate in *.rst
fixes #2013
* install-cpp.rst: use "branch" instead of "version" replacement when
referring to the RSC branch
* in...
J. Moringen
02:39 PM Revision db2782c8 (rsb-manual): Use branch name instead of version where appropriate in *.rst
fixes #2013
* install-cpp.rst: use "branch" instead of "version" replacement when
referring to the RSC branch
* in...
J. Moringen
11:09 AM Revision 8d5cd8aa (rsb-tools-cpp): install to rsb-loggerqt${version}
R. Haschke
10:42 AM Revision 5dab393f (rsb-cpp): fixed comment, slightly simplified code
R. Haschke
10:15 AM Revision 5308cd97 (rsb-cpp): implemented issue #2041: merge uri specification into ParticipantConfig
new methods:
- ParticipantConfig::Transport::mergeOptions(uri)
- ParticipantConfig::addTransport(uri)
- ParticipantCo...
R. Haschke

10/08/2014

12:53 AM Revision 2d6bc925 (rsb-tools-cpp): separate MainWindow.cpp and main.cpp, added commandline handling
R. Haschke
10:02 PM Revision a0550abc (rsb-tools-cpp): changed config dialog to use permanent list for Listeners
R. Haschke
05:33 PM Revision 3b99df6c (rsb-tools-cpp): configure dialog for ListenerEventModel
R. Haschke
07:17 AM Revision ccd3ceb6 (rsb-manual): TODO Select visible item in dynamic switcher based on query param...
J. Moringen
07:17 AM Revision dfd4dc81 (rsb-manual): TODO add CANCEL and SURVEY methods in specification-event.rst
* specification-event.rst J. Moringen
07:17 AM Revision a1ded7ae (rsb-manual): Mention non-blocking, in-process RPC in CL in news.rst
* news.rst (RSB 0.11): mention that non-blocking, in-process
request-reply communication is now possible in the Com...
J. Moringen
07:17 AM Revision 191467d5 (rsb-manual): Multi-language missing-converter item in troubleshooting.rst
* troubleshooting.rst (Missing Converters): show examples for multiple
languages
J. Moringen
07:17 AM Revision 3b58db41 (rsb-manual): Markup improvements in concepts.rst
* concepts.rst (Concepts): use seealso directive for publication
reference
(Event): added seealso reference to ev...
J. Moringen
06:49 AM Revision c2e88033 (rsb-manual): Updated CI server links in install-binary.rst
fixes #2038
* install-binary.rst (Binary Downloads of Tools): updated MacOS download
link; removed Windows downloa...
J. Moringen
06:32 AM Revision a47dd84a (rsb-manual): Fixed typo in static variable bullet point in news.rst
* news.rst (RSB 0.11): fixed typo in static variable bullet point J. Moringen
06:32 AM Revision 797d0861 (rsb-manual): Discourage use of "generic" URIs more strongly in specification-u...
* specification-uris.rst (Generic URIs): warn about unspecified
semantics
J. Moringen
06:32 AM Revision f035e75a (rsb-manual): Clarification about scheme, host and port components in specifica...
Host and port components without scheme component are illegal in RSB
URLs.
* specification-uris.rst (Syntax): fixed ...
J. Moringen
05:51 AM Revision 1fc04c28 (rsb-manual): Discourage use of "generic" URIs more strongly in specification-u...
* specification-uris.rst (Generic URIs): warn about unspecified
semantics
J. Moringen
05:51 AM Revision 847e4e48 (rsb-manual): Clarification about scheme, host and port components in specifica...
Host and port components without scheme component are illegal in RSB
URLs.
* specification-uris.rst (Syntax): fixed ...
J. Moringen
05:28 AM Revision ffccc685 (rsb-cl): Parse more strings as URIs instead of scopes in src/participant.lisp
refs #1047
The substrings ":", "//", "#" and "?" force parsing as URI instead of
only ":".
* src/uris.lisp (parse-s...
J. Moringen

10/07/2014

11:34 PM Revision 6bae84e0 (rsb-tools-cpp): restructured class hierarchy for more modularity (see README)
R. Haschke
03:29 PM Revision 989e84a6 (rsb-manual): Updated news
* enum Direction entry changes
* socket and inprocess transport rewrites
J. Wienke
03:23 PM Revision b4c2532c (rsb-tools-cpp): moved stuff from src/logger/qLogger to src/qLogger
R. Haschke
06:05 AM Revision 843459a9 (rsb-tools-cl): Fix example file used in tests in CMakeLists.txt
refs #964
* CMakeLists.txt: use the current CMake list file instead of /etc/motd
which may not always exist
J. Moringen
05:43 AM Revision 3b14041c (rsb-manual): Describe extended file and stdin syntax in {call,send}.rst
refs #964, refs #2040
* call.rst (Description): explain extended file and standard input
syntax
(Examples): adde...
J. Moringen
05:36 AM Revision 20f00641 (rsb-tools-cl): Added functions for event construction in common/event.lisp
fixes #964, refs #2040
* common/event.lisp: new file; contains functions for constructing events
by parsing payloa...
J. Moringen
05:24 AM Revision 95fcb610 (rsb-tools-cl): Improved help strings in {send,call}/main.lisp
refs #2040
* send/main.lisp (make-help-string): mention reading payload from file;
explain interaction with shell ...
J. Moringen
04:20 AM Revision af8113ed (rsb-manual): Improved explanation for specifying arguments in call.rst
refs #2040
* call.rst (Description): mention reading payload from file; explain
interaction with shell syntax
(E...
J. Moringen
03:25 AM Revision 5629fbb6 (rsb-manual): Improved explanation for specifying send payloads in send.rst
refs #2040
* send.rst (Description): mention empty payload and reading payload from
file; explain interaction with...
J. Moringen

10/06/2014

07:00 PM RSBag Revision 483578a2 (rsbag-python): Use custom converters only for events from bag
Prevent that the custom converters specified by the user are also used
by the meta-communication with the bag process...
J. Wienke
06:58 PM RSBag Revision 20112f13 (rsbag-python): Use more unique scopes for internal communication
Make the scopes used for internal communication with rsbag more secure
by moving them to the reserved scope namespace...
J. Wienke
05:32 PM RSBag Revision b33f4ac5 (rsbag-python): Pass through the original send time
Put the original event send time to userTimes['original_send'] so that
clients can access this value if required.
fi...
J. Wienke
09:59 AM Revision f7cd5bea (rsb-cl): Added timestamps keyword parameter to make-event in src/event.lisp
* src/event.lisp (make-event): accept :timestamps and :create-timestamp?
keyword parameters
* test/event.lisp (test...
J. Moringen
05:16 AM Revision 0184cfea (rsb-tools-cpp): added TransportSpecParser
R. Haschke

10/05/2014

11:32 AM Revision b1bc3cbf (rsb-tools-cpp): added wire schema
R. Haschke
10:32 AM Revision c1f5316b (rsb-matlab): fixed version tag
Sebastian Wrede
10:00 AM Revision d405eece (rsb-matlab): changed rst to fleximon branch
Sebastian Wrede
03:19 AM Revision a1a3ea9c (rsb-tools-cpp): initial version of Qt-based Logger: qLogger
R. Haschke

10/03/2014

05:13 PM Revision cfc8dc6f (rsb-matlab): more flexible workaround for
http://opensource.cit-ec.de/issues/300 Sebastian Wrede
04:55 PM Revision 45e49567 (rsb-java): more flexible workaround for
http://opensource.cit-ec.de/issues/300 S. Wrede
03:21 PM Revision 6377c796 (rsb-java): added version 2.5.0 to the allowed set of protobuf versions, fix for
http://opensource.cit-ec.de/issues/300 S. Wrede

10/01/2014

04:10 PM RSB XML Support Revision 2b92f404 (rsb-xml-cpp): Fix CMake config file
Use the versioned library name. J. Wienke
01:10 PM Revision 51503cd4 (rsb-python): Add a SchemaAndByteArrayConverter
Similar to the C++ implementation. Patch by Norman Koester. J. Wienke

09/30/2014

06:55 PM Revision ef781356 (rsb-cpp): Try to fix windows build
It seems something now defines OUT as a preprocessor macro. Hence, chose
more unique names for enum values.
J. Wienke
01:53 PM Revision d53a28db (rsb-cpp): Enabled participants as static members
Made transports independent of static destruction order so that
participants can now be maintained in static variable...
J. Wienke
01:46 PM Revision 00a7d93a (rsb-cpp): Socket transport independent of static destruction
This commit makes the socket transport independent of the static
destruction order of C++ so that participants using ...
J. Wienke
12:58 PM Revision 96ddbdaa (rsb-cpp): Fix illegal warnings in inprocess bus destructor
The check for non-empty scopes in the inprocess bus destructor was wrong
in the sense that it did not account for the...
J. Wienke
12:58 PM Revision 55844889 (rsb-cpp): Inprocess transp. independent of static destruction
This commit makes the inprocess transport independent of static
destruction order so that participants using this tra...
J. Wienke
12:58 PM Revision 0b6f0a7a (rsb-cpp): Improved constructor / destructor logging
Added more logging to better understand which object is created and
destructed when.
J. Wienke

09/29/2014

04:19 PM Revision 26945e9e (rsb-manual): Clarified usage of RSB_PLUGINS_CPP_* variables in common.rst
* common.rst: added default value for RSB_PLUGINS_CPP_PATH; added
example for RSB_PLUGINS_CPP_LOAD
Suggested-by: R...
J. Moringen
03:48 PM Revision 65d4c2c0 (rsb-manual): clarified usage of RSB_PLUGINS_CPP_* variables
R. Haschke
03:46 PM Revision 50878095 (rsb-manual): fixed typo
R. Haschke

09/28/2014

06:15 PM Revision cc62a18a (rsb-integrationtest): Adapted to renamed rsb:*{default- -> }configuration* in ...
* lisp/config.lisp (header): updated copyright
(config-main): changed variable reference rsb:*{default- ->
}confi...
J. Moringen
05:57 PM Revision f6f3a897 (rsb-integrationtest): Adapted to renamed rsb:*{default- -> }configuration* in ...
* lisp/informer.lisp (informer-main): changed variable reference
rsb:*{default- -> }configuration*
* lisp/listener....
J. Moringen

09/27/2014

02:58 AM RSBag Revision 519f931f (rsbag-tools-cl): Use *configuration* instead of *default-configuration* in */m...
* bag-play/main.lisp (main): re-initialize *configuration* instead
of *default-configuration*
* bag-record/main.lis...
J. Moringen
02:56 AM Revision b0fe88ac (rsb-tools-cl): Use *configuration* instead of *default-configuration* in */mai...
* call/main.lisp (main): re-initialize *configuration* instead
of *default-configuration*
* logger/main.lisp (main)...
J. Moringen
02:54 AM Revision adcad6c8 (rsb-cl): Fix special and type declarations in src/variables.lisp
* src/variables.lisp (*framework-timestamps*): removed unnecessary
special declaration; added type declaration
(*...
J. Moringen
02:54 AM Revision 69a661e7 (rsb-cl): Separated *{default-,}configuration* in src/{configuration,variables}...
Separate variables *{default-,}configuration*. *default-configuration*
holds default configuration and does not chang...
J. Moringen

09/26/2014

01:51 PM Revision d6ea799b (rsb-cpp): Temp commit
J. Wienke
12:53 PM Revision e52c3ab5 (rsb-manual): Mention key installation for debian packages
fixes #2029 J. Wienke
11:20 AM Revision 8214f4e7 (rsb-cpp): Temp commit
J. Wienke
11:12 AM Revision 05e82d5a (rsb-cpp): Temp commit
J. Wienke

09/25/2014

01:36 AM RSB XML Support Revision 472d5a49 (rsb-xml-cpp): moved XOP(s) includes into cpp, use forward declaration in header
R. Haschke
01:35 AM RSB XML Support Revision 9328910e (rsb-xml-cpp): cleanup: implement XmltioXOPConverter and XOPConverter from same...
this avoids two-step conversion rst::xml::XOP <-> rsb::xml::XOP <-> rsb::xml::XmltioXOP R. Haschke
11:57 PM RSB XML Support Revision 1a99cfea (rsb-xml-cpp): Merge branch 'master' of https://code.cor-lab.org/git/rsb-xml.gi...
R. Haschke
11:48 PM Revision 25c93ed1 (rsb-cl): Test examples as part of unit test in test/examples.lisp
fixes #1190
* examples/informer.lisp (header): updated copyright
(toplevel): added a bit of informative output
* e...
J. Moringen
11:47 PM RSB XML Support Revision d721187d (rsb-xml-cpp): correctly set pkg-config's rsb-requirement from found RSB_DIR
(with or without VERSION_SUFFIX) R. Haschke
11:44 PM RSB XML Support Revision 63392176 (rsb-xml-cpp): correctly set LIB_NAME, INSTALL_PATH_PREFIX, and INCLUDE_INSTALL...
R. Haschke
11:35 PM Revision 0d3f4402 (rsb-cl): Test examples as part of unit test in test/examples.lisp
fixes #1190
* examples/informer.lisp (header): updated copyright
(toplevel): added a bit of informative output
* e...
J. Moringen
11:21 PM RSB XML Support Revision acec4671 (rsb-xml-cpp): correctly set RPATH from all link libraries
R. Haschke
09:56 PM Revision 10b2cc83 (rsb-cl): Fixed variable name typo in test/package.lisp
* test/package.lisp (*signal-error-for-restart-test?*): fixed variable
name *signal-error-{ -> for}-restart-test?*
J. Moringen
05:48 PM Revision 2a6030d4 (rsb-cpp): Temp commit
J. Wienke
05:15 PM Revision c91a75fe (rsb-cpp): Temp commit
J. Wienke
05:12 PM RSB XML Support Revision f0ada64d (rsb-xml-cpp): fixed converter type issues
M. Meier

09/24/2014

04:00 PM RSB XML Support Revision 4f15a235 (rsb-xml-cpp): implemented missing Subscription::match
R. Haschke
12:32 PM RSB XML Support Revision 259ef8b2 (rsb-xml-cpp): added boost::shared_ptr typedefs for XPathFilter and XPathDispat...
R. Haschke
12:29 PM Revision e73b43d0 (rsb-cpp): Improved documentation strings in src/rsb/filter/TypeFilter.h
* src/rsb/filter/TypeFilter.h (TypeFilter): improved documentation
strings
J. Moringen
10:36 AM Revision fca965fe (rsb-tools-cpp): Adapt to RSC signal waiting API changes
J. Wienke

09/23/2014

12:15 AM RSB XML Support Revision ab0a872f (rsb-xml-cpp): added XPathFilter, XPathDispatcherHandler
R. Haschke
09:44 PM RSB XML Support Revision a5cb1a19 (rsb-xml-cpp): added pkgconfig file
R. Haschke
08:46 PM Revision 1e72dc94 (rsb-manual): Mention use of RSC's signal waiting functions in news.rst
* news.rst (0.11): mention the fact that C++ tools and examples use
RSC's signal waiting functions to implement pro...
J. Moringen
08:46 PM Revision c4ccce6f (rsb-manual): Mention C++ TypeFilter class in news.rst
* news.rst (RSB 0.11): mention new TypeFilter class in C++
implementation
J. Moringen
08:30 PM Revision df388b6e (rsb-cpp): Fixed unused parameter in src/rsb/eventprocessing/DirectEventSending...
* src/rsb/eventprocessing/DirectEventSendingStrategy.cpp (header):
updated copyright
(DirectEventSendingStrategy:...
J. Moringen
08:30 PM Revision 2fc6ebe6 (rsb-cpp): Minor cleanup in test/rsb/integrationtest.cpp
* test/rsb/integrationtest.cpp: updated copyright; removed unused
includes
J. Moringen
08:30 PM Revision 5ee2b2c6 (rsb-cpp): Added TypeFilter in src/rsb/filter/TypeFilter.{h,cpp}
* src/rsb/filter/TypeFilter.{h,cpp}: new file; contain interface and
implementation of new TypeFilter class
* src/C...
J. Moringen
03:58 PM Revision 31ef8e4c (rsb-cpp): Fix examples for new RSC signal API
J. Wienke

09/19/2014

03:03 PM Revision 366d8d95 (rsb-tools-cpp): Use rsc::misc::{waitForSignal,hasSignalArrived} in examples/**...
refs #2008
* examples/buffer/delayed_requester.cpp (main): use
rsc::mmisc::waitForSignal
* examples/timesync/rsbts...
J. Moringen
02:57 PM Revision a3512117 (rsb-cpp): Use rsc::misc::{waitForSignal,hasSignalArrived} in examples/**/*.cpp
refs #2011
* examples/inter_transport/inprocess-and-socket.cpp (header): updated
copyright
(main): use rsc::misc...
J. Moringen
02:53 PM Revision c420fd5b (rsb-cpp): Fixed indentation in examples/meta_data/sender.cpp
* examples/meta_data/sender.cpp (header): updated copyright
(main): fixed indentation
J. Moringen
01:04 PM Revision 0350b1bb (rsb-tools-cpp): Use termination signal waiting in tool main functions
fixes #2008
* src/logger/rsb/tools/logger/main.cpp: updated copyright
(include signal.h): removed; no longer neede...
J. Moringen

09/17/2014

10:06 PM Revision 0e5e5e43 (rsb-cl): Fixed %event-id -> event-%id in src/event.lisp
* src/event.lisp (event::id): changed writer %event-id -> event-%id
(shared-initialize :after event t): adapted to ...
J. Moringen
10:06 PM Revision 893b4545 (rsb-cl): Produce legal URIs in src/transport/connector.lisp
* src/transport/connector.lisp (header): updated copyright
(shared-initialize :after connector t): use host "localh...
J. Moringen
06:34 PM Revision 2bb9e4d7 (rsb-cl): Added mixin timestamping-sender-mixin in src/transport/connector-mixi...
Previously, the serialization functions
rsb.transport.{socket:event->notification*,spread:event->notifications}
set t...
J. Moringen
06:33 PM Revision e0a74c61 (rsb-cl): Fixed :receive timestamp in src/transport/{socket,spread}/conversion....
Previously, the deserialization functions
rsb.transport.{socket:notification->event*,spread:one-notification->event}
...
J. Moringen
06:32 PM Revision f04ce8aa (rsb-cl): Use {~/.config,/etc}/rsb.conf for all UNIX-ish systems in src/variabl...
* src/variables.lisp (*default-configuration-files*): use
~/.config/rsb.conf and rsb.conf for all UNIX-ish systems,...
J. Moringen

09/12/2014

11:49 AM Revision 52d70da6 (rsb-manual): Add troubleshooting help for Boost.Signals + Qt
Adds a section on the now commonly seen compilation error when
Boost.Signals and Qt collide.
J. Wienke
 

Also available in: Atom