here-data-sdk-cpp
here-data-sdk-cpp copied to clipboard
The HERE Data SDK for C++ is a modern, lightweight and modular SDK for the HERE platform
Swithc from iPhone11 to 14 Relates-To: OLPEDGE-2543
Use image with VC 2019 Relates-To: OLPEDGE-2873
One of the main things the SDK does is issue network requests. These are issued all the time, and outputting log messages for them is more akin to tracing the...
Try to check available space before writing to ensure that we could rollback from 'no space left' situation as leveldb requires space even for delete operations. Relates-To: OAM-2013
Signed-off-by: Yaroslav Stefinko
This commit introduces separate thread specifically for the cancellation tasks. By doing so we may speed up final callback execution as task won't wait for its turn in the main...
The methoв could be used in special cases when the method has to run synchronously in one thread. Relates-To: OAM-1422 Signed-off-by: Iuliia Moroz
Creation of asynchronous methods is a part of task continuation changes, later will be used in asynchronous GetVersion method. GetVersion is not added in this commit as it's in the...
WIP: test lmdb porting with OLP_SDK_ENABLE_DEFAULT_CACHE_LMDB on.
Add job and script for Windows build/test job. It will rung nightly on Azure pipelines. Resolves: OLPEDGE-928 Signed-off-by: Yaroslav Stefinko