Skip to content

Releases: SimonMaracine/cpp-shared-ref

0.4.2

18 Jul 06:57
Compare
Choose a tag to compare

Many internal changes. Updated documentation.

Full Changelog: v0.4.1...v0.4.2

0.4.1

14 Jun 12:57
Compare
Choose a tag to compare

Minor code quality improvements.

0.4.0

19 May 12:22
Compare
Choose a tag to compare

This release implements enable_shared_from_this and owner-based ordering with owner_before and removes some non-conformant methods.

0.3.0

27 Apr 13:17
Compare
Choose a tag to compare

This release restructures the project and implements some missing functionality from the previous version. Most noticeably is that make_shared now is optimized to allocate the control block and the object at the same time.

0.2.0

12 Apr 21:03
Compare
Choose a tag to compare
v0.2.0

Add license