Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | libmdbx: upgrade to 0.9.2.110 | George Hazan | |
2020-12-05 | libmdbx: update to 0.9.2.12 with some useful fixes. | Leonid Yuriev | |
2020-12-04 | libmdbx: promoting to 0.9.2.0 release | George Hazan | |
2020-10-25 | Revert "fixes #2569 (Miranda uses libmdbx unsafely)" | George Hazan | |
This reverts commit a949c9f2b090435ca63de525ee2cd1a79073f08a. | |||
2020-10-25 | fixes #2569 (Miranda uses libmdbx unsafely) | George Hazan | |
2020-10-09 | compilation fix for VS2017 | George Hazan | |
2020-10-09 | libmdbx: switch to original amalgamated source code (v0.9.1.18) | Leonid Yuriev | |
Amalgamated source code is the recommended form for embedding libmdbx in non-CMake build systems. This amalgamated version contains a minimum of files, is fully ready for use, and make impossible a number of errors. To upgrade or switch to a different version, just unpack to the `src` subdirectory a corresponding `libmdbx-amalgamated-X_Y_Z.zip` at the https://github.com/erthink/libmdbx/releases. For instance, the https://github.com/erthink/libmdbx/releases/download/v0.9.2/libmdbx-amalgamated-0_9_2.zip for the next release. -- Minimal changes have been made to the build configuration: 1. For use the standard `DllMain()` entry of libmdbx: - added the `MDBX_BUILD_SHARED_LIBRARY=1` option; - removed the `MDBX_CONFIG_MANUAL_TLS_CALLBACK` option; - deleted the `miranda.c` file containing only `DllMain()` with the `mdbx_dll_handle()` call, now this is done by the library itself. 2. Removed refs to extra files (that missing in the amalgamated source code): - for building `libmdbx.dll` only the `mdbx.h` and `mdbx.c` are used, but not `mdbx.c++` for a C++ API; - for building the `mdbx_chk`, `mdbx_load`, and `mdbx_dump` utilities only it own sources are used. -- Last libmdbx changes: - Fixed missing installation of `mdbx.h++`. - Fixed use of obsolete `__noreturn`. - Fixed use of `yield` instruction on ARM if unsupported. - Added pthread workaround for buggy toolchain/cmake/buildroot. - Fixed use of `pthread_yield()` for non-GLIBC. - Fixed use of `RegGetValueA()` on Windows 2000/XP. - Fixed use of `GetTickCount64()` on Windows 2000/XP. - Fixed opening DB on a network shares (in the exclusive mode). - Fixed copy&paste typos. - Fixed minor false-positive GCC warning. | |||
2020-07-08 | fixes #2475 (Update libmdbx to 0.8.2) | George Hazan | |
2020-06-14 | fixes #2450 (Update libmdbx to 0.8.1) | George Hazan | |
2020-05-24 | libmdbx.dll returned back to keep compatibility with Windows XP | George Hazan | |
2020-05-22 | libmdbx: no need in MDBX_CONFIG_MANUAL_TLS_CALLBACK crutch... | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-04-25 | minor fix for config | George Hazan | |
2020-04-25 | libmdbx: merge with 0.7 final version | George Hazan | |
2020-03-20 | fixes #2268 (Update libmdbx to 0.7.0) | George Hazan | |
2020-02-24 | libmdbx: another fix for Wine | George Hazan | |
2020-02-23 | libmdbx: one another fix for Wine | George Hazan | |
2020-02-21 | libmdbx: crutch for wine | George Hazan | |
2020-02-21 | fixes #2226 (Merge with latest libmdbx) | George Hazan | |
2020-02-07 | fixes #2205 (Unable to create new profile) | George Hazan | |
2020-02-04 | libmdbx: merge | George Hazan | |
2020-01-21 | libmdbx: update to 0.6 | George Hazan | |
2020-01-08 | libmdbx: rollback to the original version of the code, without our additions | George Hazan | |
2020-01-07 | libmdbx: update to 0.5.0 | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-12 | libmdbx: force 32-bit version to work identically to the 64-bit version | George Hazan | |
2019-12-12 | mdbx_chk: useful utility ported to Miranda | George Hazan | |
2019-12-11 | code cleaning | George Hazan | |
2019-12-11 | libmdbx: XP compatibility fix | George Hazan | |
2019-12-11 | compilation fix | George Hazan | |
2019-12-06 | libmdbx: upgrade to 0.4.0 | George Hazan | |
2019-08-28 | compilation fix | George Hazan | |
2019-08-28 | libmdbx: merge with 0.3.2 | George Hazan | |
2019-06-23 | libmdbx: merge | George Hazan | |
2019-05-03 | merge of libmdbx | George Hazan | |
2019-04-14 | manual target platform version assignment required only for Toaster | George Hazan | |
2019-01-28 | merge with libmdbx master | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-05 | fixes #1649 (Wrong codepage in mdbx tools errors) | George Hazan | |
2018-11-25 | libmdbx: fix for changing database size | George Hazan | |
2018-11-21 | libmdbx: minor fix for concurrent database creation | George Hazan | |
2018-11-06 | merge with libmdbx trunk - fixes one rare problem with database shrinking | George Hazan | |
2018-10-24 | libmdbx: | George Hazan | |
- fix for a possible crash after database compaction; - merge with master | |||
2018-10-04 | mdbx_dump & mdbx_load utilities adapted for Miranda | George Hazan | |
2018-10-02 | minor fix for libmdbx | George Hazan | |
2018-09-26 | libmdbx: merge to 0.2 | George Hazan | |
2018-09-20 | these asserts aren't needed at all | George Hazan | |
2018-09-20 | final fix for libmdbx problem with GC | George Hazan | |
2018-09-19 | merge of libmdbx code cleaning | George Hazan | |
2018-09-17 | libmdbx: another important bugfix | George Hazan | |