countly-sdk-cpp
countly-sdk-cpp copied to clipboard
Countly C++ SDK for Windows, MacOS and Linux
If you use `-DCMAKE_INSTALL_PREFIX=[some folder]` when generating the build files, and then use `--target install`, you get a badly formed output folder. The DLL is the easiest one to fix....
Durations should not use the system_clock as this can change, resulting in "incorrect" durations (e.g. a user changing the system clock back an hour while an application is running in...
I assume there was some issue that caused this check to be added? I'm curious. I would have thought it would work just fine 🤔
typically with callbacks a `void*` is passed when setting the callback, and then when something calls the callback, they will pass it that `void*`. this allows users to cast the...
The third party dependency `nlohmann/json` is included in the header, which means clients of this SDK will also be pulling it in. this can conflict with a different but existing...
Without a namespace, the contents of the header polute the global namespace. in particular, the `using json` is quite unfortunate clients of this SDK need to wrap the `#include `...
> Countly iOS, MacOS, Android, Windows and Javascript SDKs come with crash analytics support built-in. This is from https://count.ly/plugins/crash-analytics. Is there any support planned for the cpp sdk? I would...
Added example code for http client