Activity

From 09/03/2018 to 10/02/2018

10/02/2018

07:55 PM Revision e39df82f (rsb-manual): Post-release adaptations in *.rst
refs #2743
* index.rst: adapted link to released version
* install-binary.rst: adapted links to downloadable artifac...
J. Moringen
07:51 PM Revision 6c6fd2f8 (rsb-manual): Post-release adaptations in *.rst
refs #2743
* index.rst: adapted link to released version
* install-binary.rst: adapted links to downloadable artifac...
J. Moringen
07:45 PM Revision dae172c2 (rsb-zmq-cl): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision ec538ee9 (rsb-yarp-cpp): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision b2c845c8 (rsb-tools-cl): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 452e1617 (rsb-yarp-cl): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision fc98561d (rsb-tools-cpp): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 74d60ede (rsb-ros-cl): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 5a78d71d (rsb-realtime-cpp): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision edb3056c (rsb-spread-cpp): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 8169219a (rsb-matlab): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 1f8c5eb7 (rsb-manual): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 7ece0aac (rsb-protocol): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision bcc777e7 (rsb-cpp): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 9c38a868 (rsb-java): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 91621ce1 (rsb-integrationtest): Version bump to 0.19.0, refs #2743
J. Moringen
07:45 PM Revision 40b7fc47 (rsb-cl): Version bump to 0.19.0, refs #2743
J. Moringen
06:55 PM Revision 6ec3670f (rsb-manual): Mention full Spread connection sharing in Common Lisp in news.rst
refs #2199 refs #2530
* news.rst (RSB 0.18): mention full Spread connection sharing in
Common Lisp implementation
J. Moringen
06:46 PM Revision 8a84583f (rsb-cl): Connectors use bus in src/transport/spread/*connector.lisp
fixes #2199 fixes #2530
* src/transport/spread/connector.lisp (connector::bus): renamed slot
connection -> bus
(...
J. Moringen
06:46 PM Revision 26f4765e (rsb-cl): Transport creates bus in src/transport/spread/transport.lisp
* src/transport/spread/protocol.lisp (ensure-access): new generic
function; finds or creates a bus
* src/transport/...
J. Moringen
06:46 PM Revision 54289ab1 (rsb-cl): Added bus in src/transport/spread/bus[-mixins].lisp
* src/transport/spread/bus-mixins.lisp: new file; contains mixin
classes for bus implementations
* src/transport/sp...
J. Moringen
06:46 PM Revision 9d9540d4 (rsb-cl): Added message-{sender,receiver} in src/transport/spread/sender-receiv...
* src/transport/spread/sender-receiver.lisp: new file; contains
message-{sender,receiver} classes
* test/transport/...
J. Moringen
06:17 PM Revision ba0f377d (rsb-cl): New event -> notification conversion in src/transport/spread/conversi...
The main change is generating fragments lazily for large
notifications. Thus `send-notification' is called for subseq...
J. Moringen
06:16 PM Revision 032b7c6e (rsb-cl): Added notification types in src/transport/spread/notifications.lisp
The new notification types work with the current architecture of the
transport but are primarily intended for the new...
J. Moringen
05:15 PM Revision e72f3f96 (rsb-cl): Test connector more thoroughly in test/transport/spread/connectors.lisp
* test/transport/spread/connectors.lisp (define-connector-suite): test
construction errors properly; test connectin...
J. Moringen
05:14 PM Revision ca9a7090 (rsb-cl): Test utilities a-{notification,fragment} in test/transport/spread/pac...
* test/transport/spread/fragmentation.lisp (header): updated copyright
(test case fragmentation-root::assemble-smok...
J. Moringen
05:14 PM Revision 1a04860d (rsb-cl): Better log message in src/transport/spread/connection.lisp
* src/transport/spread/connection.lisp (make-hook-promise): print
group members as list
J. Moringen

10/01/2018

04:44 PM Revision a1eecc1a (rsb-python): Version bump to 0.19.0, refs #2743
J. Wienke
02:15 PM Revision d138e5f6 (rsb-net): Remove the ascii-string converter from defaults
As discussed in #2769, if someone really wishes an ascii-string
converter, he or she can add it in the repository.
T...
S. Barut
11:13 AM Revision 531bea66 (rsb-net): Change the return of the NullConverter
Thus the converters deserialization is like the serialization and
uses the Null instance instead of just null.
fixes...
S. Barut

09/27/2018

02:58 PM Revision 685072f6 (rsb-net): Add a default repository
fixes #2764
Signed-off-by: Johannes Wienke <languitar@semipol.de>
S. Barut
02:45 PM Revision 09ed960b (rsb-net): Implement missing default converters
fixes #2767
Signed-off-by: Johannes Wienke <languitar@semipol.de>
S. Barut
02:11 PM Revision 0f07e97f (rsb-net): Add newlines at end of file
Johannes Wienke
10:37 AM Revision a77710d7 (rsb-net): Remove unused imports
Johannes Wienke
10:12 AM Revision f8ecefe0 (rsb-net): Now also include comments in code formatting
Johannes Wienke

09/26/2018

02:34 PM Revision 07250c3f (rsb-net): Update the projects
* Change to newer .Net Framework target version
* Remove missing packages.conf file as it is not neccessary
* Add the...
S. Barut

09/13/2018

04:02 PM Revision 6cae318d (rsb-spread-cpp): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
09:36 AM Revision 4e522bb7 (rsb-cpp): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen

09/12/2018

06:16 PM Revision 624ae00c (rsb-cpp): Use _WIN32 instead of WIN32 in src/rsb/**/*.{h,cpp}
_WIN32 seems to be the standard macro that is guaranteed to be
defined.
* src/rsb/converter/ProtocolBufferConverter....
J. Moringen

09/05/2018

03:05 PM Revision 8ca44f48 (rsb-protocol): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:50 AM Revision 4b66c1e4 (rsb-protocol): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:50 AM Revision 92f125af (rsb-protocol): Backport: Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:48 AM Revision a5e28b65 (rsb-protocol): Modernized CMake initialization in CMakeLists.txt
* CMakeLists.txt: require CMake 3.0; do not set
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS since it has been the default for...
J. Moringen
11:29 AM Revision 86b5726e (rsb-cl): Always use ~/.config/rsb.conf in src/configuration.lisp
Previously, the user configuration file was ~/rsb.conf on win32 and
~/.config/rsb.conf everywhere else. This differed...
J. Moringen
 

Also available in: Atom