Skip to content

Releases: christophercrouzet/rexo

v0.2.3

14 Oct 22:33
Compare
Choose a tag to compare

Added

  • Macro RX_DISABLE_TEST_DISCOVERY to disable the automatic discovery of tests.
  • Support for MinGW.

Changed

  • Disable address sanitizer for custom data sections.
  • Disable test discovery for unsupported compilers.
  • Bump Contributor Covenant's code of conduct to version 2.1.

Fixed

  • Compilation with MSVC in C++ mode failing.

v0.2.2

04 Aug 10:14
Compare
Choose a tag to compare

Changed

  • Appended a slash character as required by ‘vcpkg’.

v0.2.1

22 Jul 09:41
Compare
Choose a tag to compare

Added

  • Checks for some printf-style functions.

v0.2.0

13 Jul 08:55
Compare
Choose a tag to compare

Added

  • Support for automatic registration of tests.
  • Test suites to group test cases.
  • Configuration of test suites, test cases, and test fixtures.
  • Designated initializer-like syntax.
  • GitHub documentation and test workflows.
  • Tests covering most code paths and the supported language standards.
  • Version constant.
  • Comprehensive documentation.
  • Code of conduct file.
  • Readme file.

Changed

  • Code style to snake case.
  • Strip the intermediate ‘rexo’ include folder.
  • Switch the license from MIT to Unlicense.