[ddtdanilo-lmdb-wrapper] Add new port - #50323
Merged
Merged
Conversation
Contributor
Author
|
@microsoft-github-policy-service agree |
ddtdanilo
force-pushed
the
add-lmdb-wrapper
branch
3 times, most recently
from
March 6, 2026 04:13
c9e7433 to
4ed6920
Compare
ddtdanilo
force-pushed
the
add-lmdb-wrapper
branch
from
March 6, 2026 04:47
4ed6920 to
f6c3929
Compare
Contributor
Author
|
Updated to v1.0.1. Changes from 1.0.0:
All existing platforms passed on v1.0.0; waiting for v1.0.1 CI results now. |
JavierMatosD
previously requested changes
Mar 6, 2026
Contributor
There was a problem hiding this comment.
Since this is a new port, the version file should only contain one entry
| @@ -0,0 +1,19 @@ | |||
| { | |||
| "name": "lmdb-wrapper", | |||
Contributor
There was a problem hiding this comment.
Googling this project surfaces a different project.
To disambiguate this port from other projects, I ask we change the name to ddtdanilo-lmdb-wrapper
See our naming policy
JavierMatosD
marked this pull request as draft
March 6, 2026 16:22
Contributor
Author
|
Thanks for the review @JavierMatosD! Done:
|
ddtdanilo
marked this pull request as ready for review
March 10, 2026 04:45
vicroms
approved these changes
Mar 12, 2026
ddtdanilo
added a commit
to ddtdanilo/LMDB-wrapper-MISRA-C
that referenced
this pull request
Mar 31, 2026
Reflect that ddtdanilo-lmdb-wrapper is now an official vcpkg port (microsoft/vcpkg#50323). Sync vcpkg-port/ reference files with the merged upstream version, add vcpkg install instructions across README, llms.txt, llms-full.txt, and docs/context.md, and document the release process in CONTRIBUTING.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add new port
ddtdanilo-lmdb-wrapperversion 1.0.1.ddtdanilo-lmdb-wrapper is a MISRA C compliant wrapper for LMDB (Lightning Memory-Mapped Database). It provides a safe, validated API layer over LMDB with:
Use Cases
LMDB is used in production by major projects (Monero, OpenLDAP, Postfix, Caffe). This wrapper adds the MISRA C safety layer required for regulated environments:
Details
lmdb,vcpkg-cmake,vcpkg-cmake-configChecklist
vcpkg_install_copyrightversions/baseline.jsonupdatedversions/d-/ddtdanilo-lmdb-wrapper.jsoncreated with correct git-tree hash (single entry)-DLMDB_WRAPPER_BUILD_TESTS=OFF -DLMDB_WRAPPER_BUILD_EXAMPLES=OFF)ddtdanilo-lmdb-wrapperper reviewer request