Releases: robotology/blocktest
Releases · robotology/blocktest
v2.3.9
What's Changed
- Drop deprecated mambaforge installer and use conda instead of mamba by @traversaro in #68
Full Changelog: v2.3.8...v2.3.9
v2.3.8
v2.3.7
v2.3.6
What's Changed
- Update publish-docker.yml by @pattacini in #59
- Fix tests by @triccyx in #60
- Fix_Test_gazebo by @triccyx in #61
- Create conda-ci.yml by @Nicogene in #55
- Update ExprTk by @ArashPartow in #62
New Contributors
- @ArashPartow made their first contribution in #62
Full Changelog: v2.3.5...v2.3.6
v2.3.5
What's Changed
- Add GHCR service by @pattacini in #57
- Add docker by @triccyx in #58
New Contributors
- @pattacini made their first contribution in #57
Full Changelog: v2.3.4...v2.3.5
blocktest 2.3.4 (2022-01-25)
What's Changed
- fix rpath issue by @triccyx in #53
- Set the c++ standard to 17 after usage of filesystem by @Nicogene in #54
- IWYU: Add thread include in dataLogger.h by @traversaro in #56
Full Changelog: v2.3.3...v2.3.4
blocktest 2.3.3 (2021-08-05)
Important Changes
New Features
Bug Fixes
- Fixed overwriting linking flags(#51)
Contributors
This is a list of people that contributed to this release (generated from the
git history using git shortlog -ens --no-merges v2.3.2..v2.3.3
):
8 Nicolò Genesio <[email protected]>
2 Silvio Traversaro <[email protected]>
blocktest 2.3.2 (2021-05-31)
Important Changes
New Features
Bug Fixes
- Fixed compilation with boost 1.76
Contributors
This is a list of people that contributed to this release (generated from the
git history using git shortlog -ens --no-merges v2.3.0..v2.3.1
):
4 Nicolò Genesio <[email protected]>
blocktest 2.3.1 (2021-02-11)
Important Changes
New Features
- Added option for disabling windows compilation warnings.
- Added
loggingactive
tag for enabling/disabling logging. - Added unit tests(gtest).
Bug Fixes
- Removed unnecessary set of Boost CMake options.
- Fixed several compilation warnings.
Contributors
This is a list of people that contributed to this release (generated from the
git history using git shortlog -ens --no-merges v2.3.0..v2.3.1
):
22 Luca Tricerri <[email protected]>
8 Nicolò Genesio <[email protected]>
1 Davide <[email protected]>
1 Silvio Traversaro <[email protected]>
blocktest 2.3.0 (2020-07-09)
Important Changes
- Added the possibility to run
blocktestrunner
andScriptbuilder
from any directory. For doing that just export blocktest executables locations in thePATH
env var and theBLOCKTEST_RESOURCE_PATH
pointing where all the blocktest plugins are installed with theirxmltemplate
folders. - Added
YCM
as dependency, this allowed to remove some cmake helpers became obsolete.
New Features
- Added
tableVarible
class. - Added
ActionWriteSerial
class. - Added
ActionPrint
class. - Added the possibility to log with the unix timestamp.
Bug Fixes
- Fixed if only one test in parallel is running
- Fixed the relative logging time.
- Fixed the cmake target exportation
- Fixed the relative paths in the libs installed.
Contributors
This is a list of people that contributed to this release (generated from the
git history using git shortlog -ens --no-merges v2.2.0..v2.3.0
):
35 Nicolò Genesio <[email protected]>
30 Luca Tricerri <[email protected]>
7 Davide Tomé <[email protected]>
1 davidetome <[email protected]>
1 tumme <[email protected]>