Activity

From 12/03/2012 to 01/01/2013

12/20/2012

05:25 PM Tasks #1222 (Feedback): Document binary installation of rsb-java: JAR download and Maven
What is needed to resolve or maybe reject this? Backport the description from master? Document maven-based installation? J. Moringen
05:23 PM Tasks #1257 (Resolved): Add ordering constraint for converter registration to troubleshooting sec...
Applied in changeset rsb-manual|commit:8bbc91a223539269bbf1686c49e3d661dab3e8fa. J. Moringen
05:21 PM Revision 8bbc91a2 (rsb-manual): Backport: Added "Missing Converters" issue in preparation.rst
fixes #1257
* preparation.rst: added "Missing Converters" issue in
"Troubleshooting" section
J. Moringen

12/19/2012

04:21 PM Revision 287c8f2c (rsb-manual): Fixed hardcoded Debian versions, APT sources lines in install.rst
refs #1310
* install.rst: changed testing -> main in APT sources lines; use
|debian_versions| instead of hardcodin...
J. Moringen
03:48 PM Revision 4808955f (rsb-manual): changed package archive ref to main instead of testing, fixes #1310
S. Wrede
02:18 PM RSB XML Support Revision 4d31d66d (rsb-xml-integrationtest): Added maven build support to java part
L. Ziegler
10:27 AM Revision f49e8059 (rsb-cpp): Backport: Try to fix Mac build.
J. Wienke

12/18/2012

07:02 PM Revision a3ba4202 (rsb-manual): Added entry for multiple RPC arguments in troubleshooting.rst
* troubleshooting.rst: added section "Multiple Arguments in RPC Calls" J. Moringen
05:13 PM Revision 4eef43bf (rsb-cpp): Try to fix Mac build.
J. Wienke
04:01 PM Revision 31960670 (rsb-cpp): Use pragma once instead of include guards.
* In line with remaining source code base
* simpler and less error-prone
J. Wienke
03:58 PM Bug #1285 (Resolved): converter template class breaks linking on windows
Applied in changeset rsb-cpp|commit:c81524f3ae842b30a416c83b08f62b29135a5272. J. Wienke
03:15 PM Bug #1285: converter template class breaks linking on windows
It compiles now, thanks. V. Losing
02:52 PM Bug #1285: converter template class breaks linking on windows
Oh right. Attached is a patch file based on 0.7. J. Wienke
02:29 PM Bug #1285: converter template class breaks linking on windows
It seems that the branch bug-1285 is based on RSB 0.8. We use RSB 0.7, and rsc 0.7. Could you provide a fix-branch fo... V. Losing
12:36 PM Bug #1285: converter template class breaks linking on windows
Can you please try whether the git branch bug-1285 fixes your problem? I have added a completely new converter to the... J. Wienke
11:29 AM Bug #1285: converter template class breaks linking on windows
its generated in any of our own converter i've added one as an example. V. Losing
11:20 AM Bug #1285: converter template class breaks linking on windows
But the error appears when you are compiling your own project? So in which file of your own project is this error gen... J. Wienke
11:18 AM Bug #1285: converter template class breaks linking on windows
rsb\converter\protocolbufferconverter.h(39)
it points on this code peace
#if defined(RSB_IMPORT_TEMPLATES)
tem...
V. Losing
10:50 AM Bug #1285 (In Progress): converter template class breaks linking on windows
*sigh* In which file is this compilation error? J. Wienke
08:38 AM Bug #1285: converter template class breaks linking on windows
after the update I'm getting a compiler error, when I try to compile our project.... V. Losing
03:57 PM Revision c81524f3 (rsb-cpp): Backport: Fix further compilation errors on windows.
The converter template base class needs to be exported explicitly for the string specialization.
fixes #1285
J. Wienke
03:52 PM Revision 9ead44d4 (rsb-cpp): Fix further compilation errors on windows.
The converter template base class needs to be exported explicitly for the string specialization.
refs #1285
Merge b...
J. Wienke
03:49 PM RSB XML Support Revision b8e7a28f (rsb-xml-java): Bug fixed: Attachment converter used wrong byte array.
L. Kettenbach
03:09 PM Bug #1304 (Feedback): Check if Java Implementation Throws Expected Exceptions if Spread is not Av...
Testcase works fine on MacOS throwing the expected InitializeException. Needs still to be integrated into Testsuite.
...
S. Wrede
03:07 PM RSB XML Support Revision a5851288 (rsb-xml-java): Original XOPData unit tests from XCF now work. Attachment now d...
L. Kettenbach
03:06 PM Revision 0209ad0f (rsb-java): wrote testcase to check for expected exceptions, refs #1304
S. Wrede
11:49 AM Revision 72f71181 (rsb-cpp): Add a test case to compile a new converter inside the unit tests to ...
This should find out another possible compilation problem induced through the converter template class, which needs t... J. Wienke
11:23 AM Revision 1fec40c4 (rsb-cpp): Try another way to prevent problems of the template-base class Conve...
J. Wienke
10:35 AM Feature #1244: Ant-generated Jar-file unusable for ADT projects
Still the same problem. Seems to require further investigation.
That said, my class files look like:...
S. Wrede

