Skip to content

Releases: Sp3EdeR/testable_singleton

Release v2.1.1

08 Dec 11:59

Choose a tag to compare

  • fix: fixed build error on GCC 14+ and Clang 19+ (missing #include <new>)
  • fix: incorrect include path in test build
  • updated: the documentation and example code snippets are improved
  • updated: more informative build error message when missing submodules

Full Changelog: v2.1...v2.1.1

Release v1.0.2

08 Dec 11:54

Choose a tag to compare

  • fix: Fixed build error on GCC 14+ and Clang 19+ (missing #include <new>)

Full Changelog: v1.0.1...v1.0.2

Release v2.1

02 Dec 13:18

Choose a tag to compare

What's Changed

  • added: better documentation and test build control interfaces in CMake
  • added: installation for the library headers and optionally, the documentation

Full Changelog: v2.0...v2.1

Release v2.0

01 Dec 21:54

Choose a tag to compare

Warning

This version breaks compatibility with version v1.x. When using access_private to access the Reset function, && must be appended to the parameter types.

What's Changed

  • added: new testing interface that does not require access_private
  • added: several documentation improvements and a Doxygen build
  • fix: potential corruption when the singleton constructor throws
  • fix: perfect forwarding by @BenjaminCrow in #4
  • removed: the access_private submodule

New Contributors

Full Changelog: v1.0.1...v2.0

Release v1.0.1

20 Nov 15:56

Choose a tag to compare

What's Changed

  • Fixed nullinject not forcing a reconstruction on next Get by @Sp3EdeR in #1
  • Bugfix/old cmake compatibility by @Sp3EdeR in #2

Full Changelog: v1.0...v1.0.1

Release v1.0

16 Nov 08:31

Choose a tag to compare

The initial version of the testable singleton