ddassie

Results 9 issues of ddassie

While experiment with the snapshot-blob feature of NodeJs I encountering an error during the snapshot build caused by the library: ``` var file = callSite.getFileName() || ""; ^ TypeError: Cannot...

This PR adds MQTTv5 Enhanced Authentication to the library when using MQTTAsync. The implementation on MQTTClient is currently incomplete and tests aren't yet provided, I will finish it once I...

**Is your feature request related to a problem? Please describe.** When using the reconnect system there is no way to receive failure data, this is because the `onFailure` callback gets...

duplicate
enhancement

I'm trying to use `target_find_dependencies` to add the dependencies for a `STATIC` library that depends on some libraries that can be found via `pkg-config`, I'm able to pass the `PkgConfig`...

With the current implementation if CMAKE_MSVC_DEBUG_INFORMATION_FORMAT is set, it won't be respected as the /Zi flag set on enable_sanitizers will always override it, just skip setting it if POLICY CMP0141...

Using CMake 3.30 (pre-release) I'm getting the following warning(s): ``` CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1942 (message): Calling FetchContent_Populate(_fargs) is deprecated, call FetchContent_MakeAvailable(_fargs) instead. Policy CMP0169 can be set to...

I'm trying to build a static library with embedded debug information on MSVC with Address Sanitizer enabled, and I'm seeing the following warning: `cl : Command line warning D9025 :...

I'm trying to use the library via rust on Windows but it's not even able to build in the debug configuration, it fails with the following linker errors: ``` Running...

Looks like CMake 3.31 added a new policy `CMP0177` regarding install paths: ``` CMake Warning (dev) at build/Debug/_deps/_project_options-src/src/PackageProject.cmake:194 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run...