Skip to content

Releases: allyourcodebase/lmdb

0.9.31+3

23 Sep 14:37
0.9.31+3
56a2b70

Choose a tag to compare

What's Changed

Full Changelog: 0.9.31+2...0.9.31+3

0.9.31+2

14 Mar 09:57
35b06e9

Choose a tag to compare

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

05 Dec 16:06
c60674d

Choose a tag to compare

fixed issues with lto and cross compilation across different systems

A working build of lmdb using the zig build system

30 Sep 11:11

Choose a tag to compare

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