mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2026-09-08 23:18:56 +00:00
2026-08-28 mdbx: update ChangeLog. 2026-08-28 mdbx-doc: clarify the description of the `MDBX_opt_rp_augment_limit` adjustment. 2026-08-28 mdbx-cmake: checking asm/safeseh files. 2026-08-28 mdbx-ci: track GitHub action images updates and drop dups. 2026-08-28 mdbx-ci: skip cross-compilation without running tests for Windows. 2026-08-27 mdbx: fix division underflow in the `default_rp_augment_limit()`. 2026-08-27 mdbx: fix `scan4seq_neon()` for LLP4/ARM64-Windows. 2026-08-27 mdbx: split-out/refactor clz/ctz functions. 2026-08-27 mdbx-windows: fallback to use Yasm and futher windows-safeseh.obj 2026-08-26 mdbx-tests: seeding `extra/issue_gh0011` from current time. 2026-08-26 mdbx-ci: add workflow on GitHub for windows-ms-clang. 2026-08-25 mdbx: more assertions for `scan4seq_impl()` results. 2026-08-25 mdbx: minor reformat/cosmetics. 2026-08-25 mdbx-windows: fix minor `error: variable 'frame' set but not used` while build mit CLANG/LLVM on Windows. 2026-08-25 mdbx-windows: turn MDBX_NATIVE_SEH=ON default for CLANG/LLVM builds. 2026-08-25 mdbx-tests: fix minor `format specifies type 'unsigned int' but the argument has type 'DWORD'` while build by CLANG/LLVM on Windows. 2026-08-25 mdbx-windows: find `llvm-dlltool.exe` to support building with CLANG/LLVM. 2026-08-25 mdbx++: fix `error: explicit instantiation declaration should not be 'dllexport'` for microsoft-corrupted clang. 2026-08-25 mdbx++: fix `error: attribute 'unlikely' has no effect when annotating an 'if constexpr' statement` for microsoft-corrupted clang. 2026-08-25 mdbx-windows: fix building by microsoft-corrupted clang for ARM/ARM64/NEON. 2026-08-24 mdbx-windows: fix `unresolved __cpu_indicator_init` while building by ms-clang. 2026-08-25 mdbx-windows: fix `unknown pragma` for ms-clang. 2026-08-24 mdbx-windows: fix debug build with microsoft-clang.