Skip to content

Releases: gershnik/ptl

1.5

23 Jan 19:59
Compare
Choose a tag to compare

Added

  • Ability for the user to override format library detection

1.4

23 Jan 17:16
Compare
Choose a tag to compare
1.4

Fixed

  • std::format presence is now detected better on libc++
  • Various fixes to to tests. In particular tests now run on Emscripten

v1.3

02 Oct 17:52
Compare
Choose a tag to compare

Fixed

  • Compilation break when using with fmt library version 11

v1.2

03 May 05:20
Compare
Choose a tag to compare

Added

  • Support for illumos derived systems

Fixed

  • Incorrect handling of IPV6_MULTICAST_LOOP socket option on some platforms

v1.1

30 Apr 17:42
Compare
Choose a tag to compare

Added

  • Support for OpenBSD
  • Support for Alpine Linux and musl libc

v1.0

20 Apr 07:26
Compare
Choose a tag to compare

Fixed

  • Build break with GCC 14
  • Build Break with Visual Studio 17.9

Changed

  • Unit tests now use Doctest instead of Catch2

v0.6

17 Oct 21:00
Compare
Choose a tag to compare

Fixed

  • Portability fixes for usage with fmt lib

v0.5

02 Aug 16:45
Compare
Choose a tag to compare

Added

  • Support for getgroups/setgroups

v0.4

25 Jul 19:12
Compare
Choose a tag to compare

Added

  • Additional socket calls: bind, recvxxx, sendxx, getsockname

v0.3

22 Jul 14:45
Compare
Choose a tag to compare

Added

  • Initial support for socket APIs
  • Some helpful error handling utilities

Changed

  • Cleaned up error processing machinery