Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Releases: dangmoody/temper-old

v1.1.1

01 Oct 22:38
Compare
Choose a tag to compare

Includes a bug fix for when parsing the new --time-unit command line argument.

If you were using 1.1.0, you will definitely want to upgrade to this version.

v1.1.0

22 Sep 13:02
Compare
Choose a tag to compare

Tests now display how long it took to run in a unit of measurement of your choosing (the default is milliseconds). It can be set via the following command line switch:

--time-unit=<unit>

Where <unit> is one of the following options:

  • clocks
  • ns
  • us
  • ms
  • seconds

v1.0.1

16 Apr 19:54
Compare
Choose a tag to compare

Added macOS support and fixed some other weird issues appearing on some other flavours of clang/GCC on Linux. Everything should now really "just work".

Now tried and tested on:
Windows:

  • MSVC
  • Clang 7
  • GCC 8

Linux:

  • Clang 7
  • GCC 8

macOS:

  • Clang 10

via Travis CI.

v1.0

13 Feb 20:14
Compare
Choose a tag to compare

First release!

Has been tested on the following:
Windows:

  • MSVC
  • Clang
  • GCC

Linux:

  • Clang
  • GCC