Activity

From 01/15/2013 to 02/13/2013

02/13/2013

05:56 PM Revision 0bdce653 (rsb-python): Implement TCP_NODELAY handling for the socket transport.
fixes #1411 J. Wienke
05:33 PM Revision 3e2181e3 (rsb-manual): Added RSB_TRANSPORT_SOCKET_NODELAY in common.rst
refs #1412
* common.rst: added description of RSB_TRANSPORT_SOCKET_NODELAY
variable
J. Moringen
05:32 PM Bug #1412 (Resolved): Performance degradation using RPC calls from Python (master) to rsbag 0.7 a...
Applied in changeset rsb-cl|commit:adf268b8d2c30f01d53b34284c0c78580bfceee9. J. Moringen
04:22 PM Bug #1412: Performance degradation using RPC calls from Python (master) to rsbag 0.7 and master
The problem was that the @TCP_NODELAY@ option was not applied when operating in bus server mode.
This problem may ...
J. Moringen
04:14 PM Bug #1412 (In Progress): Performance degradation using RPC calls from Python (master) to rsbag 0....
J. Moringen
02:20 PM Bug #1412 (Resolved): Performance degradation using RPC calls from Python (master) to rsbag 0.7 a...
A roundtrip for calling @emitandnext@ from python to a running rsbag instance with remote control interface takes app... J. Wienke
05:11 PM Revision df73fd3e (rsb-cl): Backport: Use TCP_NODELAY by default in src/transport/socket/connecto...
refs #1412
Use TCP_NODELAY by default since this tradeoff seems more reasonable
than the alternative.
* src/transpo...
J. Moringen
05:11 PM Revision 7c8d7354 (rsb-cl): Backport: Fixed missing TCP_NODELAY in src/transport/socket/bus-conne...
refs #1412
When operating in bus server mode, TCP connections to bus clients
never used TCP_NODELAY, no matter wheth...
J. Moringen
05:11 PM Revision d2f30c9e (rsb-cl): Backport: Fixed performance regression in src/transport/spread/fragme...
refs #1170
A type declaration using `octet-vector' used to be correct. However,
in nibbles, there are `nibbles:octet...
J. Moringen
05:11 PM Revision 4cdcafef (rsb-cl): Backport: Added optimization control
* cl-rsb.asd (+optimization-fast+unsafe+): new constant; optimization
settings for code which has to be optimized t...
J. Moringen
04:33 PM Revision adf268b8 (rsb-cl): Use TCP_NODELAY by default in src/transport/socket/connector.lisp
fixes #1412
Use TCP_NODELAY by default since this tradeoff seems more reasonable
than the alternative.
* src/transp...
J. Moringen
04:33 PM Revision 0d59f5aa (rsb-cl): Fixed missing TCP_NODELAY in src/transport/socket/bus-connection.lisp
refs #1412
When operating in bus server mode, TCP connections to bus clients
never used TCP_NODELAY, no matter wheth...
J. Moringen
02:15 PM Bug #1411 (Resolved): TCP_NODELAY missing in python socket transport
There is no way to enabled TCP_NODELAY for the python socket transport implementation and it is not set as the default. J. Wienke
02:14 PM Revision 9c8846e2 (rsb-python): Add converter for uint32.
refs #487 J. Wienke
02:02 PM Bug #487: Converters for fundamental types are not implemented [Python]
uint32 is missing J. Wienke
02:01 PM Bug #1410 (New): Python socket transport swallows missing converter errors silently so that clien...
The current implementation of the socket transport only defines the following error hook on the connection:... J. Wienke
03:11 AM RSBag Revision afad7f9b (rsbag-cl): TODO TEMP commit
J. Moringen

02/12/2013

