Activity

From 11/18/2012 to 12/17/2012

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
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/11/2012

06:32 PM Revision a77d6aec (rsb-integrationtest): adapted to change in rsb.util.Properties (singleton only...
Sebastian Wrede

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
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
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/07/2012

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 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 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 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

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

12/02/2012

03:35 PM Revision 2297d7f4 (rsb-java): further work on Java implementation of Socket transport, in particu...
S. Wrede
03:34 PM Revision a22ae6b3 (rsb-java): further work on Java implementation of Socket transport, in particu...
S. Wrede
03:34 PM Revision 52fc0bbd (rsb-java): further work on Java implementation of Socket transport, in particu...
S. Wrede

11/30/2012

05:29 PM Revision 4d53e0c7 (rsb): Updated HEADs of submodules rsb-{cl,cpp,integrationtest,java, manual,pro...
J. Moringen

11/28/2012

06:44 PM Revision b29dbbd7 (rsb-java): Backport: Made the SpreadPortTest more reliable even on loaded syst...
spread is too slow in accepting connections. D. Klotz
02:17 PM Revision 72e22f27 (rsb-java): Also put the last git commit in the jars manifest build by maven.
D. Klotz
11:53 AM Revision 67e9191b (rsb-java): Made the SpreadPortTest more reliable even on loaded systems / when
spread is too slow in accepting connections. D. Klotz

11/27/2012

06:34 PM Revision f4f10b2d (rsb-cpp): Add git ignores.
J. Wienke
06:31 PM Revision fef65e0d (rsb-java): Prepared the pom.xml for deployment to the CITEC Maven repository.
D. Klotz
05:57 PM Revision 6de07459 (rsb-cpp): Backport: Prevent invalid cmake strings in the RSBConfig on windows.
The backslash as a path separator might end up being interpreted as an escape character if not treated manually. J. Wienke
05:54 PM Revision a2933bca (rsb-cpp): Prevent invalid cmake strings in the RSBConfig on windows.
The backslash as a path separator might end up being interpreted as an escape character if not treated manually. J. Wienke
04:39 PM Revision 56a4aee8 (rsb-java): Made the unit-tests run single-threaded again also in the Maven
build (which should speed up things a bit). Only possible since the fix
in #1264
D. Klotz

11/26/2012

07:05 PM Revision bebcbc43 (rsb-java): added reset method to Properties class and test case, fixes #1264
S. Wrede
03:15 PM Revision 0e582fc4 (rsb-java): Merge branch 'wip-maven', updating the Maven build, e.g. to also
implement the correct versioning scheme.
refs #1251
refs #1252
D. Klotz
02:31 PM Revision 7fe3ca5e (rsb-java): Updated some eclipse project setting for the Maven generated protocol
sources. D. Klotz
02:31 PM Revision 3cdc919a (rsb-java): Also implemented the correct versioning scheme in the Maven build.
D. Klotz
11:52 AM Revision 659854cd (rsb-java): Also use the java version property for the enforcer check in the
pom.xml. D. Klotz
11:22 AM Revision 058503fa (rsb-java): Also enable compiler warnings in the Maven build.
D. Klotz
10:32 AM Revision 49049cf6 (rsb-java): Merge branch 'master' into wip-maven
D. Klotz

11/23/2012

03:10 PM Revision c5ac6d37 (rsb-java): Fixed the PMD/CPD exclude settings in Maven pom.xml.
D. Klotz
02:49 PM Revision 7c9f0081 (rsb-java): Also generate Javadoc from Maven reporting.
D. Klotz
02:34 PM Revision d6e9f3c2 (rsb-java): Try to remove some compilation warnings.
* Specify target and source version explicitly using a property J. Wienke
02:09 PM Revision 2b7b64c7 (rsb-python): Construct paths using os.path.join to work on windows.
refs #1251 J. Wienke
01:36 PM Revision 7a146170 (rsb-java): Make the last commit available at runtime.
The commit ID is transported using the jar manifest.
refs #1251
J. Wienke
01:16 PM Revision 4c02a1e3 (rsb-python): Update git ignores.
J. Wienke
01:15 PM Revision 50dcea48 (rsb-python): Implement proper version handling along the new ideas for python.
The project version is now defined through git describe. The patch
version is only incremented for release branches. ...
J. Wienke
10:48 AM Revision 326ff7c4 (rsb-java): Merge branch 'wip-maven' of https://code.cor-lab.org/git/rsb.git.ja...
D. Klotz
10:10 AM Revision 90796fd8 (rsb-java): Implement new versioning scheme from git for rsb-java.
Patch versions are now only incremented on release branches.
refs #1251
J. Wienke
10:07 AM Revision d3b23c3b (rsb-java): Implement new versioning scheme from git for rsb-java.
Patch versions are now only incremented on release branches.
refs #1251
J. Wienke

11/22/2012

05:50 PM Revision 9bd0a1e3 (rsb-java): Changed the Eclipse project settings to be based on maven/m2e.
D. Klotz
02:53 PM Revision 3eb5f1b7 (rsb-java): Initial ideas towards Maven versioning.
D. Klotz
10:26 AM Revision d22a1a6c (rsb-java): Merge branch 'master' into wip-maven
D. Klotz

11/21/2012

06:27 PM Revision 2da70bdd (rsb-java): backport: Create the directory where gitversion should go to in cas...
exist. J. Wienke
06:25 PM Revision ab969bde (rsb-java): backport: Define the patch version of RSB using git describe to fin...
correct releases.
All flexibility of the C++ implementation of this versioning scheme is
also available here. A buil...
J. Wienke
06:07 PM Revision 37598699 (rsb-java): backport: Read the RSB version from the jar MANIFEST to be configur...
The version can only be read if the code is actually executed from a
jar. Otherwise "unknown" is returned now.
* Dum...
J. Wienke
06:05 PM Revision f41dc52d (rsb-java): Simplified the unit testing configuration.
D. Klotz
05:40 PM Revision 8b129f2b (rsb-java): Also generate a correct JAR manifest from Maven.
D. Klotz
05:38 PM Revision 4c482f9e (rsb-java): Properly clean up the reader used to load configuration properties.
J. Wienke
05:38 PM Revision 830e3994 (rsb-java): Cleanup to build.xml file.
* remove obsolete unit test comments
* add missing folder to clean task
J. Wienke
05:38 PM Revision 93eedac5 (rsb-java): Missing ignore entry for eclipse build directory called "bin".
J. Wienke
05:38 PM Revision fa7f74ba (rsb-java): Create the directory where gitversion should go to in cases it does...
exist. J. Wienke
05:38 PM Revision e5320498 (rsb-java): Read the RSB version from the jar MANIFEST to be configurable via ant.
The version can only be read if the code is actually executed from a
jar. Otherwise "unknown" is returned now.
* Dum...
J. Wienke
05:38 PM Revision 1c23d4e0 (rsb-java): Define the patch version of RSB using git describe to finally have
correct releases.
All flexibility of the C++ implementation of this versioning scheme is
also available here. A buil...
J. Wienke
05:37 PM Revision 982feb79 (rsb-java): Fixed running the unit tests from Maven.
D. Klotz
03:06 PM Revision 8c1521e5 (rsb-java): Also generate PMD (and JXR) reports from Maven.
D. Klotz
02:21 PM Revision 44e81088 (rsb-java): Merged Johannes and my changes to the .gitignore.
D. Klotz
02:18 PM Revision 0ae2ff3c (rsb-java): Added some more comments and information to the Maven pom.xml.
D. Klotz
12:55 PM Revision 494b5535 (rsb-java): Added checks that fail the build early if some external dependencie...
not available to the Maven pom.xml. D. Klotz
12:54 PM Revision f401f420 (rsb-java): Add ignores for further build artefacts.
J. Wienke
11:20 AM Revision a2b2a7be (rsb-java): Added the generation of cobertura coverage reports to the maven pom...
D. Klotz

11/20/2012

02:33 PM Revision 09d641d0 (rsb-talks): Updated URLs and some minor remarks in rst/slides.org
* rst/slides.org: updated URLs and some minor remarks
* rst/slides.tex: regenerated
* rst/slides.pdf: likewise
J. Moringen
01:54 PM Revision 554c1b61 (rsb-talks): Updated beamer style in rst/style
J. Moringen
01:12 PM Revision e66e165e (rsb-java): Added the Maven target directory to the .gitignore.
D. Klotz
01:11 PM Revision a54d7c91 (rsb-java): Also starting spread for the unit tests.
D. Klotz

11/19/2012

10:49 PM Revision 3e304f85 (rsb-cpp): Provide getters for factories instead of using singletons to overcom...
Backwards compatibility is preserved (from an API point of view) but should be removed in one of the next versions. T... J. Wienke
10:47 PM Revision 295b9bb7 (rsb-cpp): Prevent the presence of multiple singleton factories on windows.
Due to the separate memory management of windows for different DLLs the
existing singleton implementation does not wo...
J. Wienke
06:43 PM Revision 27624814 (rsb-cpp): Prevent the presence of multiple singleton factories on windows.
Due to the separate memory management of windows for different DLLs the
existing singleton implementation does not wo...
J. Wienke
02:33 PM Revision 41a70cbb (rsb-cpp): Update eclipse project to use new git building conventions.
J. Wienke
02:04 PM Revision da08e919 (rsb-cpp): backport: Fix bug 1231 by preventing the direct use of template sing...
The previous behavior resulted in empty connector and strategy lists in the rsb info tool because of mutiple instanti... J. Wienke
02:03 PM Revision 1cd4fbca (rsb-cpp): Fix bug 1231 by preventing the direct use of template singletons fac...
The previous behavior resulted in empty connector and strategy lists in the rsb info tool because of mutiple instanti... J. Wienke
02:03 PM Revision 8dd1db00 (rsb-cpp): Merge branch 'master' into bug-1231
J. Wienke
01:19 PM Revision 7b6dbd12 (rsb-cpp): Apply the same workaround for singleton factories with event sending...
receiving strategies. J. Wienke

11/18/2012

03:10 PM Revision 04ad89d8 (rsb-java): First version of a Maven POM. Not perfect, yet, but builds a workin...
D. Klotz
 

Also available in: Atom