Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Test lmdb #1259

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

WIP: Test lmdb #1259

wants to merge 2 commits into from

Commits on Oct 6, 2021

  1. Add LMDB to external libraries.

    lmdb is added to external libraries. CMakeLists.txt.lmdb.in and
    lmdbConfig.cmake.in was created for lmdb.
    Changes in olp-cpp-sdk-core and external CMakeLists.txt was made.
    Added OLP_SDK_ENABLE_DEFAULT_CACHE_LMDB option to be able to
    enable/disable build of lmdb. README.md was changed with
    description of a new flag.
    
    Resolves: OLPEDGE-2645
    
    Signed-off-by: Yevhen Krasilnyk <ext-yevhen.krasilnyk@here.com>
    Smartkras committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    6c08481 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Enable OLP_SDK_ENABLE_DEFAULT_CACHE_LMDB flag

    lmdb is added to external libraries. CMakeLists.txt.lmdb.in and
    lmdbConfig.cmake.in was created for lmdb.
    Changes in olp-cpp-sdk-core and external CMakeLists.txt was made.
    Added OLP_SDK_ENABLE_DEFAULT_CACHE_LMDB option to be able to
    enable/disable build of lmdb. README.md was changed with
    description of a new flag.
    
    Relates-To: OLPEDGE-2645
    
    Signed-off-by: Yevhen Krasilnyk <ext-yevhen.krasilnyk@here.com>
    Smartkras committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    9119b13 View commit details
    Browse the repository at this point in the history