12/17/2012

09:33 PM RSBag Revision 10c3ecd8 (rsbag): Updated HEADs of submodules rsbag-{manual, tools-cl}
J. Moringen
09:27 PM RSBag Revision c46a6f83 (rsbag-manual): Updated CMake configuration, Sphinx configuration and theme
* CMakeLists.txt: use find_program to find sphinx-build; added
comments; fixed indentation
* conf.py.in: fixed excl...
J. Moringen
09:27 PM RSBag Revision 461b4c8f (rsbag-manual): Added adjusting timestamps in bag-play.rst and troubleshooting.rst
* bag-play.rst: turned "Selective Playback and Timing" into sections
"Selective Playback" and "Playback Timing"; ad...
J. Moringen
09:21 PM RSBag Revision 9a125938 (rsbag-manual): Separate document for troubleshooting: troubleshooting.rst
* troubleshooting.rst: new file; includes troubleshooting questions
and answers as separate sections with link targ...
J. Moringen
06:16 PM Revision 564b586c (rsb-java): added property for adjusting connection retry limit, refs #1304
S. Wrede
05:15 PM Bug #1304 (Resolved): Check if Java Implementation Throws Expected Exceptions if Spread is not Av...
S. Wrede
04:06 PM Revision b5788c7f (rsb-manual): Fixed link target in troubleshooting.rst
* troubleshooting.rst: fixed link target polymorphic-informers ->
troubleshooting-polymorphic-informers
J. Moringen

12/14/2012

12:09 PM RSB XML Support Revision ca01c75e (rsb-xml-java): Added XOMXOP class. TODO: rewrite unit test!
L. Kettenbach

12/13/2012

12:25 PM Support #1298 (Rejected): RSB and openCV: compile success depends on order of includes
This is actually a duplicate of #1175. J. Wienke
12:23 PM Support #1298: RSB and openCV: compile success depends on order of includes
This is most likely a bug in OpenCV which probably contains code along the lines... J. Moringen
11:36 AM Support #1298 (Rejected): RSB and openCV: compile success depends on order of includes
When including rsb-headers and openCV-headers in a project the succuess of compilation depends on the ordering of the... C. Emmerich

12/12/2012

03:45 PM Bug #1297: Failing tests in rsb-integration-tests
Tests involving Python sometimes run into timeouts.
The Java-related failures on the lucid64 slave are probably ca...
J. Moringen
03:34 PM Bug #1297 (Resolved): Failing tests in rsb-integration-tests
Currently, a number of tests in the integration test suite fail after I made it compile again, cf.:
https://ci.cor-l...
S. Wrede
03:27 PM Bug #1293 (Resolved): Java Properties changes broke integration test
resolved S. Wrede

12/11/2012

