countly-sdk-cpp icon indicating copy to clipboard operation
countly-sdk-cpp copied to clipboard

Countly C++ SDK for Windows, MacOS and Linux

Results 9 countly-sdk-cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

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