Skip to content

Releases: fast-pack/streamvbyte

Version 2.0.0

09 Dec 14:08
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Version 1.0.0

20 May 03:12
c43294a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v1.0.0

Version 0.5.3

12 Apr 19:40
170fef1
Compare
Choose a tag to compare

What's Changed

  • Minor refactoring for streamvbyte public headers by @pps83 in #53
  • Remove streamvbyte_static and explicit shared/static specification by @victor1234 in #54
  • Add SSE41 path for streamvbyte_compressedbytes. by @ishitatsuyuki in #57

New Contributors

Full Changelog: v0.5.2...v0.5.3

Version 0.5.2

03 Feb 14:50
ef2adac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

Version 0.5.1

06 Aug 18:48
17cb90c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Version 0.5.0

06 Aug 02:58
18142e5
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jorj1988 made their first contribution in #31
  • @daniel-j-h made their first contribution in #33
  • @lemire made their first contribution in #36

Full Changelog: v0.4.1...v0.5.0

Version 0.4.1

08 May 16:19
Compare
Choose a tag to compare
v0.4.1

#28 add delta zigzag (#29)

Version 0.4.0

07 May 21:32
Compare
Choose a tag to compare
v0.4.0

Fixing CMake according to latest changes.

Version 0.3.0

23 Aug 00:20
Compare
Choose a tag to compare
v0.3.0

Better doc.

Version 0.2.1

11 Mar 04:54
Compare
Choose a tag to compare
CMake: allow parent project to disable unit tests for streamvbyte (#22)

While integrating into another cmake project via add_subdirectory()
the target `check` might already be defined by a parent directory.

In addition, on a parent project when you run its unit tests
you don't want child project unit tests to run