06:32 PM Revision a77d6aec (rsb-integrationtest): adapted to change in rsb.util.Properties (singleton only...
Sebastian Wrede
04:36 PM Bug #1293: Java Properties changes broke integration test
https://ci.cor-lab.de/job/rsb-integrationtest-trunk/1779/
It seems that the ongoing work on the maven job interfer...
J. Wienke
02:28 PM Bug #1293: Java Properties changes broke integration test
Any reason why I didn't get an email? S. Wrede
01:39 PM Bug #1293 (Resolved): Java Properties changes broke integration test
https://ci.cor-lab.org/job/rsb-integrationtest-trunk/PYTHON_VERSION=2,label=ubuntu_lucid_64bit/1787/console J. Wienke

12/10/2012

09:26 PM Revision ebab03f6 (rsb-manual): Fixed timestamp name in specification-event.rst
* specification-event.rst: in timestamp visualization figure, fixed
timestamp name dispatch -> deliver
J. Moringen
09:16 PM Tasks #802 (Closed): Sphinx-based documentation
J. Moringen
09:15 PM Bug #1062: RSB documentation doesn't say, which package to install
Arne? J. Moringen
09:14 PM Tasks #1289 (New): Document Common Lisp plugin mechanism
J. Moringen
09:13 PM Tasks #1288 (New): Document Python plugin mechanism
J. Moringen
09:13 PM Tasks #1287 (New): Document Java plugin mechanism
J. Moringen
09:13 PM Tasks #1286 (Resolved): Document C++ plugin mechanism
J. Moringen
09:12 PM Tasks #1166 (In Progress): Document plugin mechanism
The patch is committed. I changed this issue to refer to plugins in general and added sub-issues for languages. J. Moringen
07:12 PM Revision 86a126af (rsb-manual): Added description of plugins in specification-plugin.rst
refs #1166
* specification-plugin.rst: new file; contains initial, but
incomplete, description of plugin configura...
J. Moringen
07:10 PM Revision db8fd41d (rsb-manual): Added description of plugins in specification-plugin.rst
refs #1166
* specification-plugin.rst: new file; contains initial, but
incomplete, description of plugin configura...
J. Moringen
07:07 PM Revision 98990b77 (rsb-cpp): Added Sphinx marks in examples/plugin/Plugin.cpp
* examples/plugin/Plugin.cpp: added Sphinx marks J. Moringen
03:02 PM Bug #1285: converter template class breaks linking on windows
Michael, should be working now again. Please reopen this if it still does not work. J. Wienke
02:57 PM Bug #1285 (Resolved): converter template class breaks linking on windows
Applied in changeset rsb-cpp|commit:cac97a942106cb72aba67fe996a83836b8941a64. J. Wienke
01:10 PM Bug #1285: converter template class breaks linking on windows
Great, this seems to be a harsh missconception of the MSVC C++ compiler:
http://www.codesynthesis.com/~boris/blog/20...
J. Wienke
12:25 PM Bug #1285: converter template class breaks linking on windows
Ok, thanks for the info. I was able to reproduce the problem:
https://ci.cor-lab.org/job/rsb-cpp-trunk-windows-merge...
J. Wienke
11:54 AM Bug #1285: converter template class breaks linking on windows
The chessboardfinder.cpp contains the main. When i put it in the Resultpublisher.cpp which is included in the chessbo... M. Zeunert
11:24 AM Bug #1285: converter template class breaks linking on windows
@Michael: Thanks for the information. Is ChessBoardFinder.cpp built in the same executable as the main method where i... J. Wienke
02:58 PM Feature #1244: Ant-generated Jar-file unusable for ADT projects
Can someone check this again with the master version. We added some restrictions which class version to generate. J. Wienke
02:54 PM Revision cac97a94 (rsb-cpp): Backport: Prevent linking errors on windows with the ProtocolBufferC...
Due to extending Convert<string> multiple conflicting template instatitation from the Converter base class could occu... J. Wienke
02:48 PM Revision 091c8d0e (rsb-cpp): Prevent linking errors on windows with the ProtocolBufferConverter.
Due to extending Convert<string> multiple conflicting template instatitation from the Converter base class could occu... J. Wienke
02:17 PM Revision 30d23f15 (rsb-cpp): Import dll symbols from Converter<string> instantiation in client code.
* rsb/rsbexports.h.in: added a preprocessor symbol which is defined on windows in cases where header files are used b... J. Wienke
02:15 PM Revision 971f25af (rsb-cpp): Reproduce the linking error that appears on windows with the Protoco...
* Added a two test cases for the ProtocolBufferConverter simply instantiating it twice in different CPP files.
* Adde...
J. Wienke

12/08/2012

02:48 PM Tasks #803 (Closed): Design documentation structure for RSBag, rsb-gstreamer and related overarch...
J. Moringen
10:58 AM Tasks #803: Design documentation structure for RSBag, rsb-gstreamer and related overarching topics
Yep. Please do so! S. Wrede
12:04 PM Bug #1285: converter template class breaks linking on windows
1. The main difference is that we include/use RSB in multiple files. If I register the converter in the main, it seem... M. Zeunert
11:01 AM Tasks #1166: Document plugin mechanism
Please commit this. It is a good start. Maybe you could indicate more clearly that the information in the Java and Py... S. Wrede

12/07/2012

04:49 PM Bug #1285: converter template class breaks linking on windows
I tried to reproduce this with commit commit:rsb-cpp|0e96d5e4239bb2dee80dcaa4ee7b3d0fe70a1216. However, this built pe... J. Wienke
03:53 PM Bug #1285 (Resolved): converter template class breaks linking on windows
This happens on windows when the protocol buffer converter is used in the client code:... J. Wienke
04:19 PM Revision 0e96d5e4 (rsb-cpp): Try to reproduce the linking error that appears on windows with Prot...
Added a new test case for the ProtocolBufferConverter simply instantiating it once. J. Wienke
03:51 PM Revision 0b7a314f (rsb-manual): Specified language for listings in specification-spread.rst
* specification-spread.rst: specified protobuf language for
Notification listings
J. Moringen
03:51 PM Revision bd3cd605 (rsb-manual): Made :samp: more salient in corlab/static/corlab.css
* corlab/static/corlab.css: make :samp: markup stand out more J. Moringen
03:51 PM Revision dac97c8c (rsb-manual): Improved markup in several files
* install.rst: use parsed-literal directive where appropriate; fixed
plural term directives
* install-cpp.rst: like...
J. Moringen
03:38 PM Revision 4bbadf5d (rsb-manual): Simplified injection of script tag in _templates/page.html
* _templates/page.html: use script_files variable instead of extending
the "extrahead" block
J. Moringen

12/06/2012

10:23 PM Tasks #1165 (Resolved): Provide YARP transport as plugin (C++)
The patch has been applied in the meantime. J. Moringen
10:09 PM Bug #1074 (Resolved): Tutorial "Chat 1" needs further explanation
For the current rsb-manual, the potential for confusing the programming languages, in which examples are written, sho... J. Moringen
10:08 PM Bug #1075 (Resolved): Tutorial needs more explanation
I think, the current state of rsb-manual is sufficient to close this. J. Moringen
10:04 PM Bug #1062 (Feedback): RSB documentation doesn't say, which package to install
Please elaborate:
* Does this refer to rsb-manual?
* Does "package" mean Debian package?
J. Moringen
10:03 PM Tasks #802 (Feedback): Sphinx-based documentation
I think, we can close along with #803. Any objections? J. Moringen
10:01 PM Tasks #803 (Feedback): Design documentation structure for RSBag, rsb-gstreamer and related overar...
I think our landing page, intersphinx links, included example code, multi-project tutorials accomplished this. Can we... J. Moringen
09:59 PM Tasks #1166: Document plugin mechanism
Again: I would like to commit this (actually an updated version). Any objections? J. Moringen
04:30 PM RSB XML Support Revision b1153819 (rsb-xml-java): Fixed some bugs in XOPConverter and wrote some tests.
L. Kettenbach

12/04/2012

12:58 PM RSB XML Support Revision 241ab127 (rsb-xml-java): Added XOPConverter with serialization and de-serialization.
L. Kettenbach

12/03/2012

08:58 AM Revision 2557ff36 (rsb-java): fixed failing test, added check for null pointer, refs #713
S. Wrede
 

Also available in: Atom