Skip to content

Snowhouse v2.0.0

Compare
Choose a tag to compare
@sbeyer sbeyer released this 03 Apr 18:31
· 231 commits to main since this release

Joakim Karlsson (8):

  • chore(documentation): Added info about using stream operators for better output
  • testing: Copied tests from igloo to snowhouse
  • chore: moved basic tests to own files.
  • fix: error in stringize tests.
  • chore: added script for compiling with different configurations
  • [fix]: removed auto_ptr to avoid deprecated warnings in C++11
  • chore: added license file.
  • Put the C++11 and C++ tracks on the same branch

Jędrzej (1):

  • Fix typo in README.md

Roman Maksymyschyn (3):

  • Add is greater than or equal to assertion.
  • Add is less than or equal to assertion.
  • Add usage examples of GreaterThanOrEqualTo and LessThanOrEqualTo to the realm.

Simon Bourne (8):

  • Make error handler configurable
  • Add a test for configurable errors
  • Capitalise Handle method on error handler.
  • Test for AssertThrows, and ability to disable unprefixed macro.
  • Remove unused FailureHandler member.
  • Add SNOWHOUSE prefixed macros.
  • Update docs
  • Example use cases for custome failure handlers.