Activity

From 10/21/2012 to 11/19/2012

11/19/2012

10:54 PM Bug #1245 (Resolved): Singleton factories do not work as expected on windows
Applied in changeset rsb-cpp|commit:3e304f85f06b317efb7cc9998b5d8c9c3a74cee8. J. Wienke
09:49 PM Bug #1245: Singleton factories do not work as expected on windows
Looks OK, but @rsb::transport::ConnectorFactory<>::getInstance()@ could use a small explanatory comment. J. Moringen
07:02 PM Bug #1245 (In Progress): Singleton factories do not work as expected on windows
Jan, I have committed a fix for this issue to the respective bug branch, commit 27624814. Can you have a quick look a... J. Wienke
12:50 PM Bug #1245: Singleton factories do not work as expected on windows
It may be possible to use the @rsc::patterns::Singleton@ as a private base class instead of removing it entirely. Thi... J. Moringen
11:29 AM Bug #1245 (Resolved): Singleton factories do not work as expected on windows
As described in #1231, multiple instances of the singletons occur across build units on windows leading to unexpected... J. Wienke
10:53 PM Enhancement #1247 (Resolved): Remove singleton backwards compatibility for factories
This was introduced and marked as deprecated to force users to convert to the new api. J. Wienke
09:41 PM Enhancement #1246 (Resolved): Make language switcher in manual more salient
J. Moringen
09:40 PM Tasks #802: Sphinx-based documentation
Can we close this? J. Moringen
02:11 PM Bug #1231 (Resolved): Connector and EventProcessingStrategie factory singletons are instantiated ...
Changes of the wip branch are now in 0.7 and master. J. Wienke
11:26 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
I will remap this bug to the actual minor problem of viewing the factories to prevent a renaming of the branch for fi... J. Wienke
12:52 PM Enhancement #1243: Set Java RSB version in Properties from ANT using git describe
Would be nice if you could actually do it. Thx! S. Wrede
10:29 AM Enhancement #1243: Set Java RSB version in Properties from ANT using git describe
This also relates to the fact that we should generate a patch version from GIT comparable to C++ so that version bump... J. Wienke

11/18/2012

04:23 PM Feature #1244 (Resolved): Ant-generated Jar-file unusable for ADT projects
The ant-generated rsb.jar file was reported to not work in Eclipse-Android projects. Exporting the RSB classes manual... S. Wrede
04:21 PM Enhancement #1243 (Resolved): Set Java RSB version in Properties from ANT using git describe
Currenlty, the Java Version identifier is set manually in rsb.util.Properties and there is no information about the c... S. Wrede

11/16/2012

04:59 PM RSBag Tasks #1238 (Resolved): Extend documentation of scope-and-type strategy in manual
* :-separator
* How is the type part formed
J. Moringen
01:40 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
I've added the include dir from spread, and rebuilded rsb, now the exception is gone :D.
I will test receive and sen...
V. Losing
09:24 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Ok, I suspect this is the real problem (apart from the other ones we started fixing):... J. Wienke
08:22 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
I've added the requested outputs.
3. with socket transport it doesn't crash, I'm not sure how to test a send and l...
V. Losing

11/15/2012

05:24 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
While trying to reproduce your issue I ended up being unable to reproduce it again on our build infrastructure. Event... J. Wienke
03:39 PM Enhancement #1236 (New): VERSION_SUFFIX should be configurable
No. J. Wienke

11/14/2012

07:20 PM Enhancement #1236 (Feedback): VERSION_SUFFIX should be configurable
I think, we can add this. Johannes, do you see any problems? J. Moringen
01:25 PM Enhancement #1236 (New): VERSION_SUFFIX should be configurable
It seems not be possible to install rsb-tools-cpp without the version suffix. Changing the cmake variable to a cache ... L. Schillingmann

11/13/2012

09:41 PM Enhancement #1221 (Resolved): Document timestamp ecoding more precisely
Applied in changeset rsb-protocol|commit:a561fd673ed0ac765449adeb4553d634652cbce5. J. Moringen
11:37 AM Feature #1235 (Resolved): Extend / Adapt Java Configuration to Accept Common / C++ Configuration ...
Currently, the user sees error messages if properties unknown to the Java implementation are used in the rsb.conf fil... S. Wrede
02:19 AM Tasks #1234 (Resolved): Rename tools version -> info
Will probably affect build system, packaging and maybe the manual. J. Moringen
02:18 AM Feature #1233 (Resolved): Show plugin information in info tool
J. Moringen

11/09/2012

02:28 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Strangely, the @getOutFactoryInstance()@ hack is not currently in effect. rsb-cpp compiles happily with the function ... J. Moringen
09:37 AM Bug #1230: Unintuitive error message upon misconfiguration
This is a slightly different case (RSB not linked with the spread library, but spread is the only enabled transport),... D. Klotz

11/08/2012

12:37 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Oh yes. So the trick was that the singleton instance needs to be created inside the rsb DLL. For this purpose the dll... J. Wienke
05:31 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Thanks, I think, I see the problem now (excerpt from attachment:rsb_version_output.txt)... J. Moringen
02:19 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
here are the demanded outputs... V. Losing
11:11 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Thanks for trying that. Can you also attach the output of
# @rsb_version --verbose@
# @rsb_listener@ with
<p...
J. Moringen
11:07 AM Bug #1232 (Resolved): Incorrect Debian package dependency in rsb-tools-cpp0.8
The package depends on @rsc0.8@ but should depend on @librsc0.8@ instead. This make the package uninstallable.
Las...
J. Moringen

11/07/2012

