Skip to content

Releases: fdefelici/clove-unit

v2.2.2

19 Mar 02:07
Compare
Choose a tag to compare
  • "Manual" feature has been discontinued
  • Splitted code between Declaration and Implementation (introduced CLOVE_IMPLEMENTATION macro)
  • Improved ansi console on windows. Now if ansi not supported, switch to no-ansi text message
  • Added Github Action automation

v2.2.1

08 Mar 22:39
2dbac3c
Compare
Choose a tag to compare

Added command line support to set report type (console, json) and gather clove version

v2.2.0

08 Mar 00:21
26430b9
Compare
Choose a tag to compare
  • Reporting: Console, JSON
  • Test, Suite, Run Duration
  • Ellipsing/Escaping string

v2.1.5

01 Mar 08:26
Compare
Choose a tag to compare

Made clove-unit C++11 compliant

v2.1.4

26 Feb 16:06
f8c04b1
Compare
Choose a tag to compare

Add Cpp Support (by now Cpp 20+ because of the usage of initialization list)

v2.1.3

23 Feb 14:52
94bcd2a
Compare
Choose a tag to compare

MSVC compliance changing sprintf to sprintf_s.
Improved error messages for CLOVE_NULL and CLOVE_NOT_NULL

v2.1.2

11 Feb 13:54
3b4b815
Compare
Choose a tag to compare

Autodiscovery support for PE, Mach-o, ELF for 64 bit OS (Windows, Mac, Linux) little endian

v2.0.1

19 Jan 08:55
032011f
Compare
Choose a tag to compare

Add gcc compiler compatibilities and fix static char* issue

v2.0.0

15 Jan 15:54
cc5ef5f
Compare
Choose a tag to compare

Added Test Suite concept with setup/teardown feature.
Added Assertion for UINT, LONG, ULONG, LLONG, ULLONG, DOUBLE

v1.0.5

14 Jan 15:09
89ba3da
Compare
Choose a tag to compare

Improved perf, added api for assertion: pass, fail and characters