Releases: fast-pack/streamvbyte
Releases · fast-pack/streamvbyte
Version 2.0.0
What's Changed
- CMake: relocatable shared lib on macOS by @SpaceIm in #66
- CMake: fix installation layout of dll for windows by @SpaceIm in #67
- Fix misaligned address asan by @mmooyyii in #70
- Fix misaligned address asan by @mmooyyii in #71
- Add validation functions and fixup sanitizer build by @blawrence-ont in #73
New Contributors
- @striezel made their first contribution in #63
- @gatesn made their first contribution in #65
- @SpaceIm made their first contribution in #66
- @mmooyyii made their first contribution in #70
- @blawrence-ont made their first contribution in #73
Full Changelog: v1.0.0...v2.0.0
Version 1.0.0
What's Changed
- Suppress most warnings when compiling with clang. by @MarcelPiNacy in #62
New Contributors
- @MarcelPiNacy made their first contribution in #62
Full Changelog: v0.5.3...v1.0.0
Version 0.5.3
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
- @ishitatsuyuki made their first contribution in #57
Full Changelog: v0.5.2...v0.5.3
Version 0.5.2
What's Changed
- Fix __m128i init when building with clang-cl by @pps83 in #47
- Fix target_include_directories path by @victor1234 in #48
- Compile example and tests only if needed by @victor1234 in #49
- Fix build on clang-cl 15.0 by @aras-p in #50
New Contributors
- @pps83 made their first contribution in #47
- @victor1234 made their first contribution in #48
- @aras-p made their first contribution in #50
Full Changelog: v0.5.1...v0.5.2
Version 0.5.1
Version 0.5.0
What's Changed
- Turn on position independent code by @iiSeymour in #30
- Msvc 2017 build by @jorj1988 in #31
- Adds optional function to compute required memory by @daniel-j-h in #33
- Adds function to compute required memory fr the 0124 scheme, see #32 by @daniel-j-h in #34
- Adding undef. tests. by @lemire in #36
- runtime dispatch by @lemire in #37
- complete runtime dispatch by @lemire in #38
- Minor tweak for visual studio by @lemire in #39
- Improves the runtime dispatching. by @lemire in #43
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
v0.4.1 #28 add delta zigzag (#29)
Version 0.4.0
v0.4.0 Fixing CMake according to latest changes.
Version 0.3.0
v0.3.0 Better doc.
Version 0.2.1
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