Activity

From 09/01/2012 to 09/30/2012

09/30/2012

05:25 PM RSBag Revision 9be7c565 (rsbag-tools-cl): Added style tests for bag-cat in CMakeLists.txt
* CMakeLists.txt: added test cases with run bat-cat on simple log
files with different output styles
J. Moringen
05:20 PM RSBag Revision 4846fcc1 (rsbag-tools-cl): Added test cases for bag-merge in CMakeLists.txt
* CMakeLists.txt: added test cases for bag-merge which take one of the
test log files and merge two copies of the o...
J. Moringen
05:20 PM RSBag Revision 798475b6 (rsbag-tools-cl): Added force commandline option in bag-merge/main.lisp
* bag-merge/main.lisp (update-synopsis): added force commandline
option
(main): pass value of force commandline o...
J. Moringen
05:20 PM RSBag Revision e852e6ba (rsbag-tools-cl): Added flush-strategy test cases in CMakeLists.txt
* CMakeLists.txt: added some test cases for bag-record which exercise
different flush strategies
J. Moringen
05:20 PM RSBag Revision 2e6f48ad (rsbag-tools-cl): Minor improvements in CMakeLists.txt
* CMakeLists.txt: added copyright header; removed exclusion of
Subversion directories in install rules
J. Moringen
05:20 PM RSBag Revision d902b38b (rsbag-tools-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* CMakeLists.txt: removed "./" prefix from installed symlinks
* cpack/CPackDebianConfig.cmake: shortened first senten...
J. Moringen
05:18 PM RSBag Revision 5e8f2b61 (rsbag-tools-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
04:16 PM RSBag Revision 5b261cca (rsbag-cl): Minor improvements in the TIDELog backend in src/backend/tidelog/
* src/backend/tidelog/index.lisp (index-num-entries index): use `/'
instead of `ash'; the compiler will manage to o...
J. Moringen
04:16 PM RSBag Revision 1edf7fd3 (rsbag-cl): Use more-conditions in src/rsb/channel-connection.lisp
* src/rsb/channel-connection.lisp (channel-connection): changed
default initargs to use `missing-required-initarg' ...
J. Moringen
04:16 PM RSBag Revision 55161534 (rsbag-cl): Improved error handling, tests for flush strategies
fixes #1038
* src/backend/flush-strategies.lisp
(shared-initialize :before property-limit t): new method; ensure
...
J. Moringen
04:16 PM RSBag Revision 3ac63d18 (rsbag-cl): Changed license GPLv3 -> LGPLv3
* **/*.lisp (header): updated copyright; changed license information
GPLv3 -> LGPLv3
* cl-rsbag.asd: likewise
(sy...
J. Moringen
04:16 PM RSBag Revision 89d48d48 (rsbag-cl): Propagate flush-strategy properly in src/rsb/construction.lisp
* src/rsb/construction.lisp (events->bag t *): pass flush-strategy to
`open-bag' if it has been supplied
J. Moringen
04:16 PM RSBag Revision 749e13a3 (rsbag-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
04:16 PM RSBag Revision 30edc6fd (rsbag-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
03:39 PM Revision 515c0ca0 (rsb-zmq-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
03:38 PM Revision 0c11137d (rsb-zmq-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
03:31 PM Revision 214ec8fa (rsb-ros-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
02:53 PM RSB XML Support Revision f9af02c4 (rsb-xml-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
02:52 PM RSB XML Support Revision 1a13422b (rsb-xml-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
02:25 PM Revision 87a41112 (rsb-cl): Various small fixes, simplifications and improvements
* src/protocol.lisp (define-restart): use `if-let'; improved comments
* src/uris.lisp (uri-options): use `mapcar' ins...
J. Moringen
02:05 PM Revision e56ed154 (rsb-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
02:05 PM Revision 8f7cc2fe (rsb-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
10:44 AM Revision 6fdf5fcc (rsb-zmq-cl): Simplified tests in test/transport/zmq/connectors.lisp
* test/transport/zmq/connectors.lisp (define-connector-suite): new
local macro; used to define tests for in-pull, i...
J. Moringen
10:43 AM Revision 67bf3ea0 (rsb-zmq-cl): Fixed package base name in CMakeLists.txt
* CMakeLists.txt: fixed package base name rsb-zmq -> cl-rsb-zmq J. Moringen
10:43 AM Revision 6bcbd9c6 (rsb-zmq-cl): Option and documentation in src/transport/zmq/connector.lisp
* src/transport/zmq/connector.lisp (connector::schema): added
documentation string
(connector): do not generate a...
J. Moringen
10:42 AM Revision 0d7d3e8f (rsb-zmq-cl): Moved packaging rules into separate file
fixes #1136
* CMakeLists.txt: removed packaging rules; moved to
cpack/DebianUbuntu.cmake; fixed install rules; fix...
J. Moringen
10:41 AM Revision bf70bbd8 (rsb-zmq-cl): Changed minor version 7 -> 8 in rsb-zmq.asd
* rsb-zmq.asd (+version-minor+): changed 7 -> 8 J. Moringen
10:40 AM Revision 65a09ee1 (rsb-zmq-cl): Fixed schema handling in src/transport/zmq/*connector.lisp
* src/transport/zmq/connector.lisp (connector::schema): renamed scheme
-> schema
(connector): changed default ini...
J. Moringen
10:40 AM Revision a02d805a (rsb-zmq-cl): Added initial unit tests in test/transport/zmq/
* test/transport/zmq/connectors.lisp: new file; contains basic tests
for connector classes
* test/transport/zmq/pac...
J. Moringen
10:11 AM Revision 79fb06a2 (rsb-tools-cl): Added proper conditions for programmable style in formatting/c...
* formatting/conditions.lisp: new file; contains conditions used by
the cl-rsb-formatting system
* formatting/event...
J. Moringen
10:11 AM Revision e8e2f627 (rsb-tools-cl): Fixed dependency/usage problems in systems cl-rsb-{formatting,s...
* stats/package.lisp (package rsb.stats): added used package
more-conditions
* cl-rsb-formatting.asd (system cl-rsb...
J. Moringen
10:11 AM Revision 23f66883 (rsb-tools-cl): Added unit tests for error-handling functions in test/common/er...
refs #1172
* test/common/error-handling.lisp: new file; contains unit tests for
error-handling functions; initiall...
J. Moringen
10:11 AM Revision 974e19ba (rsb-tools-cl): Improved error-handling functions in common/error-handling.lisp
refs #1170, fixes #1172
* common/error-handling.lisp (abort/signal): made condition parameter
mandatory; call `inv...
J. Moringen
10:11 AM Revision c25002f7 (rsb-tools-cl): Fixed width-constrained header-formatting in formatting/width-m...
Let `width-mixin' instead of `columns-mixin' handle width-constrained
formatting of column headers.
* formatting/col...
J. Moringen
10:11 AM Revision e2cfdc4b (rsb-tools-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen

09/29/2012

11:08 PM RSB XML Support Revision 385ac616 (rsb-xml-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
11:08 PM RSB XML Support Revision f0807adf (rsb-xml-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
07:03 PM RSB XML Support Revision 116fb3be (rsb-xml-cl): Added comparison functions for package, part in src/xop/*.lisp
* src/xop/protocol.lisp (part=): new generic function; compare two
`part' instance for equality
(package=): new g...
J. Moringen
06:29 PM Revision 3c203283 (rsb-manual): Added specification for configuration in specification-config.rst
refs #1128
* specification-config.rst: contains specification of configuration
mechanisms
* specification.rst: inc...
J. Moringen
05:36 PM Feature #305 (Resolved): Implement plugin mechanism
Applied in changeset rsb-cpp|commit:3e75442720fca84c390bbced1d4369bc34503c4a. J. Moringen
04:34 PM Revision 77bac521 (rsb-yarp-cpp): Added RSB plugin support in src/rsb/Plugin.cpp
This change makes the library usable as an RSB plugin.
* src/rsb/Plugin.cpp: new file; contains plugin initializatio...
J. Moringen

09/28/2012

04:33 PM Bug #1175: OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrategy enum values
Ok, I don't think there is a chance that we can fix this in 0.7 as this would result in an API break within a maintai... J. Wienke
04:30 PM Bug #1175: OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrategy enum values
rsb-0.7.0 A. Swadzba
04:29 PM Bug #1175: OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrategy enum values
In any case, I suspect that one of the symbols in the following enum is affected by a macro or define in opencv:
<pr...
J. Wienke
04:26 PM Bug #1175: OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrategy enum values
Which version of RSB is affected? J. Wienke
04:25 PM Bug #1175 (Resolved): OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrategy e...
I need to but the rsb-Header first to get my program compiled. Otherwise I get the following error (files are appende... A. Swadzba
08:01 AM Revision 6e7d7ce3 (rsb-manual): Added inter-transport description in specification-inter-transpor...
refs #1128
* specification-inter-transport-communication.rst: new file; describes
setups with multiple connectors ...
J. Moringen
08:00 AM Revision f7192095 (rsb-manual): Added description in specification-transport-level-filtering.rst
refs #1128
* specification-transport-level-filtering.rst: new file; contains
description of transport-level filter...
J. Moringen
07:59 AM Revision 1ce6bf5b (rsb-manual): Added description of plugins in specification-plugin.rst
* specification-plugin.rst: new file; contains initial description of
plugin configuration and implementation for a...
J. Moringen
07:59 AM Revision 038f953e (rsb-manual): Initial draft documentation for ROS transport
* specification-ros.rst: new file; specification of ROS transport
* specification.rst: link to specification-ros.rst
...
J. Moringen
07:58 AM Revision 3ef2c699 (rsb-manual): Initial draft documentation for YARP transport
* common.rst: added description of environment variables for the
tcp+yarp and yarp transports
* specification-yarp....
J. Moringen
07:58 AM Revision 4c92f353 (rsb-manual): Added ZMQ transport environment variables in common.rst
* common.rst: added description of environment variables related to
the ZMQ transport
J. Moringen
07:48 AM Revision f9e5a846 (rsb-manual): Added initial specification of ØMQ transport in specification-zmq...
* specification-zmq.rst: new file; contains initial specification of
ØMQ transport
* specification.rst: include spe...
J. Moringen
07:47 AM Revision 5e072cf8 (rsb-manual): Added description of event formatting in formatting.rst
* formatting.rst: new file; contains description of event formatting
* logger.rst: added seealso reference to formatt...
J. Moringen
07:45 AM Revision 4e98acb8 (rsb-manual): Improved environment variable descriptions in common.rst
* common.rst: improved descriptions of environment variables J. Moringen

09/26/2012

07:14 AM Revision f532faf9 (rsb-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
07:14 AM Revision 05397c34 (rsb-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen

09/25/2012

04:23 PM Revision bb260520 (rsb-cl): temp commit
J. Moringen

09/24/2012

08:06 PM RSBag Revision 131d712b (rsbag-tools-cl): Simplifications in */*.lisp
* bag-cat/main.lisp (make-help-string): simplified
(make-channel-filter): likewise
* bag-info/main.lisp (make-help-...
J. Moringen
02:04 PM RSBag Revision de380e58 (rsbag-cl): Improved error recovery in TIDELog backend
refs #?
* src/backend/tidelog/repair.lisp: new file; contains functions for
rebuilding missing or damaged indices
...
J. Moringen
10:11 AM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
Jan Moringen wrote:
> This reminds me of the "bagder timeout" (or whatever it was called) problem in Spread.
This...
J. Wienke
09:16 AM Revision 2650df1d (rsb-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
09:16 AM Revision f524278e (rsb-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
09:15 AM Revision 3a8de035 (rsb-cl): Cosmetic changes in src/transport/**/*.lisp
* src/transport/threaded-receiver-mixin.lisp
(start-receive threaded-receiver-mixin): made thread name more generic...
J. Moringen
09:14 AM Revision 272ebe8c (rsb-cl): Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
09:14 AM Revision b0512505 (rsb-cl): Added optimization control; correct and faster sequence numbers
* src/util.lisp (make-sequence-number-generator): fixed modular
arithmetic; for SBCL, depending on the size of fixn...
J. Moringen

09/22/2012

08:48 AM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
At least on my system, the 0.6 version of @bag-record@ has the same Spread problem (but reports the error correctly):... J. Moringen
08:30 AM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
This reminds me of the "bagder timeout" (or whatever it was called) problem in Spread.
If you think, this is a regre...
J. Moringen
08:24 AM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
ok, but in any case this used to be much more reliable in older versions. we could not even record a single video cha... J. Wienke
07:48 AM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
> [...] I would like to get this working stable in 0.7. Can you merge the patches back to 0.7?
I think you misunde...
J. Moringen
07:45 AM Tasks #1174 (Rejected): Document buffer in manual
J. Moringen

09/21/2012

08:37 PM Revision 073dd9bd (rsb-tools-cpp): Merge branch '0.7' of https://code.cor-lab.org/git/rsb.git.too...
J. Wienke
06:37 PM Revision 990efe03 (rsb-tools-cpp): Install headers of rsb buffer
J. Wienke
06:33 PM Revision 987b1364 (rsb-tools-cpp): Created proper namespaces for each tool following the usual RS...
J. Wienke
06:10 PM Revision 9e143c6d (rsb-tools-cpp): Reorder the source tree to better reflect the increased comple...
* provide global src, test and example dirs
* checks for test building and exmaple building now do not need to be dup...
J. Wienke
03:42 PM Revision 4ade2851 (rsb-tools-cpp): Fix the handling of upstream libraries and versions
* Check for the correct version of RSB
* Do not check for packages which have already been handled by RSB etc.
* Corr...
J. Wienke
03:21 PM Revision be12398c (rsb-tools-cpp): No more need to find boost. This will be done bei RSC already.
J. Wienke
03:16 PM Revision 1a6d58a0 (rsb-tools-cpp): Do not force a different cmake build type than the default one...
J. Wienke
01:07 PM Revision 29dfd532 (rsb-tools-cpp): install buffer binary with the correct name
J. Wienke
01:05 PM Revision d34ba553 (rsb-tools-cpp): fix indentation
J. Wienke
01:05 PM Revision 40fef83e (rsb-tools-cpp): Integrate buffers into common build system
J. Wienke
12:39 PM Revision 13ef2d92 (rsb-tools-cpp): merge rsb buffers into the tools project
J. Wienke
07:36 AM Revision 396eae46 (rsb-manual): Improved implementation links in specification-*.rst
* specification-event.rst: replaced repository links with download
links where possible (i.e. for all single-file r...
J. Moringen
07:34 AM Revision 96a2c869 (rsb-manual): Fixed references to Subversion in install-{cl,java}.rst
fixes #118
* install-cl.rst: fixed reference to Subversion repository
* install-java.rst: likewise
J. Moringen
07:34 AM Revision fa6b5e31 (rsb-manual): Added inprocess transport specification in specification-inproces...
* specification-inprocess.rst: new file; contains initial
specification for inprocess transport
* specification.rst...
J. Moringen
07:33 AM Revision a8cca26c (rsb-manual): Added term "superscope" to glossary in glossary.rst
* glossary.rst: added term "superscope" with example and link to
specification-scope
* specification-spread.rst: ad...
J. Moringen

09/20/2012

04:53 PM Bug #1173: Socket server dies because of incomplete message body
So, just as summary: We are unable to receive images from NAO on a remote computer reliably using the socket transpor... J. Wienke
04:25 PM Bug #1173: Socket server dies because of incomplete message body
Actually in that case the logger wasn't the server.
Can you backport the fixes to 0.7. It is really important that...
J. Wienke
04:23 PM Bug #1173: Socket server dies because of incomplete message body
The problem should be fixed in the trunk version of the logger.
You can try the following
* Use a CL logger as se...
J. Moringen
04:22 PM Bug #1173: Socket server dies because of incomplete message body
Johannes Wienke wrote:
> Why actually could it fail to send data?
Because the remote end already closed the socke...
J. Moringen
04:07 PM Bug #1173: Socket server dies because of incomplete message body
Jan Moringen wrote:
> However, I suspect this to be caused by a threading problem: the connection(s) in question see...
J. Wienke
04:06 PM Bug #1173: Socket server dies because of incomplete message body
This problem only appears if one of the programs on the remote computer is the server for the socket transport. What ... J. Wienke
03:43 PM Bug #1173: Socket server dies because of incomplete message body
I cannot debug this now.
However, I suspect this to be caused by a threading problem: the connection(s) in questio...
J. Moringen
03:15 PM Bug #1173 (Resolved): Socket server dies because of incomplete message body
NAO is sending images and a prorgram... J. Wienke
04:11 PM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
As for HUMAVIPS we are now on 0.7 and socket seems to be still a problem (#1173), I would like to get this working st... J. Wienke
03:22 PM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
At least in the scenario, I used to reproduce this, the problem seems to be related to Spread:
* Even if the info...
J. Moringen
02:52 PM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
I could reproduce the problem (without the @-rst-injector@ version). This is just an instance of the usual Spread dis... J. Moringen
11:21 AM RSBag Bug #1170 (Closed): Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly aft...
... J. Wienke
02:55 PM RSBag Bug #1172 (Resolved): Condition propragation between threads fails
... J. Moringen
02:47 PM RSBag Revision c8365276 (rsbag-cl): Propagate flush-strategy properly in src/rsb/construction.lisp
* src/rsb/construction.lisp (events->bag t *): pass flush-strategy to
`open-bag' if it has been supplied
J. Moringen
01:34 PM Enhancement #1171: rsb-tools-cl symlink names are too generic
Ok fine. Didn't know that the symlink logic only checks a substring. L. Schillingmann
01:01 PM Enhancement #1171 (Rejected): rsb-tools-cl symlink names are too generic
Normally, the symlink names are not chosen by the binary. Install rules or packaging infrastructure can add arbitrary... J. Moringen
11:54 AM Enhancement #1171 (Rejected): rsb-tools-cl symlink names are too generic
The names of the generated symlinks like "call" or "send" are too generic and probably will clash sometime with other... J. Wienke

09/19/2012

05:59 PM Revision afc9ddb5 (rsb-tools-cpp): backport: Various cleanup in CMakeLists, **/*.{h,cpp}
* CMakeLists.txt: improved debug output; cleaned up comments
* logger/main.cpp: removed logging configuration; remove...
J. Moringen
05:59 PM Revision 6eaaf902 (rsb-tools-cpp): backport: Integrated timesync component into build system
fixes #1120
* CMakeLists.txt: adapted compiler configuration; added processing of
timesync subdirectory; added time...
J. Moringen
05:58 PM Revision 18f903eb (rsb-tools-cpp): backport: Merged timesync into cpp tools
J. Wienke
04:01 PM Revision de73feb8 (rsb-tools-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/DebianUbuntu.cmake: install copyright file; write and install
upstream and Debian changelog by transforming...
J. Moringen
03:52 PM Revision 2f8162f7 (rsb-cl): Removed Spread transport in {src,test}/transport/spread/*.lisp
refs #
* src/transport/spread/assembly-mixin.lisp: removed; moved to separate
system
* src/transport/spread/condit...
J. Moringen
03:51 PM Revision ba3e5d5d (rsb-cl): Moved notification serialization to new package rsb.serialization
* src/serialization/protocol.lisp: new file; contains protocol
functions
* src/serialization/mixins.lisp: new file;...
J. Moringen
03:51 PM Revision f4ea2d25 (rsb-cl): Added link check tool in doc/collect-documentation-references.lisp
* doc/collect-documentation-references.lisp: new file; checking tool
for documentation links
J. Moringen
03:51 PM Revision 2afb5cba (rsb-cl): temp commit
J. Moringen
03:49 PM Revision 09b3a7dc (rsb-cl): Added support for plugins in src/plugins/*.lisp
refs #
* src/plugins/package.lisp: new file; contains package definition for
plugins module
* src/plugins/conditio...
J. Moringen
03:17 PM Revision 5d2b743e (rsb-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
03:17 PM Revision f2d4de36 (rsb-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
05:39 AM Revision a85808d8 (rsb-manual): Added specification links for transports in common.rst
* common.rst: added links to the respective transport specification in
sections on socket and spread transports
J. Moringen
05:39 AM Revision b9f0437a (rsb-manual): Added link for Java implementation in specification-socket.rst
* specification-socket.rst: added link for Java implementation J. Moringen
05:39 AM Revision 143d753e (rsb-manual): Markup fixes in specification-{event,socket,uris}.rst
* specification-event.rst: fixed document title and heading
decorations
* specification-socket.rst: likewise
* spec...
J. Moringen
04:16 AM RSBag Revision ed8f5447 (rsbag-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
04:15 AM RSBag Revision ffcd3cb0 (rsbag-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen

09/18/2012

04:48 PM Support #1169 (Resolved): Provide Debian Package for Spread
Once the plugin-system is in place, we should also provide a binary package for Spread itself on our package server. ... S. Wrede
02:48 PM Revision 293b7a1f (rsb-manual): fix a typo
J. Wienke
02:45 PM Bug #1168 (Rejected): Improve Binary Installation Documentation for RSB
cf. http://docs.cor-lab.de/rsb-manual/0.7/html/preparation.html#install
* Refer to packages.cor-lab.de for informa...
S. Wrede
01:21 PM Revision 96981af2 (rsb): submodule update
L. Schillingmann
01:19 PM Revision 11f06c12 (rsb-manual): backport: some minor content updates
J. Wienke
01:18 PM Revision b49bc286 (rsb-manual): backport: fixed code blocks
S. Wrede
01:18 PM Revision 507949a4 (rsb-manual): backport: Add a rough GIT primer
J. Wienke
01:14 PM Revision 1780fb5b (rsb): submodule test
L. Schillingmann
12:31 PM Revision b10aae5b (rsb-manual): changed rsc repository info to GIT
S. Wrede
11:06 AM Revision 276ae6a0 (rsb-protocol): add dependency to rsc in qibuild project
J. Wienke
09:37 AM Tasks #1128: Delete wiki pages which duplicate information included in the manual
added [[Inter-Transport]]. J. Moringen
08:32 AM Revision 1eb8df5e (rsb-yarp-cl): Unit tests for nameserver functions in test/transport/yarp/names...
* test/transport/yarp/nameserver.lisp: new file; contains initial
tests for the nameserver functionality
* test/tra...
J. Moringen

09/17/2012

07:26 PM Revision 72de4907 (rsb-manual): some minor content updates
J. Wienke
07:20 PM Revision 4d67acfe (rsb-manual): fixed code blocks
S. Wrede
07:00 PM Revision 39b5f606 (rsb-manual): Add a rough GIT primer
J. Wienke
12:15 PM Tasks #1128: Delete wiki pages which duplicate information included in the manual
added [[Transport-Level_Filtering]] J. Moringen
12:03 PM Tasks #1118 (In Progress): Fix content of manual to git URLs
J. Moringen

09/16/2012

03:20 PM Tasks #1167 (Resolved): Provide Spread transport as plugin (C++)
J. Moringen
03:13 PM Tasks #1166: Document plugin mechanism
Any feedback (patch is attached in case my email did not get through)? J. Moringen
03:12 PM Tasks #1166 (In Progress): Document plugin mechanism
J. Moringen
03:07 PM Tasks #1165: Provide YARP transport as plugin (C++)
Attached proposed patch. J. Moringen
03:05 PM Tasks #1165 (Resolved): Provide YARP transport as plugin (C++)
J. Moringen
03:04 PM Tasks #43 (In Progress): Encapsulate Transport Implementations in Extension Libraries
J. Moringen
03:02 PM Feature #305: Implement plugin mechanism
Any feedback (patch is attached in case my email did not get through)? J. Moringen

09/14/2012

03:30 AM Revision 43b08fdb (rsb-yarp-cl): Improvements to nameserver client implementation
* src/transport/yarp/conditions.lisp (failed-to-resolve-port::query):
fixed type
* src/transport/yarp/nameserver.li...
J. Moringen

09/13/2012

02:50 PM Revision 3e754427 (rsb-cpp): Added plugin mechanism in src/rsb/Factory.{h,cpp}
fixes #305
We basically just configure RSC's plugin mechanism with an
RSB-specific default searchpath: $HOME/.rsb$MA...
J. Moringen
12:23 PM Feature #305 (In Progress): Implement plugin mechanism
J. Moringen

09/12/2012

04:28 AM Revision 4a94e182 (rsb-cl): Cosmetic changes in src/transport/**/*.lisp
* src/transport/threaded-receiver-mixin.lisp
(start-receive threaded-receiver-mixin): made thread name more generic...
J. Moringen
04:28 AM Revision ce4f937d (rsb-cl): Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
04:28 AM Revision 63948166 (rsb-cl): Added optimization control; correct and faster sequence numbers
* src/util.lisp (make-sequence-number-generator): fixed modular
arithmetic; for SBCL, depending on the size of fixn...
J. Moringen
02:52 AM Revision d7480e21 (rsb-cpp): Cosmetic changes in src/rsb/Factory.cpp
* src/rsb/Factory.cpp: fixed copyright; tabs -> spaces J. Moringen

09/09/2012

05:05 AM Revision 23c05f72 (rsb-java): Fixed license, project name and copyright in several files
* src/rsb/transport/socket/Bus.java: changed license GPLv2 -> LLGPLv3
* src/rsb/transport/socket/BusClient.java: like...
J. Moringen
04:54 AM RSB XML Support Revision 1c9c8547 (rsb-xml-cl): Adapted name of Protocol Buffer message in src/converter/xop.lisp
* rsb-xml.asd (sytem rsb-xml-and-cl-protobuf): changed filename
data/rst/xml/{XOPData -> XOP}.proto
* src/converter...
R. Haschke

09/06/2012

10:33 AM Revision 466f8e3f (rsb-java): further work on socket transport implementation, refs #713
S. Wrede

09/05/2012

04:31 PM RSB XML Support Revision a4bb3f27 (rsb-xml-cpp): Renamed XOPData to XOP
* src/XOP.{h,cpp}: renamed src/{XOPData -> XOP}.{h,cpp}; renamed
classes accordingly
* src/XOPConverter.{h,cpp}: re...
R. Haschke
04:06 PM Revision 4911adeb (rsb): Updated HEAD of submodule rsb-manual
J. Moringen
04:05 PM Revision 64bc30ce (rsb-manual): Minor markup improvements in specification.rst
* specification.rst: minor markup improvement for visual pleasantness J. Moringen
04:04 PM Revision e40eaa4b (rsb-manual): Improved scope specification in specification-scope.rst
* specification-scope.rst: fixed document title; discuss scope strings
in a subsection; discuss terminating "/"; di...
J. Moringen
04:02 PM Revision cc5ef35f (rsb-manual): Added sequence number specification in specification-event.rst
* glossary.rst: added "sequence number" entry
* specification-event.rst: added a subsection for the sequence number
...
J. Moringen
03:44 PM Revision 58725b4e (rsb): Updated HEADs of submodules rsb-{cl,cpp,manual,python}
J. Moringen
03:39 PM Revision d5037249 (rsb-manual): Added description of from-source Python install in install-python...
refs #1128
* install-python.rst: new file; contains description of from-source
installation of the Python implemen...
J. Moringen
03:37 PM Revision 2ddc4c56 (rsb-manual): Improved markup in install-cpp.rst
* install-cpp.rst: use glossary links and predefined link targets;
removed unnecessary indentation
J. Moringen
03:33 PM RSB XML Support Revision e1c0074a (rsb-xml-python): renamed XOPData to XOP
Robert Haschke
03:30 PM RSB XML Support Revision 0d91e550 (rsb-xml-integrationtest): renamed XOPData to XOP
Robert Haschke
03:30 PM Revision f308b749 (rsb-manual): Increased width of left sidebar in corlab/static/corlab.css
* corlab/static/corlab.css: increased width of left sidebar,
containing navigation items, 230px -> 320px
J. Moringen
03:29 PM Revision a189d9ea (rsb-manual): Added intersphinx entry for python in conf.py.in
* conf.py.in: added intersphinx entry for http://docs.python.org J. Moringen
03:26 PM RSB XML Support Revision 14948cc1 (rsb-xml-cpp): merge branch master: comments from Jan
R. Haschke
02:04 PM RSB XML Support Revision 90cdf339 (rsb-xml-cpp): renamed XOPData to XOP
R. Haschke
02:01 PM RSB XML Support Revision 018b5744 (rsb-xml-java): renamed XOPData to XOP
Robert Haschke
01:59 PM RSB XML Support Revision 9ac5c4e6 (rsb-xml-cl): renamed XOPData to XOP
Robert Haschke
06:30 AM Revision f939364c (rsb-cl): Backport: Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
06:24 AM Revision 060c1d76 (rsb-cl): Backport: Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
06:10 AM Revision 48950b08 (rsb-python): Remove failing connections in rsb/transport/socket/__init__.py
* rsb/transport/socket/__init__.py: when a connections managed by the
bus server fails to send a message, close it ...
J. Moringen
06:08 AM Revision 08547e45 (rsb-cl): Cosmetic changes in src/transport/**/*.lisp
* src/transport/threaded-receiver-mixin.lisp
(start-receive threaded-receiver-mixin): made thread name more generic...
J. Moringen
04:41 AM Revision cfa3365c (rsb-cl): Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen

09/04/2012

08:16 PM Revision 841c23c7 (rsb-cl): Added optimization control; correct and faster sequence numbers
* src/util.lisp (make-sequence-number-generator): fixed modular
arithmetic; for SBCL, depending on the size of fixn...
J. Moringen
08:08 PM Revision d0fbfabc (rsb-cpp): Protect sequence number generation in src/rsb/Informer.{h,cpp}
* src/rsb/Informer.{h,cpp}: added mutex to protect sequence number
generation; lock it around incrementing sequence...
J. Moringen
03:52 PM Revision 0e4970d2 (rsb-cl): temp commit: potential fix for socket test raciness
J. Moringen
11:34 AM Bug #1162: Search for boost chrono if boost version >= 1.50
We should get the wind 64 bit slave going and install a more recent boost version >= 1.50 there to test this automati... J. Wienke
11:32 AM Bug #1162 (Resolved): Search for boost chrono if boost version >= 1.50
Otherwise linking fails at least on Windows. I am not sure whether this needs to be fixed already in RSC, as I suspec... J. Wienke
 

Also available in: Atom