Skip to content

Releases: Ryan-rsm-McKenzie/mmio

2.0.0

24 May 22:59
Compare
Choose a tag to compare

Breaking

  • mmio::mapped_file<...>::open now returns a mmio::open_result instead of bool. mmio::open_result is contextually convertible to bool, so it should not break most code, but users should be aware of it anyway.

Fixes

What's New?

  • Added support for greatly improved error messages when encountering io errors
  • Added begin/end to mmio::mapped_file<...> (and thus support for ranges)
  • mmio::mapped_file<...>::open now returns an opaque std::error_code (via mmio::open_result) that provides a much more descriptive overview of what caused io to fail.

1.1.0

13 Sep 03:17
Compare
Choose a tag to compare
  • Add constructor overload to directly open a file

1.0.0

25 Jul 22:13
40ddf7e
Compare
Choose a tag to compare

Initial release