Skip to content

Releases: DNKpp/mimicpp

v4

25 Oct 15:14
Compare
Choose a tag to compare

Changes

  • Print support for pointer-types (and std::nullptr_t)
  • New matches::instance matcher
  • New matches::range::each_element matcher
  • New matches::range::any_element matcher
  • Doctest Test-Framework-Adapter
  • DefaultReporter writes failures to std::cerr
  • Extend string customization and related documentation

Fixes

  • Correct several typos in InstallRules.cmake [see #60] (thanks to @nickdademo für pointing this out)

Others

Full Changelog: v3...v4

v3

12 Oct 18:37
Compare
Choose a tag to compare
v3

What's Changed

  • Replace optional cpp-unicodelib dependency with uni-algo
  • Printable std::optional and std::nullopt_t
  • Printable tuple-likes
  • Use matches::str::eq for string arguments when in-place expectation is used
  • Lifetime-Watcher
  • RelocationWatcher
  • Enable heavy warnings and treat them as error in test targets
  • CMake Improvements (thanks to @5cript, who initiated this process)

New Contributors

Full Changelog: v2...v3

v2

06 Oct 10:47
Compare
Choose a tag to compare
v2
fix: use markdown syntax instead of html-tag

v1

28 Sep 22:59
Compare
Choose a tag to compare
v1
docs: update godbolt link