Skip to content

Releases: alexv-ds/cpp-fast-pimpl

v2.0.1

13 Feb 13:15
8ce8934

Choose a tag to compare

What's Changed

  • Now we can use alignment values larger than required by the type 😊

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Jan 19:57

Choose a tag to compare

What's Changed

  • added continuous integration
  • code coverage
  • cmake project has been completely redesigned, now it can be included as a submodule (or used in conjunction with CPM.cmake)
  • rename FastPimpl -> fpimpl

Full Changelog: v1.0.1...v2.0.0

Pre-release v2.0.0-rc.1

17 Jan 21:40
6d53d3b

Choose a tag to compare

Pre-release

I accidentally merged the branch into main, so I'll do a prerelease

  • added continuous integration
  • code coverage
  • cmake project has been completely redesigned, now it can be included as a submodule (or used in conjunction with CPM.cmake)
  • rename FastPimpl -> fpimpl

v1.0.1

02 Dec 10:33

Choose a tag to compare

  • Fix compilation fail when type size is smaller than the defined size for FastPimpl

v1.0.0

17 Aug 09:23

Choose a tag to compare

ready for use!