Skip to content

Tags: Snaipe/Criterion

Tags

v2.4.3

Toggle v2.4.3's commit message
Version 2.4.3

* Fix: fixed C23 compilation (Petr Gajdos)
* Fix: fixed compilation on FreeBSD 14.2
* Misc: CMake FindCriterion improvements (Peter Kokot).
* Misc: various documentation fixes (Yohann Boniface, Christopher Sahnwaldt,
  Jurriaan H. Spaaks, Jonatan Schroeder, Benjamin Linskey,
  Sebastian Certuche).
* Misc: various build system fixes (Arthur Skowronek).
* Misc: various updates to dependencies.

v2.4.3-rc-17-gf6d40d5

Toggle v2.4.3-rc-17-gf6d40d5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #582 from MrAnno/update-nanomsg

subprojects: update nanomsg

v2.4.3-rc-14-g4de799d

Toggle v2.4.3-rc-14-g4de799d's commit message
readme: official Arch Linux package

v2.4.3-rc-13-g74c1941

Toggle v2.4.3-rc-13-g74c1941's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: fix typo (#581)

v2.4.3-rc

Toggle v2.4.3-rc's commit message
Version 2.4.3, release candidate

* Fix: fixed C23 compilation (Petr Gajdos)
* Fix: fixed compilation on FreeBSD 14.2
* Misc: CMake FindCriterion improvements (Peter Kokot).
* Misc: various documentation fixes (Yohann Boniface, Christopher Sahnwaldt,
  Jurriaan H. Spaaks, Jonatan Schroeder, Benjamin Linskey,
  Sebastian Certuche).
* Misc: various build system fixes (Arthur Skowronek).
* Misc: various updates to dependencies.

v2.4.2

Toggle v2.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Version 2.4.2

* Fix: fixed crash in assert failure reporting when there was no diff.
  If the user-provided function to stringify an object was bugged and
  produced equal output for non-equal objects, thus producing an empty
  diff, Criterion crashed trying to access an unset parameter list.
* Fix: fixed crashing tests when Criterion was compiled with nanopb>=0.4.7
  (Balazs Scheidler).
* Fix: fixed deadlock when test timeout was specified and the system was
  overloaded.
* Fix: fixed segfault if map_shdr fails (David Gloe).
* Fix: fixed memory leak on test failure (Jookia).
* Fix: fixed gt() and ge().
* Fix: escape XML/JSON reports.
* Misc: converted klib and debugbreak submodules to subprojects
  (Cristian Prieto).
* Misc: various documentation fixes (Yuri Victorovich, Jonas Schulze).
* Misc: various updates to dependencies.

v2.4.2-rc-4-g9c01cbe

Toggle v2.4.2-rc-4-g9c01cbe's commit message
build: omit subproject .git directories from dist tarball

v2.4.2-rc-3-gd7d373d

Toggle v2.4.2-rc-3-gd7d373d's commit message
build: fix deprecation warnings

v2.4.2-rc

Toggle v2.4.2-rc's commit message

Verified

This tag was signed with the committer’s verified signature.
Version 2.4.2, release candidate

* Fix: fixed crash in assert failure reporting when there was no diff.
  If the user-provided function to stringify an object was bugged and
  produced equal output for non-equal objects, thus producing an empty
  diff, Criterion crashed trying to access an unset parameter list.
* Fix: fixed crashing tests when Criterion was compiled with nanopb>=0.4.7
  (Balazs Scheidler).
* Fix: fixed deadlock when test timeout was specified and the system was
  overloaded.
* Fix: fixed segfault if map_shdr fails (David Gloe).
* Fix: fixed memory leak on test failure (Jookia).
* Fix: fixed gt() and ge().
* Fix: escape XML/JSON reports.
* Misc: converted klib and debugbreak submodules to subprojects
  (Cristian Prieto).
* Misc: various documentation fixes (Yuri Victorovich, Jonas Schulze).
* Misc: various updates to dependencies.

v2.4.1

Toggle v2.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Snaipe Snaipe
Version 2.4.1

* Fix: compiling tests with link-time-optimization no longer causes
  the tests to not get detected and run.
* Fix: theories now correctly iterate through the argument matrix. This
  manifested as theories running the expected number of times, but
  always using the first possible combination of parameters.
* Fix: fixed leak due to not calling git_libgit2_shutdown. This should
  appease valgrind and the address sanitizer.
* Misc: added suggestion to run ldconfig in installation documentation
  (Gerald Senarclens de Grancy).