Activity

From 07/10/2016 to 08/08/2016

07/27/2016

10:20 AM Feature #2631 (Resolved): Add Resource Allocation Type to the sandbox
See also #2443 P. Holthaus
10:15 AM Feature #2443 (Closed): resource allocation type for the apartment (for version 0.13)
Opening a new issue with a revised type. P. Holthaus

07/26/2016

02:30 PM Tasks #2627 (Resolved): Separate projects and repositories for C++ and Python converters
J. Moringen
01:46 PM Tasks #2627 (In Progress): Separate projects and repositories for C++ and Python converters
J. Moringen
11:52 AM Tasks #2627 (Resolved): Separate projects and repositories for C++ and Python converters
Having both in the same project and repository makes everything more difficult for little to no benefit. J. Moringen
01:16 PM Revision 2c96c8d7 (rst-converters-cpp): Fix lib name generation for linux.
refs #1485 J. Wienke
01:16 PM Revision bdbf7ef3 (rst-converters-cpp): Fix windows dll export symbol
Since the version is encoded in the library name now, it also contains a
dot character. For generating the preprocess...
J. Wienke
01:16 PM Revision 2e3e4856 (rst-converters-cpp): Added JointAccelerationsConverter
Signed-off-by: ndehio <ndehio@techfak.uni-bielefeld.de>
Signed-off-by: dwigand <dwigand@techfak.uni-bielefeld.de>
N. Dehio
01:16 PM Revision 958d3d4a (rst-converters-cpp): fixed typo
M. Goerlich
01:16 PM Revision cecb9ce3 (rst-converters-cpp): Raised RCI dependency minumum version to 0.5
* commit:rst-converters|b418201b requires rci 0.5 API
fixes #2119
Arne Nordmann
01:16 PM Revision f33f8091 (rst-converters-cpp): Adapted converters to new names and package names of rst ...
fixes #1557 Arne Nordmann
01:16 PM Revision 7a795df5 (rst-converters-cpp): Fix CMake style.
Consistently use upper case commands. J. Wienke
01:16 PM Revision e18830ab (rst-converters-cpp): Expose dependencies for included converters
* If RCI found and rci converters included, add
** debian dependency
** pkgconfig dependency
* Has to be done also fo...
Arne Nordmann
01:16 PM Revision 852a8253 (rst-converters-cpp): Added RCI Converter between VectorDouble and rci::Doubles
fixes #1362 Arne Nordmann
01:16 PM Revision ff511eb5 (rst-converters-cpp): Adapted RCI DoublesConverter to current structure of rst:...
refs #1361 Arne Nordmann
01:16 PM Revision a13bb54a (rst-converters-cpp): Version bump to 0.11.0, refs #1688
J. Moringen
01:16 PM Revision 36a2667e (rst-converters-cpp): Fixed pkg-config file
* Fixed library linking
* Pinned version of rsx dependencies to 0.9
* Added rci dependency to pkg-config, when rci co...
Arne Nordmann
01:16 PM Revision cc1ef5fa (rst-converters-cpp): Removed version-switched opencv dependency in cpp/cpack/C...
refs #1432
We can no longer understand why the version-switch is/was
necessary. Since it causes problems now, we try...
J. Moringen
01:16 PM Revision ed0adb28 (rst-converters-cpp): renamed eclipse project to rst-conversts, correct pkg-con...
S. Wrede
01:16 PM Revision d28de070 (rst-converters-cpp): adds converter for rci::Wrench
fixes #1714
Signed-off-by: Arne Nordmann <anordman@cor-lab.uni-bielefeld.de>
F. Flow
01:16 PM Revision 2b3f5806 (rst-converters-cpp): Version bump to 0.10.0, refs #1562
J. Wienke
01:16 PM Revision 9c90723d (rst-converters-cpp): Some intermediate cleanup of the original commit.
* Fix coding style conventions
* Use correct variable names
* Only do things if we can build a pc file at all
refs #...
J. Wienke
01:16 PM Revision 38e4b69b (rst-converters-cpp): Export RCI dependency properly
* Export RCI pathes and libraries properly in the cmake config file, iff RCI was found and RCI features are enabled Arne Nordmann
01:16 PM Revision d6e3446e (rst-converters-cpp): Version bump to 0.14.0, refs #2245
J. Wienke
01:16 PM Revision 7c80d22a (rst-converters-cpp): Use *PROJECT_NAME* and VERSION_SUFFIX in cpp/**/CMakeList...
* cpp/CMakeLists.txt: added PROJECT_NAME_UPPERCASE; use
CMAKE_PROJECT_NAME, PROJECT_NAME_UPPERCASE and VERSION_SUFF...
J. Moringen
01:16 PM Revision 89ad40bd (rst-converters-cpp): Fixed upstream dependencies in pkgconfig
* Use proper rsb and rst versions for required pkg-configs Arne Nordmann
01:16 PM Revision c15100f1 (rst-converters-cpp): Put converter registration into separate plugins
fixes #1520
The problem was that loading the rstrsbconvertersstable plugin tried
to register converters for all stab...
J. Moringen
01:16 PM Revision 56de743b (rst-converters-cpp): Version bump to 0.15.0, refs #2504
J. Moringen
01:16 PM Revision 0926d745 (rst-converters-cpp): Fixed rci upstream dependency version in pkgconfig
* pkgconfig dependency version now the actually used RCI version Arne Nordmann
01:16 PM Revision 57c30923 (rst-converters-cpp): Fixed target name for EnableCoverageReport in cpp/CMakeLi...
* cpp/CMakeLists.txt: fixed target name for EnableCoverageReport
RST_CONVERTERS_NAME -> RST_CONVERTERS_LIBRARY_NAME
J. Moringen
01:16 PM Revision 74777865 (rst-converters-cpp): Extended rci PoseConverter to expose rci to rst conversion
refs #1370
* PoseConverter now provides the public static methods rstToDomain and domainToRST to do the conversion b...
Arne Nordmann
01:16 PM Revision c318a4bd (rst-converters-cpp): Removed NAMELINK_SKIP for cpp converters library
* Since library name now includes so version, skipping the namelink is no longer necessary to avoid conflicts across ... Arne Nordmann
01:16 PM Revision 3990d572 (rst-converters-cpp): From humavips: add a project file for qibuild
J. Wienke
01:16 PM Revision bc301efd (rst-converters-cpp): Coding style fixes.
Use all uppercase CMake commands. J. Wienke
01:16 PM Revision 9e603846 (rst-converters-cpp): Added rci Forces converter
* Converting between rci::Forces and rst::dynamics::Forces (stable) Arne Nordmann
01:16 PM Revision dbc3b56b (rst-converters-cpp): Link against alvision
J. Wienke
01:16 PM Revision 0b78112f (rst-converters-cpp): fixes #1424: reduce public link interface
* Remove external dependencies from converter headers (as they are note
required there anyways) to reduce the publi...
J. Wienke
01:16 PM Revision 8883294b (rst-converters-cpp): Version bump to 0.13.0, refs #2146
J. Wienke
01:16 PM Revision 555dc595 (rst-converters-cpp): Version bump to 0.12.0, refs #1726
J. Moringen
01:16 PM Revision 50697c09 (rst-converters-cpp): Fixed RCI dependecy in debian config
* Debian package now depends on the RCI version actually
used during package build
Arne Nordmann
01:16 PM Revision 2d2a0bcc (rst-converters-cpp): Fix rpath for plugins
Allow plugins to find the base-library in the lib directory of the
prefix by adapting the rpath to point two hierarch...
J. Wienke
01:16 PM Revision d5df22e9 (rst-converters-cpp): Do not remove duplicated link libraries in CMake
LIST(REMOVE_DUPLICATES) cannot handle special cmake library linking syntax like
"optimized;something.so;optimized;som...
J. Wienke
01:16 PM Revision d03d6f32 (rst-converters-cpp): new rci converter for joint velocities
fixes #2309
Signed-off-by: Johannes Wienke <jwienke@techfak.uni-bielefeld.de>
N. Dehio
01:16 PM Revision 23f4f2b8 (rst-converters-cpp): added dll export for plugins
M. Goerlich
01:16 PM Revision e31e84f8 (rst-converters-cpp): Added 16 bit depth support
M. Goerlich
01:16 PM Revision ef57a90b (rst-converters-cpp): Fix compilation of unit tests on windows
Use GMOCK_CFLAGS J. Wienke
01:16 PM Revision 1cab3adf (rst-converters-cpp): Allow parallel installations of multiple versions of the ...
The naming of shared objects prevented parallel installations of
multiple versions.
* cpp/CMakeLists.txt: added RST_...
J. Moringen
11:50 AM Tasks #2626 (In Progress): Separate libraries for protocol buffer converter plugins and specializ...
@rst-converters-cpp@ has a bunch of optional dependencies which allow building plugins with specialized converters wi... J. Moringen
11:39 AM Bug #2625 (Resolved): rst-converters-cpp does not build with modern Eigen 3 versions (e.g. Ubuntu...
@rst-converters-cpp@ depends on Eigen 3's Eigen 2 compatibility layer (via @rst-converters-cpp -> rci -> nemomath -> ... J. Moringen

07/25/2016

07:49 PM Revision 82ba96e6 (rst-converters-cpp): Minor cleanup in cpp/CMakeLists.txt
* cpp/CMakeLists.txt: removed old commented line J. Moringen

07/19/2016

04:57 PM Tasks #2617 (New): Please document usage of RST with RSB
A minimal informer/listener example for the supported languages would already be helpful that just shows:
* how to...
S. Wrede

07/14/2016

04:59 PM Bug #2612 (New): Wrong RST version used in python when building downstream project with setuptools

h2. Issue
There is a bug which leads to python processes silently using old/not the newest RST version. To repro...
N. Köster
 

Also available in: Atom