A (partial) list of bug fixed and issues resolved in this release can be found here.
portaudio
and the ServerSoundGrabber
device drivers are deprecated..ini
files for plugins configured with yarp_prepare_plugin
can now be automatically generated by yarp_add_plugin
and installed by passing the YARP_INI DESTINATION
argument to yarp_install
.CREATE_LIB_MATH
CMake option was renamed YARP_COMPILE_libYARP_math
.CREATE_GUIS
CMake option was renamed YARP_COMPILE_GUIS
.CREATE_<UPPERCASE_EXECUTABLE>
were renamed YARP_COMPILE_<lowercase-executable>
YARP_USE_<UPPERCASEPACKAGENAME>
were renamed YARP_USE_<PackageName>
YARP_USE_SYSTEM_<UPPERCASEPACKAGENAME>
were renamed YARP_USE_SYSTEM_<PackageName>
YARP_HAS_OpenCV
instead of YARP_HAS_OPENCV
)yarp_idl_to_dir
signature changed, and now supports passing optional parameters: yarp_idl_to_dir
always regenerates files if they are not available.yarp_idl_to_dir
No longer generates build targets.yarp_idl_to_dir
are now relative to current directory.yarp/conf/options.h
header file is deprecated.const char
instead of int
as terminating character:ConnectionReader::expectText()
ConnectionWriter::appendString()
InputStream::readLine()
YarpPluginSelector::checkPlugin()
static method.ConnectionWriter::appendString()
is deprecated in favour of appendText()
.ConnectionWriter::appendRawString()
is deprecated in favour of appendString()
.ConnectionReader::expectString()
.initiliizer_list
constructor in yarp::os::Property
.initiliizer_list
constructor in yarp::os::Bottle
.yarp::os::NameSpace
: All methods in the interface that take ContactStyle
as parameter, are now passed by reference instead of by value.