Skip to content

Tags: orocos-toolchain/rtt

Tags

v2.9.2

Toggle v2.9.2's commit message
2.9.2

v2.9.1

Toggle v2.9.1's commit message
Merge pull request #264 from Intermodalics/fix-copyrights

fix copyrights

v2.9.0

Toggle v2.9.0's commit message
Merge pull request #214 from meyerj/snrkiwi-tlsf-debugging

TLSF upgrade and debugging

v2.9.0-rc1

Toggle v2.9.0-rc1's commit message
Merge pull request #214 from meyerj/snrkiwi-tlsf-debugging

TLSF upgrade and debugging

v2.8.3

Toggle v2.8.3's commit message
cmake: updated exact version check semantics for find_package(Orocos-…

…RTT)

Every version that has the same major version number and at least the
requested minor version number is considered as compatible. Nothing changed here.

If an exact version of RTT is requested, the script also accepts it if the patch version
or the minor version was not specified. If they are, they have to match.

Signed-off-by: Johannes Meyer <[email protected]>

v2.8.2

Toggle v2.8.2's commit message
Bumped version to 2.8.2 for ocl bugfix release

v2.8.1

Toggle v2.8.1's commit message
Merge pull request #107 from meyerj/fix-106

Added ORO_WAIT_ABS and ORO_WAIT_ABS constants for all targets

v2.8.0

Toggle v2.8.0's commit message
Fixed naming of constants in documentation of RTT::InputPort

Signed-off-by: Johannes Meyer <[email protected]>

rock-15.05

Toggle rock-15.05's commit message
Merge remote-tracking branch 'autobuild/rock1408'

rock-14.08

Toggle rock-14.08's commit message
Allow the construction of an uninitialized TaskContextProxy

This is useful if a derived class wants to initialize the
typekits, before initializing the Proxy itself.