Skip to content

Releases: Ryan-rsm-McKenzie/binary_io

2.0.6

03 Aug 23:51
098afde
Compare
Choose a tag to compare

Fixes

  • Fix an edge case where reading from/writing to empty spans would result in crashes on linux

2.0.5

29 Apr 23:02
3c473be
Compare
Choose a tag to compare

Fixes

  • Added support for clang-10 or later
  • file_stream reports more informative errors on windows
  • Prefer CXX_VISIBILITY_PRESET over setting compiler options manually

2.0.4

30 Oct 02:17
ef5c712
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where file_stream would fail to clean itself up before moving from another file in the assignment operator

2.0.3

30 Oct 00:00
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where file_stream was missing move/copy constructors/assignment operators leading to corruption bugs

2.0.2

25 Sep 02:30
Compare
Choose a tag to compare
  • Fix compiler warnings on x86

2.0.1

13 Sep 04:27
Compare
Choose a tag to compare
  • Fix a typo in buffer_exhausted what message

2.0.0

13 Sep 02:33
Compare
Choose a tag to compare
  • BREAKING: read<...>() with no arguments now returns a tuple instead of returning the value directly

1.0.0

30 Jul 23:19
Compare
Choose a tag to compare
  • Initial release