Skip to content

Releases: orocos-toolchain/ocl

v2.9.1

15 May 14:09
Compare
Choose a tag to compare
bin: add missing std namespace prefixes in deployer sources

This is a regression from https://github.com/orocos-toolchain/ocl/pull/74, which removed the
`using namespace std` directive, but was picked from a branch were
https://github.com/orocos-toolchain/ocl/pull/57 was already applied. The latter moved the
tlsf log output from the individual deployers to a centralized class in `deployer-funcs.cpp`
and therefore did not require the using namespace directive anymore.

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

v2.9.0

28 Apr 13:41
Compare
Choose a tag to compare
bin: Disable deployerDumpTLSF() function which is only available if R…