Skip to content

Releases: robotology/blocktest

v2.3.8

28 Feb 15:55
08513af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.7...v2.3.8

v2.3.7

19 Jun 10:33
2a9acc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.6...v2.3.7

v2.3.6

07 Mar 10:00
a14bc35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.5...v2.3.6

v2.3.5

31 Aug 08:12
b19ca78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.3.5

blocktest 2.3.4 (2022-01-25)

25 Jan 09:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

blocktest 2.3.3 (2021-08-05)

05 Aug 14:43
e59d0d8
Compare
Choose a tag to compare

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 <nicolo.genesio@iit.it>
     2  Silvio Traversaro <silvio.traversaro@iit.it>

blocktest 2.3.2 (2021-05-31)

31 May 08:02
Compare
Choose a tag to compare

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 <nicolo.genesio@iit.it>

blocktest 2.3.1 (2021-02-11)

11 Feb 09:10
Compare
Choose a tag to compare

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 <luca.tricerri@iit.it>
     8  Nicolò Genesio <nicolo.genesio@iit.it>
     1  Davide <davide.tome@iit.it>
     1  Silvio Traversaro <silvio.traversaro@iit.it>

blocktest 2.3.0 (2020-07-09)

08 Jul 14:13
Compare
Choose a tag to compare

Important Changes

  • Added the possibility to run blocktestrunner and Scriptbuilder from any directory. For doing that just export blocktest executables locations in the PATH env var and the BLOCKTEST_RESOURCE_PATH pointing where all the blocktest plugins are installed with their xmltemplate 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 <nicolo.genesio@iit.it>
     30  Luca Tricerri <luca.tricerri@iit.it>
     7  Davide Tomé <davide.tome@iit.it>
     1  davidetome <davide.tome@iit.it>
     1  tumme <davide.tome@iit.it>

blocktest 2.2.0 (2020-03-09)

09 Mar 17:30
Compare
Choose a tag to compare

Important Changes

  • Added support for macOs.

New Features

  • Added some xml for running complex test cases(e.g red ball).

Bug Fixes

  • Fixed error report.
  • Fixed the logging time.

Contributors

This is a list of people that contributed to this release (generated from the
git history using git shortlog -ens --no-merges v2.0.0..v2.2.0):

    23  Nicolò Genesio <nicolo.genesio@iit.it>
    22  Luca Tricerri <luca.tricerri@iit.it>