05:28 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
1)BUILD_SOCKET_TRANSPORT is checked
2)with empty rsb.conf nothing happens, but i'm not sure how to send and receive ...
V. Losing
04:00 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
@Johannes: I don't think this is only an access violation. The final part of the backtrace may show some heap-related... J. Moringen
01:45 PM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
I would have suspected something like this:
http://stackoverflow.com/questions/2322095/why-does-this-program-crash-p...
J. Wienke
11:25 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
I've checked the option for spread support in the cmake cache, and it is checked.
added my rsb.conf
V. Losing
10:02 AM Bug #1231: Connector and EventProcessingStrategie factory singletons are instantiated multiple ti...
Did you create a @rsb.conf@ file? If so, can you post its contents?
Is it possible, that you built RSB without Spr...
J. Moringen
07:19 AM Bug #1231 (Resolved): Connector and EventProcessingStrategie factory singletons are instantiated ...
When for example rsb_listener.exe is used in combination with spread, the listener crashes immediately(when rsb.conf ... V. Losing

11/06/2012

06:35 PM Bug #1230 (Closed): Unintuitive error message upon misconfiguration
Using the current master of everything, I just experienced the following error which was a bit puzzling due to a -- l... S. Wrede
03:44 PM Tasks #1229: Check if spread java sources can be updated to 4.3
I think it is not compatible or at least there are some glitches. I had a problem with a client compiled against 4.1 ... J. Wienke
03:40 PM Tasks #1229: Check if spread java sources can be updated to 4.3
This is indeed strange. We should post a message to the Spread ML after we tested that with a current download. If th... S. Wrede
03:07 PM Tasks #1229: Check if spread java sources can be updated to 4.3
Actually the makefile for the daemon and C library is somehow broken for the 4.2 release and doesn't install the daem... J. Wienke
02:25 PM Tasks #1229 (Resolved): Check if spread java sources can be updated to 4.3
From the Spread mailing list:... S. Wrede

11/05/2012

12:41 AM Enhancement #657 (In Progress): Implement Configuration Subsystem in Java
J. Moringen
12:40 AM Feature #726 (In Progress): Implement Connector Subsystem in Java
J. Moringen
12:40 AM Enhancement #1024 (In Progress): Add Transport class [Java]
J. Moringen
06:47 PM Tasks #1227 (Feedback): Add a CMake macro for RSB plugins
The @CMakeLists.txt@ files of the currently existing plugins are very similar.
I suspect we could provide a CMake ...
J. Moringen

11/03/2012

03:50 AM Bug #1223 (Resolved): Segmentation fault in YARP transport
Applied in changeset rsb-yarp-cpp|commit:cccd586fb558f856d1688f824d32a8f1e7b827fb. J. Moringen

11/02/2012

07:24 PM Bug #1223 (In Progress): Segmentation fault in YARP transport
J. Moringen
09:53 AM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
Didn't we once think about giving a general tutorial for installation methods on docs.cor-lab.org and remove every in... J. Wienke
09:46 AM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
Even though, we should add a note which just informs the reader that there exists the Maven repository in that other ... S. Wrede

11/01/2012

02:33 AM Enhancement #1221 (In Progress): Document timestamp ecoding more precisely
J. Moringen

10/30/2012

10:02 PM Bug #1223 (Resolved): Segmentation fault in YARP transport
There is a race condition in the initialization or nameserver code of the YARP transport. The problem seems to be tha... J. Moringen
04:39 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
I don't think it's a good idea to document something that is potentially out of date. If we decide to maintain the RS... J. Wienke
04:37 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
@Johannes: This is no reason why we shouldn't incorporate that information. S. Wrede
02:17 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
We do not have. CITEC has. J. Wienke
02:17 PM Tasks #1222: Document binary installation of rsb-java: JAR download and Maven
The description is in the master branch of the manual.
I didn't know we had a maven repository. Where can I find it?
J. Moringen
12:57 PM Tasks #1222 (Resolved): Document binary installation of rsb-java: JAR download and Maven
While the CI-Job is building the JAR-artefact, the documentation lacks an explanation where to find and how to instal... S. Wrede
08:32 AM Enhancement #1221: Document timestamp ecoding more precisely
Note that Java doesn't have unsigned types, and no type larger than 64bit. Hence, the usual type for storing time val... I. Lütkebohle
08:10 AM Enhancement #1221: Document timestamp ecoding more precisely
no idea how we got signed types, too. +1 for utc. we also need to check the client apis for the way they assign the d... J. Wienke

10/29/2012

07:14 PM Enhancement #1221 (Resolved): Document timestamp ecoding more precisely
The comments in the @Notification@ protocol buffer file do not explain:
* Why are some timestamps signed and some ...
J. Moringen

10/24/2012

03:19 PM Tasks #1118 (Resolved): Fix content of manual to git URLs
Applied in changeset rsb-manual|commit:5c46d8ce71f5df06ab7cb8a08c7ca1bf8e33e04a. J. Wienke
11:17 AM Tasks #1118: Fix content of manual to git URLs
Attached is a proposal how to fix the broken GIT URLs. I am not quite sure about some CL specific locations. I suspec... J. Wienke

10/22/2012

02:32 PM Tasks #1214 (New): Use better wire-type for binary blobs
Currently, we use string which is ambiguous (e.g. XML could also be represented as string).
We could use something...
J. Moringen
02:30 PM Tasks #1213 (New): Really support wire-types other than string
Problems:
* Wire-type is a template parameter; cannot vary at runtime
* Factory code is hard-wired to wire-type s...
J. Moringen
 

Also available in: Atom