8000 Tags · orocos-toolchain/orogen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: orocos-toolchain/orogen

Tags

rock-15.05

Toggle rock-15.05's commit message
Revert "Workaround for issue #50"

This reverts commit 99c370c.

v2.8.0-rc1

Toggle v2.8.0-rc1's commit message
Merge remote-tracking branch 'origin/master' into toolchain-2.8

Conflicts:
	lib/orogen/templates/tasks/CMakeLists.txt
	lib/orogen/templates/typekit/CMakeLists.txt
	lib/orogen/templates/typekit/corba/CMakeLists.txt

v2.7.0-rc4

Toggle v2.7.0-rc4's commit message
template: add CATKIN_IGNORE so the template dir is never considered a…

…s a real package

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

rock-14.08

Toggle rock-14.08's commit message
gen: even numeric types might need some includes

The integer types need e.g. cstdint.hpp

v2.7.0-rc3

Toggle v2.7.0-rc3's commit message
fix orogen executable permissions

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

v2.7.0-rc2

Toggle v2.7.0-rc2's commit message
cmake: small changes to fix some building issues

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

stable-20140120

Toggle stable-20140120's commit message
Merge remote-tracking branch 'autobuild/stable' into next

v2.7.0-rc1

Toggle v2.7.0-rc1's commit message
Preparing 2.7.0 release

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

stable-20130909

Toggle stable-20130909's commit message
ros: don't generate array convertion methods for base types

Those are handled by generic templates. It fixes a problem with
arrays of bools, which are converted on the ROS side to std::vector<bool>

It also probably improves performance quite a lot, since we do not need
to call toROS/fromROS one time per element.

v2.6.0

Toggle v2.6.0's commit message
Released v2.6.0

0