Releases: allyourcodebase/lmdb
Releases · allyourcodebase/lmdb
0.9.31+3
What's Changed
- Update Zig toolchain and lmdb by @bernardassan in #10
Full Changelog: 0.9.31+2...0.9.31+3
0.9.31+2
What's Changed
- fix(build): avoid lto use without lld by @RonaldZielaznicki in #2
- Detect the target os tag when setting is_macos and is_windows by @ultra-code in #4
- Fix running of test and tools on windows and macos by @ultra-code in #6
- Fixes for Zig 0.14.0 by @ultra-code in #9
New Contributors
- @RonaldZielaznicki made their first contribution in #2
Full Changelog: 0.9.31...0.9.31+2
LTO and Cross Compilation fixes
fixed issues with lto and cross compilation across different systems
A working build of lmdb using the zig build system
Build liblmdb, lmdb tools and unit test with the zig build system
CI across Linux, macOS and Window
export a Zig module for access to the liblmdb interface when using in your project