You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added [[noreturn]] c++11 statement for assert macros.
Fixed old typo, the keyword suit has been replaced with suite, maintaining
the backward compatibility.
Added target_include_directories in all RTF libraries.
Change logic for RTF_*_IF(condition, message) functions, adding new
functions RTF_*_IF_TRUE and RTF_*_IF_FALSE, deprecating the old ones.
It is now possible to pass an absolute path to a library.
The RTF libraries library can now be compiled either as shared or
static libraries, using the BUILD_SHARED_LIBS
CMake variable. For RTF, we set the default value of BUILD_SHARED_LIBS to ON.
Before this release, Windows compilation was only supported if RTF libraries were compiled
as static libraries, while now also on Windows by default libraries are compiled as shared ( Support generation of shared libraries in Windows robot-testing-framework#85 ).
Fixed dll postfix mismatch on windows.
In debug configuration rtf will try to load the dll with a "d" between the
name and the format (e.g. name + "d" + .dll)
SharedLibrary* classes unified with respective YARP code.
In particular commit c114635 has been imported from YARP.
See issue #435 in robotology/yarp for more details.
Contributors
This is a list of people that contributed to this release (generated from the
git history using git shortlog -ens --no-merges v1.2.0..v1.4.0):
This discussion was converted from issue #273 on December 12, 2020 12:37.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
RTF 1.4.0 was released today and is now available for download at: https://github.com/robotology/robot-testing/releases/
Robot Testing Framework 1.4.0 (2018-02-09) Release Notes
Important Changes
[[noreturn]]
c++11 statement for assert macros.suit
has been replaced withsuite
, maintainingthe backward compatibility.
target_include_directories
in all RTF libraries.RTF_*_IF(condition, message)
functions, adding newfunctions
RTF_*_IF_TRUE
andRTF_*_IF_FALSE
, deprecating the old ones.static libraries, using the
BUILD_SHARED_LIBS
CMake variable. For RTF, we set the default value of
BUILD_SHARED_LIBS
to ON.Before this release, Windows compilation was only supported if RTF libraries were compiled
as static libraries, while now also on Windows by default libraries are compiled as shared ( Support generation of shared libraries in Windows robot-testing-framework#85 ).
Libraries
New Features
CMake Modules
rtf_add_plugin
.rtf_add_suite
.testrunner
.Libraries
RTF
RTF::TestSuite::size()
methodTools
testrunner
Bug Fixes
Libraries
RTF_dll
In debug configuration rtf will try to load the dll with a "d" between the
name and the format (e.g. name + "d" + .dll)
SharedLibrary*
classes unified with respectiveYARP
code.In particular commit c114635 has been imported from YARP.
See issue #435 in robotology/yarp for more details.
Contributors
This is a list of people that contributed to this release (generated from the
git history using
git shortlog -ens --no-merges v1.2.0..v1.4.0
):Beta Was this translation helpful? Give feedback.
All reactions