10:51 PM Revision f963457b (rsb-tools-cl): Added test for call with waiting for the reply in CMakeLists.txt
* CMakeLists (header): updated copyright
(ADD_TEST call/style=${STYLE}/no-wait): renamed
call/style=${STYLE} -> c...
J. Moringen
10:47 PM RSB XML Support Revision 4c6cb81b (rsb-xml-cl): Use nibbles:simple-octet-vector in src/{converter,test}/dom.lisp,
* src/converter/dom.lisp
(wire->domain? eql :xml-bytes simple-array eql :bytes-xml): check
for `simple-octet-vect...
J. Moringen
10:08 PM RSB XML Support Revision 83e5e183 (rsb-xml-cl): Renamed test suites to avoid name clashes in test/**/*.lisp
* test/package.lisp (package rsb-xml.test): changed exported symbol
root -> rsb-xml.root
(test suite rsb-xml.root...
J. Moringen
10:01 PM RSBag Bug #1409: Seeking with remote control interface does not work
Also, does this only happen for backwards seeks? J. Moringen
09:54 PM RSBag Bug #1409: Seeking with remote control interface does not work
Please provide the output of @bag-play --version@ as well. J. Moringen
09:38 PM RSBag Bug #1409 (Feedback): Seeking with remote control interface does not work
I cannot reproduce (with master). Can you provide the log file in question? J. Moringen
09:33 PM RSBag Bug #1409 (In Progress): Seeking with remote control interface does not work
Trying to reproduce. J. Moringen
09:20 PM RSBag Bug #1409 (Resolved): Seeking with remote control interface does not work
I am using the remote control interface over the socket transport for replaying a bag file. It seems that the seek me... J. Wienke
09:52 PM Revision 6c2936f7 (rsb-tools-cl): Fixed return value handling in call/main.lisp
* call/main.lisp (main): destructure return values of `call/raw'
correctly
J. Moringen
03:34 AM Revision 4b7f4403 (rsb-cl): Added missing file dependency for src/scope.lisp in cl-rsb.asd
* cl-rsb.asd (system cl-rsb): added missing dependency of
src/scope.lisp on src/types.lisp
J. Moringen
03:32 AM Revision bfa68149 (rsb-cl): Extended define-basic-converter-test-cases in test/converter/package....
* test/converter/package.lisp (header): updated copyright
(define-basic-converter-test-cases): added suite-name key...
J. Moringen
02:47 AM RSB XML Support Revision 3bfce876 (rsb-xml-cl): Use uninterned symbols in *package forms in **/*.{asd,lisp}
* src/converter/dom.lisp (header): updated copyright
(in-package rsb-xml.converter): use uninterned symbol
* src/co...
J. Moringen
02:32 AM RSB XML Support Revision 7408a23f (rsb-xml-cl): Fixed exported symbol part-converter in src/converter/package.lisp
* src/converter/package.lisp (package rsb-xml.converter): changed
exported symbol attachment-converter -> part-conv...
J. Moringen

02/11/2013

10:14 PM RSB XML Support Revision 7698a34d (rsb-xml-integrationtest): Configure rst.jar in java/*
* java/CMakeLists.txt: added option RST_JAVA_LIBRARY
* java/build.xml.in: added pathelement for RST_JAVA_LIBRARY
* ja...
J. Moringen
10:11 PM RSB XML Support Revision f615977e (rsb-xml-integrationtest): Formatting fixes in test/*, java/**
* java/CMakeLists.txt: fixed formatting and adapted to common
conventions
* java/src/rsb/AttachmentSampleGenerator....
J. Moringen
09:20 PM RSB XML Support Revision b1ed5290 (rsb-xml-integrationtest): Fixed copyright headers in java/src/rsb/*.java
* java/src/rsb/AttachmentSampleGenerator.java (header): added
copyright header
* java/src/rsb/informer.java (header...
J. Moringen
09:15 PM RSB XML Support Revision 88128711 (rsb-xml-integrationtest): Fixed whitespace errors in java/*, test/integrationt...
* java/CMakeLists.txt: fixed trailing whitespace
* java/pom.xml.in: likewise
* java/src/rsb/AttachmentSampleGenerator...
J. Moringen
08:06 PM RSB XML Support Revision 6e7f4c5d (rsb-xml-cpp): Added RSBXML_CLAGS in RSBXMLConfig.cmake.in
* RSBXMLConfig.cmake.in: added variable RSBXML_CFLAGS; add RST_CFLAGS
to RSBXML_CFLAGS
J. Moringen
07:33 PM RSB XML Support Revision 02082722 (rsb-xml-integrationtest): Removed incorrectly committed files results/*, test/...
* results/java/attachments/Gaussian1D.bin: removed; is produced by
test program
* results/java/attachments/Vec3DDou...
J. Moringen
04:23 PM RSBag Revision 79dc5a1e (rsbag-manual): Fixed typo and improved markup in use-cases.rst
* use-cases.rst: fixed a type and improved markup of glossary
references
J. Moringen
03:34 PM Bug #1408 (Resolved): Converter registration should be possible without rewriting default partici...
I currently have the problem that a library I am using in my code (XTT) is registering some converters for the dataty... D. Klotz
10:59 AM RSB XML Support Revision 2c87c7ff (rsb-xml-java): Bug fix: if ID not set it is -1 not Long.MIN_VALUE
L. Kettenbach
10:56 AM RSB XML Support Revision b5a3a36a (rsb-xml-java): Added XOPs class with converter and unit tests. And XOP has an ...
L. Kettenbach

02/08/2013

01:26 PM RSBag Bug #1170: Recording video with rsbag-tools-cl 0.7 with rst injected crashes shortly after record...
This is most likely caused by the badger-timeout problem. However, project:rsbag and in particular bag-record will ge... J. Moringen
12:58 PM Revision 0bdd6c9e (rsb-python): Update ignores.
J. Wienke
12:43 PM Bug #1404 (Resolved): It's impossible to add a 'void' method to a local RPC server in Python
J. Wienke
11:20 AM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
This is what happens on the server side, the client just doesn't get an answer: ... D. Klotz
11:12 AM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
This problem is also present in the @master@, the default still seems to be @object@. D. Klotz
10:12 AM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
@server.addMethod("say", say, str, type(None))@ works, @server.addMethod("say", say, str, None)@ does not (although s... D. Klotz
12:42 PM Revision 748c0753 (rsb-python): Make converter selection really dynamic in case of Server methods.
* The reply event was attached with the declared data type for the method instead of the one of the data type.
* Adde...
J. Wienke
12:42 PM Revision 8f92140d (rsb-python): Backport: Make converter selection really dynamic in case of Serv...
* The reply event was attached with the declared data type for the method instead of the one of the data type.
* Adde...
J. Wienke

02/07/2013

08:45 PM Bug #1404: It's impossible to add a 'void' method to a local RPC server in Python
Btw: could you add the target version to this issue? J. Moringen
08:44 PM Bug #1404 (Feedback): It's impossible to add a 'void' method to a local RPC server in Python
Well, there are @None@ and @type(None)@:... J. Moringen
04:08 PM Bug #1404 (Resolved): It's impossible to add a 'void' method to a local RPC server in Python
It is impossible to register a method that does not return a value for RPC servers created in Python, because there d... D. Klotz
04:52 PM Tasks #1403: improve build system Doc
"# fill build.properties with the required variables to succeed with the build"
what are the required variables?
C. Dreyer
04:46 PM Tasks #1403: improve build system Doc
"Afterwards, we can install the jar-file and the license:"
in the build.xml this is located before the aforementione...
C. Dreyer
04:42 PM Tasks #1403: improve build system Doc
after manually renaming protobuf.jar into protobuf-java.jar
the build finished successfully
C. Dreyer
04:40 PM Tasks #1403: improve build system Doc
the protobuf lib is called protobuf.jar not protobuf-java.jar C. Dreyer
04:37 PM Tasks #1403: improve build system Doc
"Now, unit tests can be executed using ant test."
this will return an error:
Buildfile: build.xml
BUILD FAILED
...
C. Dreyer
04:18 PM Tasks #1403: improve build system Doc
"
Note
Hamcrest is a dependency of JUnit in the version installed by Ubuntu GNU/Linux. Other distributions may ...
C. Dreyer
04:15 PM Tasks #1403: improve build system Doc
after installing the rsb binaries ther are 3 versions of rsb*.jar!
in the build.xml and the tutorial it says:
<pr...
C. Dreyer
04:06 PM Tasks #1403: improve build system Doc
"With this declaration, ant parses a the file build.properties which consists *or* key=value definitions."
should be...
C. Dreyer
03:57 PM Tasks #1403: improve build system Doc
"The folder layout of our tutorial project will look as follows." No it doesn't! readme.txt is missing C. Dreyer
03:49 PM Tasks #1403: improve build system Doc
Point user to binary download of JAR: http://docs.cor-lab.org/rsb-manual/trunk/html/install.html#install-binary-java S. Wrede
03:46 PM Tasks #1403: improve build system Doc
JUnit: @sudo apt-get install junit4@ S. Wrede
03:42 PM Tasks #1403 (Closed): improve build system Doc
Wie werden notwendige Voraussetzungen installiert?
apt-get ???
C. Dreyer
10:38 AM Support #1399: Matlab Installation Doc
You're right, these figures do exist. But they are partially specific for certain scenarios / systems (such as AMARSi... S. Wrede
09:39 AM Support #1399: Matlab Installation Doc
This is the wrong place for a discussion, but I nevertheless put this statement here:
Even though I feel like know...
F. Reinhart

02/06/2013

08:34 PM Bug #1401 (New): Sphinx-based documentation for rsb-matlab
We need to udpate and transform the rsb-matlab documentation from the Wiki to a Sphinx module. S. Wrede
08:33 PM Tasks #1400 (Closed): Provide build jobs for binary deployment of Java libraries
* Check rsb (0.7 and master)
* Check rst-{stable,sandbox} for 0.7 and master
* Provide build jobs for rsb.m
S. Wrede
08:30 PM Support #1399: Matlab Installation Doc
First, it is true that we need to update the documentation (which I just gave at least some love). Second, we probabl... S. Wrede
07:36 PM Support #1399: Matlab Installation Doc
Actually I never really worked much with the matlab stuff. Sebastian? Can you provide something? J. Wienke
07:10 PM Support #1399: Matlab Installation Doc
I think Felix meant the installation and configuration of rsb-matlab with ant. This is missing at docs.cor-lab.org. B... C. Emmerich
06:00 PM Support #1399: Matlab Installation Doc
Is this sufficient: [[RSBm]]? J. Wienke
05:36 PM Support #1399 (New): Matlab Installation Doc
Please provide short docu for rsb-matlab installation. F. Reinhart
08:18 PM Revision 07029857 (rsb-matlab): added further warnings about missing dependencies
Sebastian Wrede

02/05/2013

07:45 PM Bug #1398 (Resolved): System configuration files are expected in /etc/ instead of $prefix/etc
J. Moringen
12:05 PM RSB XML Support Feature #1322 (Closed): Sinnvolle Integrationtests für rsb-java-xml
L. Kettenbach
11:49 AM RSB XML Support Revision b808412c (rsb-xml-integrationtest): Change Java dep from rsb-xml-java to rsb-xml
L. Kettenbach
11:30 AM RSB XML Support Revision 7361f9f4 (rsb-xml-integrationtest): Added binary attachments and they are now compared
L. Kettenbach

02/04/2013

10:31 PM RSBag Revision 2c56b9ab (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
10:26 PM RSBag Revision b1c67103 (rsbag-manual): Fixed some glossary entries in {bag-play,news,use-cases}.rst
* bag-play.rst: fixed some glossary entries
* news.rst: likewise
* use-cases.rst: likewise
J. Moringen
10:25 PM RSBag Revision 2e3e8696 (rsbag-manual): Added Spread and "empty file" problems in troubleshooting.rst
* troubleshooting.rst: added entries for "aborting Spread connection"
and "log file is empty after recording"
* con...
J. Moringen
06:53 PM Revision b89ed88e (rsb-tools-cpp): Avoid deprecation warnings.
J. Wienke
06:42 PM Revision 6ee7a283 (rsb-tools-cpp): Backport: Fix timing issues in the TimeFrameStrategy.
* The timestamp from the reference event was not affected by the command line options, which could result in undesire... J. Wienke
06:41 PM Revision 58050bb3 (rsb-tools-cpp): Fix timing issues in the TimeFrameStrategy.
* The timestamp from the reference event was not affected by the command line options, which could result in undesire... J. Wienke
02:02 PM Revision a259d337 (rsb-tools-cpp): Update eclipse project o new build folder conventions.
J. Wienke
01:24 PM RSB XML Support Revision 034134b3 (rsb-xml-java): Bugfix: in XOPConvert a ByteBuffer was 'read only'
L. Kettenbach

02/02/2013

04:21 PM Revision 27af4496 (rsb-cl): Really fix recursive locking in src/transport/spread/fragmentation.lisp
The problem was that printing the pool object would acquire the lock
recursively when log level was info or finer.
*...
J. Moringen
04:31 AM Revision c44ab5fb (rsb-cl): Allow "-" character in scopes in src/{types,scope}.lisp
* src/types.lisp (header): updated copyright
(scope-component?): allow "-" character; use `char<=' instead of
`ch...
J. Moringen

02/01/2013

04:09 PM Revision 741f1deb (rsb-cpp): Allow '_' and '-' characters in scope components in src/rsb/Scope.cpp
* src/rsb/Scope.cpp: in verifyAndSplit, allow '_' and '-' characters
in scope components
J. Moringen
04:00 PM Revision a3453f9c (rsb-manual): Allow "_" and "-" in scope components in specification-scope.rst
* specification-scope.rst: added "_" and "-" characters in regular
expression for scope strings
J. Moringen
01:54 PM Revision 1e8f3ccc (rsb-java): identified and captured next steps for Java refactoring
S. Wrede
01:16 PM Revision 49312d59 (rsb-java): temp commit
will ref #1024, #726, #657
* src/rsb/Factory.java:
* src/rsb/Informer.java:
* src/rsb/Listener.java:
* src/rsb/Parti...
J. Moringen
12:36 PM Bug #1175 (Resolved): OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrategy e...
Applied in changeset rsb-cpp|commit:6d74303e6128b5f9e940b370a97594830ad4acee. J. Wienke
09:28 AM Bug #1175 (In Progress): OpenCV preprocessor symbol collides with ParticipantConfig::ErrorStrateg...
J. Wienke
12:36 PM Tasks #1016 (Resolved): Move ProtocolBufferConverter Implementation into Header File
Applied in changeset rsb-cpp|commit:e9889f4ea073753eb8c156f35a6247ebfbd84eba. J. Wienke
11:58 AM Tasks #1016: Move ProtocolBufferConverter Implementation into Header File
Not 100% sure, but at least the existing converters don't use it. S. Wrede
09:24 AM Tasks #1016: Move ProtocolBufferConverter Implementation into Header File
There is a first possible solution in the respective feature branch. I moved the type to wire schema functions into p... J. Wienke
09:00 AM Tasks #1016 (In Progress): Move ProtocolBufferConverter Implementation into Header File
J. Wienke
12:34 PM Revision e9889f4e (rsb-cpp): Move ProtocolBufferConverter implementation to header-only.
Merge branch 'task-1016'
fixes #1016
J. Wienke
12:27 PM Revision 6d74303e (rsb-cpp): Avoid conflicts with OpenCV by reanming the ErrorStrategy enum values.
Merge branch 'bug-1175'
fixes #1175
J. Wienke
09:39 AM Revision 5dc28f3d (rsb-cpp): Rename error strategy enum values to prevent clashes with precompile...
refs #1175 J. Wienke
09:27 AM Tasks #1174 (Rejected): Document buffer in manual
Due to the ongoing work an unknown outcome where the buffers will end up I would reject this issue for now. We will f... J. Wienke
09:18 AM Revision 1d74d796 (rsb-cpp): Move implementation of ProtocolBuffer to header only.
This will allows to drop protobuf from the dependencies later on.
The type name functions to convert between data typ...
J. Wienke

01/31/2013

06:55 PM Enhancement #1246 (Resolved): Make language switcher in manual more salient
Applied in changeset rsb-manual|commit:d3f84e92587809a20df47cc1bc81000d5eb6455d. J. Wienke
05:05 PM Enhancement #1246 (In Progress): Make language switcher in manual more salient
J. Wienke
05:42 PM Revision d3f84e92 (rsb-manual): Add an icon to the language switcher to make it more salient.
Image source: openclipart
fixes #1246
J. Wienke
02:09 PM Bug #1232: Incorrect Debian package dependency in rsb-tools-cpp0.8
Versions need to be 0.9 now. J. Wienke
02:08 PM Tasks #1234 (Resolved): Rename tools version -> info
Seems to be done since some time. J. Wienke
02:06 PM Bug #1162 (Resolved): Search for boost chrono if boost version >= 1.50
I think I fixed everything for this. J. Wienke
01:21 PM Enhancement #1274 (Resolved): Windows documentation fixes for python
Applied in changeset rsb-manual|commit:dfd3dcf2c9a47a6e4d6d2df7d300d812b3bcfdce. J. Wienke
12:52 PM Enhancement #1274 (In Progress): Windows documentation fixes for python
I will fix these for 0.9. J. Wienke
01:21 PM Revision dfd3dcf2 (rsb-manual): Add notes about spread python on windows from Herwin.
fixes #1274 J. Wienke

01/30/2013

04:43 PM Revision 88b376dd (rsb-cpp): Correctly quote path concatenation.
J. Wienke
11:05 AM Revision 1ebdf781 (rsb-cpp): Improve documentation of timestamp setting.
J. Wienke

01/29/2013

03:37 PM Feature #572 (Rejected): Include version information in source archives built by jenkins (was: sv...
I don't think this is still of any relevance. Reopen if required. J. Wienke
02:04 PM Bug #1369: Project version cannot be defined if a shallow clone is used
Python also only has support for this in 0.9. Fixed. J. Wienke
01:55 PM Bug #1369 (Resolved): Project version cannot be defined if a shallow clone is used
See #1367 for reasons. At least preserve the hash if git describe failes. J. Wienke
02:03 PM Revision f02b3db4 (rsb-python): Define the last commit hash using git log instead of git describe.
This ensures that the hash is also present on shallow clones where git describe fails.
refs #1369
J. Wienke
01:54 PM Bug #1368 (Resolved): Project version cannot be defined if a shallow clone is used
In 0.7 there was now commit hash at all. So this is fixed now. J. Wienke
01:24 PM Bug #1368 (Resolved): Project version cannot be defined if a shallow clone is used
See #1367 for reasons. At least preserve the hash if git describe failes. J. Wienke
01:48 PM Revision 44c6f42b (rsb-java): Define the last commit hash using git log instead of git describe.
This ensures that the hash is also present on shallow clones where git describe fails.
refs #1368
J. Wienke
11:44 AM RSB XML Support Tasks #1321 (Closed): Jenkins Jobs konfigurieren
L. Kettenbach

01/28/2013

06:43 PM Revision c4dea4e0 (rsb-tools-cpp): Backport: Add an option to disable building the buffer tool.
J. Wienke
06:40 PM Revision a64e370e (rsb-tools-cpp): Add an option to disable building the buffer tool.
J. Wienke
05:38 PM Tasks #1365 (New): Participant-wise configuration
With the availability of plugins it becomes more important to configure individual participants, as plugins can easil... J. Wienke
05:25 PM Bug #1356 (Resolved): Configuration via (some? all?) environment variables does not work anymore
J. Wienke
02:29 PM Revision 56c1d026 (rsb-tools-cpp): Rename buffer to simplebuffer.
The rationale is that this is really just a very basic version and we
will carry out the active development in a diff...
J. Wienke
02:27 PM Revision 9d269406 (rsb-tools-cpp): Update eclipse project.
* new build folder convetion including branch J. Wienke

01/26/2013

12:25 PM Revision b21a14e0 (rsb-manual): fixed a typo
S. Wrede

01/25/2013

03:47 PM Revision 1d6edf17 (rsb-manual): Backport: Fixed description of default global participant config ...
refs #1358
* examples-converters.rst: changed description to reflect that we now
use rsb.setDefaultParticipantConf...
J. Moringen
03:46 PM Revision 57f8f5b7 (rsb-python): Backport: Fixed manipulation of default participant config in exa...
refs #1358
Setting the global variable rsb.__defaultParticipantConfig from other
modules does not work properly and ...
J. Moringen
03:40 PM Bug #1358 (Resolved): Example for converter registration in Python is wrong
Applied in changeset rsb-python|commit:dd9e64a1bd4b6ba75858fe18df567383d28a92d9. J. Moringen
03:33 PM Bug #1358 (Resolved): Example for converter registration in Python is wrong
J. Moringen
03:40 PM Revision dd9e64a1 (rsb-python): Fixed manipulation of default participant config in examples/prot...
fixes #1358
Setting the global variable rsb.__defaultParticipantConfig from other
modules does not work properly and...
J. Moringen
03:38 PM Revision 671f4de5 (rsb-manual): Fixed description of default global participant config in example...
refs #1358
* examples-converters.rst: changed description to reflect that we now
use rsb.setDefaultParticipantConf...
J. Moringen
09:28 AM Bug #1356: Configuration via (some? all?) environment variables does not work anymore
This is automatically resolved with #1357. J. Wienke
09:25 AM Bug #1356: Configuration via (some? all?) environment variables does not work anymore
Caused by #1357 J. Wienke
08:59 AM Bug #1356: Configuration via (some? all?) environment variables does not work anymore
probably i have caused this. will have a look J. Wienke

01/24/2013

12:46 AM Revision 24c04e80 (rsb-manual): Fixed Python local server example in examples-basic.rst
Was copied from remote server example. Does anybody ever read this
stuff? :(
* examples-basic.rst: explanation of Py...
J. Moringen
12:35 AM Revision 17460b18 (rsb-manual): Minor fixes and improvements in {glossary,install}.rst
* glossary.rst: whitespace fixes
* install.rst: redundancy, whitespace and typo fixes; minor markup
improvements
J. Moringen
12:16 AM Bug #1356 (Resolved): Configuration via (some? all?) environment variables does not work anymore
In previous versions, one could do the following (the manual also claims that this works, e.g. http://docs.cor-lab.de... J. Moringen
03:07 PM RSBag Bug #1354 (Resolved): bag-cat produces WAV files which cannot be processed by some tools
Applied in changeset rsb:rsb-tools-cl|commit:dac7e1d0cf2c7f18c122adbd73b88696f11a8b4a. J. Moringen
01:14 PM RSBag Bug #1354 (Resolved): bag-cat produces WAV files which cannot be processed by some tools
In GStreamer, the problem looks like this:... J. Moringen
02:04 PM Revision 3268a1e8 (rsb-tools-cl): Backport: Fixed WAV header in formatting/payload-audio-wav.lisp
refs #1354
GStreamer complained about claimed bitrates not matching actual audio
format.
* formatting/payload-audio...
J. Moringen
01:15 PM Revision dac7e1d0 (rsb-tools-cl): Fixed WAV header in formatting/payload-audio-wav.lisp
fixes #1354
GStreamer complained about claimed bitrates not matching actual audio
format.
* formatting/payload-audi...
J. Moringen
12:28 PM RSB XML Support Bug #1353 (Resolved): Debian package cannot be installed
The Debian package (@librsbxml0.9@) has incorrect dependency entries for RS{C,B} (@rsc0.9@, @rsb0.9@ instead of @libr... J. Moringen

01/23/2013

02:07 PM Bug #1339 (Resolved): Wrong prefix in pkg-config files of the packages
Applied in changeset rsb-cpp|commit:3d2462937365d00f51e991f68875f5ef58560565. Anonymous
02:06 PM Revision 51fcb472 (rsb-cpp): Backport: Fixed prefix path in package config file
refs #1339 Arne Nordmann
02:01 PM Revision 3d246293 (rsb-cpp): Fixed prefix path in package config file
* CPack now sets CMAKE_INSTALL_PREFIX to its own CPACK_INSTALL_PREFIX
* This has to happen before config file configu...
Arne Nordmann

01/22/2013

06:40 PM RSB XML Support Revision 260a92dc (rsb-xml-java): Updated the build files (Spread no longer needed, correct versi...
D. Klotz
06:21 PM Revision 4afc94e9 (rsb-manual): improved MacOS install docs
S. Wrede
05:52 PM RSB XML Support Revision 2b7ff0e0 (rsb-xml-java): Added a script to correctly follow the RSB versioning scheme.
D. Klotz
05:23 PM RSB XML Support Revision c2d48c88 (rsb-xml-java): Updated several outdated dependencies (ProtoBuf, RSB, RST).
D. Klotz
03:25 PM RSBag Feature #1347: Minimal support for ROSbag file format
Raphael has some example ROSbags. J. Moringen
03:22 PM RSBag Feature #1347 (In Progress): Minimal support for ROSbag file format
J. Moringen
02:33 PM RSB XML Support Revision 6941a94e (rsb-xml-java): Merge branch 'master' of https://code.cor-lab.org/git/rsb-xml.g...
L. Kettenbach
02:33 PM RSB XML Support Revision 0cf0b714 (rsb-xml-java): Added support for IDs in XOPs
L. Kettenbach

01/21/2013

08:21 PM Revision 6ef6d79f (rsb-java): Register BoolConverter in src/rsb/converter/DefaultConverters.java
refs #485
* src/rsb/converter/DefaultConverters.java (DefaultConverters::register):
register BoolConverter
J. Moringen
08:17 PM Bug #485 (In Progress): Converters for Fundamental Types are not Implemented [Java]
J. Moringen
08:14 PM Revision 9ecfb992 (rsb-java): Added Boolean converter in src/rsb/converter/BoolConverter.java
refs #485
* src/rsb/converter/BoolConverter.java: new file; contains Boolean
converter
* test/rsb/converter/BoolCo...
J. Moringen
08:03 PM Revision 14ba8e93 (rsb-java): temp commit
will ref #1024, #726, #657
* src/rsb/Factory.java:
* src/rsb/Informer.java:
* src/rsb/Listener.java:
* src/rsb/Parti...
J. Moringen
08:00 PM Revision 82c697d3 (rsb-java): Added Boolean converter in src/rsb/converter/BoolConverter.java
will ref #485
* src/rsb/converter/BoolConverter.java: new file; contains Boolean
converter
* test/rsb/converter/Bo...
J. Moringen
07:47 PM Revision 8b1148e3 (rsb-cl): Implemented number converters with nibbles in src/converter/fundament...
refs #486
* src/configuration.lisp (header): updated copyright
(default-converters): removed conditionalization fo...
J. Moringen
07:38 PM Revision c71d293c (rsb-cpp): Improved exception message in src/rsb/converter/Repository.h
* src/rsb/converter/Repository.h
(Repository::getConvertersForDeserialization): when suggesting a
configuration e...
J. Moringen
07:38 PM Revision b27ed22f (rsb-cpp): Changed bool encoding in src/rsb/converter/BoolConverter.cpp
refs #484
* src/rsb/converter/BoolConverter.cpp (header): updated copyright
(BoolConverter::serialize): store eith...
J. Moringen
03:16 PM Revision acfd9a5d (rsb-cl): Backport: Fixed performance regression in src/transport/spread/fragme...
refs #1170
A type declaration using `octet-vector' used to be correct. However,
in nibbles, there are `nibbles:octet...
J. Moringen
03:13 PM Revision d2327edb (rsb-cl): Minor documentation improvements in src/{protocol,informer}.lisp
* src/protocol.lisp (header): updated copyright
(send): added causes keyword parameter; adapted documentation strin...
J. Moringen
02:58 PM Revision 6cdef583 (rsb-cl): Fixed performance regression in src/transport/spread/fragmentation.lisp
refs #1170
A type declaration using `octet-vector' used to be correct. However,
in nibbles, there are `nibbles:octet...
J. Moringen
02:58 PM Revision df1cd456 (rsb-cl): TODO Adapted to let-plus changes regarding ignored bindings
* src/transport/connector-class.lisp (header): updated copyright
(compute-default-initargs connector-class): adapte...
J. Moringen
02:56 PM Revision f3d97a4d (rsb-cl): TODO temp commit receive into static buffer
* src/transport/spread/fragmentation.lisp
* src/transport/spread/connection.lisp
* src/transport/spread/in-connector....
J. Moringen
02:48 PM Revision a50a011b (rsb-cl): Fixed performance regression in src/transport/spread/fragmentation.lisp
refs #1170
A type declaration using `octet-vector' used to be correct. However,
in nibbles, there are `nibbles:octet...
J. Moringen
02:37 PM Revision 2ebc7fe7 (rsb-cl): Changed system dependency cl-spread -> network.spread
* src/transport/spread/connection.lisp (header): updated copyright
(connection::connection): changed type spread:co...
J. Moringen

01/17/2013

07:14 PM Revision d645fa96 (rsb-manual): Added project meta-data in CMakeLists.txt
* CMakeLists.txt: added project() call; added variables
RSB_MANUAL_VERSION{,_MAJOR,_MINOR,_PATCH}
* conf.py.in: use...
J. Moringen
07:11 PM Revision ebc852c3 (rsb-manual): Improved note about user-timestamps in specification-event.rst
* specification-event.rst: put advantages and drawbacks into a single
note; slightly improved wording; normalized w...
J. Moringen
04:49 PM Feature #1244 (Resolved): Ant-generated Jar-file unusable for ADT projects
J. Wienke
03:59 PM Feature #1244: Ant-generated Jar-file unusable for ADT projects
The new generated jar file works for android. I consider this issue as solved S. Jebbara
09:08 AM Feature #1244 (Feedback): Ant-generated Jar-file unusable for ADT projects
Soufian? Ping? J. Wienke
02:21 PM Bug #1331 (Resolved): Parallel access to protobuf event payload not thread-safe in python?
We have tried to work around this issue with the attached commits on this report. By removing the logging output it i... J. Wienke
02:06 PM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
This is an implementation issue in the protocol buffers python API. We have reported it there:
http://code.google.co...
J. Wienke
09:25 AM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
From our discussion yesterday I just checked what happens to the event after passing it into the OrderedQueueDispatch... J. Wienke
02:14 PM Revision 5e766071 (rsb-python): Backport: Work around a bug in the protobuf implementation.
Without calling the __str__ method of protobuf payloads, bug #1331 is
less likely to happen.
refs #1331
D. Klotz
02:09 PM Revision 5eff49fa (rsb-python): Work around a bug in the protobuf implementation.
Without calling the __str__ method of protobuf payloads, bug #1331 is
less likely to happen.
refs #1331
D. Klotz
11:29 AM Bug #1339 (Resolved): Wrong prefix in pkg-config files of the packages
The @.pc@ files incorrectly define the prefix and pathes to be in @/usr/local@, where infact it should be @/usr/@, wh... Anonymous
09:10 AM Revision 2e819027 (rsb-java): Fix an exception in the Properties occurring on android devices.
The "hack" to receive the jar manifest does not work on android devices
with the different compiler architecture. Hen...
J. Wienke

01/16/2013

09:40 PM Bug #1334 (Resolved): Configuring loggers does not work using environment variables.
This is now completely fixed in master, so that RSC_LOGGING_YOUR_LOGGER_LEVEL=BLA works. However, I had to change int... J. Wienke
09:21 PM Bug #1334: Configuring loggers does not work using environment variables.
With the resolution for #1336 the specification now works using RSC_RSC_LOGGING* variables. This is still suboptimal ... J. Wienke
07:34 PM Bug #1334: Configuring loggers does not work using environment variables.
This is caused by the fact that the current logging system in RSC is case-sensitive, but option handling from the env... J. Wienke
07:11 PM Bug #1334 (In Progress): Configuring loggers does not work using environment variables.
J. Wienke
02:29 PM Bug #1334 (Resolved): Configuring loggers does not work using environment variables.
The following log message will not be shown, regardless of the shell's environment:... L. Schillingmann
09:37 PM Revision 9c0e8cfd (rsb-cpp): Do not strip the prefix of environment variable options for the logg...
This avoid the necessity for RSC_RSC_LOGGING duplication.
refs #1334
J. Wienke
07:07 PM Revision 7ee496f5 (rsb-protocol): Add ignores for build folder.
J. Wienke
06:20 PM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
This also happens when using the spread transport. So no socket transport error. J. Wienke
05:18 PM Bug #1331: Parallel access to protobuf event payload not thread-safe in python?
So far I've unfortunately NOT been able to reproduce this error by just doing lots of reading operations on a ProtoBu... D. Klotz
04:26 PM Bug #1335 (New): Socket transport in Python silently drops events
It seems that under certain circumstances, the socket transport in rsb-python can silently drop / not deliver / not c... D. Klotz
03:29 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
No, but that discussion would be off-topic for this issue. I will take care of the build jobs later. J. Moringen
03:10 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
API keys have changed. Can this explain the problems? J. Wienke
03:02 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
I believe the CL jobs have been broken by the Jenkins update. Probably because HTTP access to workspaces works differ... J. Moringen
11:22 AM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
Everything apart from CL and known problems seems to compile again on jenkins. J. Wienke

01/15/2013

07:53 PM Revision 61ae52f2 (rsb-cl): Backport: Avoid recursive locking in src/transport/spread/fragmentati...
* src/transport/spread/fragmentation.lisp (header): updated copyright
(delete-partial-assemblies): print number of ...
J. Moringen
07:47 PM Revision 38273cc8 (rsb-cl): Avoid recursive locking in src/transport/spread/fragmentation.lisp
* src/transport/spread/fragmentation.lisp (header): updated copyright
(delete-partial-assemblies): print number of ...
J. Moringen
05:27 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
I have bumped the version for everything I knew of apart from the CL components because I did not know how to do it t... J. Wienke
04:58 PM Bug #1251: The current versioning scheme of RSC/RSB is inconsistent
It's actually easy. It just requires to change the version numbers. I will try to do it now. J. Wienke
05:18 PM RSBag Revision 67808c9e (rsbag-manual): Informal version bump to 0.9.
refs #1251 J. Wienke
05:15 PM RSB XML Support Revision 2f6130b7 (rsb-xml-python): Informal version bump to 0.9.
refs #1251 J. Wienke
05:15 PM RSB XML Support Revision 4b40bc4f (rsb-xml-java): Informal version bump to 0.9.
refs #1251 J. Wienke
05:14 PM RSB XML Support Revision 5f4339b6 (rsb-xml-integrationtest): Informal version bump to 0.9.
refs #1251 J. Wienke
05:14 PM RSB XML Support Revision 04f6997b (rsb-xml-cpp): Informal version bump to 0.9.
refs #1251 J. Wienke
05:09 PM Revision 850701fd (rsb-yarp-cpp): Informal version bump to 0.9.
refs #1251 J. Wienke
05:07 PM Revision 60bdf798 (rsb-tools-cpp): Informal version bump to 0.9.
refs #1251 J. Wienke
05:06 PM Revision 4c974dce (rsb-python): Informal version bump to 0.9.
refs #1251 J. Wienke
05:06 PM Revision 08b7c05d (rsb-protocol): Informal version bump to 0.9.
refs #1251 J. Wienke
05:05 PM Revision c842190c (rsb-matlab): Informal version bump to 0.9.
refs #1251 J. Wienke
05:05 PM Revision d22e74fb (rsb-manual): Informal version bump to 0.9.
refs #1251 J. Wienke
05:04 PM Revision a1f2f9d3 (rsb-java): Informal version bump to 0.9.
refs #1251 J. Wienke
05:03 PM Revision 0189b790 (rsb-cpp): Informal version bump to 0.9.
refs #1251 J. Wienke
02:06 PM Bug #1331 (In Progress): Parallel access to protobuf event payload not thread-safe in python?
I posted to the mailing list to actually find out which thread safety guarantees exist in the python API. The documen... J. Wienke
11:59 AM Bug #1331 (Resolved): Parallel access to protobuf event payload not thread-safe in python?
We noticed a strange problem when both the logging code of rsb-python and my own handler trying to access the event p... D. Klotz
01:56 PM RSB XML Support Support #1320 (Closed): clf branch in master mergen
L. Kettenbach
01:56 PM RSB XML Support Feature #1319 (Closed): Altes ant build file re-aktivieren
L. Kettenbach
01:55 PM RSB XML Support Feature #1319 (Resolved): Altes ant build file re-aktivieren
L. Kettenbach
01:55 PM RSB XML Support Tasks #1321: Jenkins Jobs konfigurieren
-rsb-xml-java-trunk-
rsb-xml-java-trunk-maven-deploy => David?
rsb-xml-integrationtest-trunk
L. Kettenbach
01:34 PM RSB XML Support Revision b2d5b44e (rsb-xml-java): Fixed some warnings
L. Kettenbach
01:09 PM RSB XML Support Revision 0682303b (rsb-xml-java): Fixed some warnings
L. Kettenbach
01:01 PM RSB XML Support Revision c44cced5 (rsb-xml-java): Fixed some warnings
L. Kettenbach
12:03 PM RSB XML Support Revision 1f869884 (rsb-xml-java): Removed old XPath filter test
L. Kettenbach
12:00 PM RSB XML Support Revision 3ee5ae10 (rsb-xml-java): Added all libs for ant.
L. Kettenbach
11:52 AM RSB XML Support Revision ac2a5890 (rsb-xml-java): There are no examples, so ant will not compile them.
L. Kettenbach
11:31 AM Revision e808859f (rsb-python): Fix use of logging system.
We should not use % string formatting in logging calls, as the logger
then cannot prevent the string processing in ca...
J. Wienke
11:27 AM RSB XML Support Revision c89c00ac (rsb-xml-java): Updated deps (rst, rsb)
L. Kettenbach
 

Also available in: Atom