Skip to content

Releases: stephenberry/glaze

0.0.7

18 Oct 02:36
Compare
Choose a tag to compare
  • Should build with GCC compiler

0.0.6

17 Oct 19:08
Compare
Choose a tag to compare

Removed FMT_HEADER_ONLY macros

  • use fmt-header-only in cmake to achieve the same end
  • should now be able to statically compile fmt

0.0.5

17 Oct 18:58
Compare
Choose a tag to compare
  • Added support for partial array reading of fixed sized arrays
  • fixed std::stringstream writing issues
  • fixed some warnings

0.0.4

17 Oct 18:06
Compare
Choose a tag to compare

NanoRange is now a dependency rather than directly included

0.0.3

17 Oct 17:14
Compare
Choose a tag to compare

Significantly faster read/write of keys for contiguous buffers. MSVC is not as fast as clang for writing due to some compiler errors. Will upgrade when fixed.

By default unknown keys cause glaze to throw. There is a compile time option to turn this off.

0.0.2

14 Oct 18:38
Compare
Choose a tag to compare

Removed some gcc build errors, but still not building on gcc due to issue #7.

Removed some warnings.

Minor optimizations to contiguous buffer string reading.

0.0.1

14 Oct 12:25
Compare
Choose a tag to compare

First release!

  • Recently fixed MSVC build issue for partial binary messages