Hermann von Kleist

Results 33 issues of Hermann von Kleist

This missing output of the initialization failure gave me a hard time debugging an rqt plugin. Such errors should be visible without debug output turned on. Furthermore, I noticed a...

I tried to mimic the behavior of the python server implementation in this one.

As clang-format 3.9 is not available on Focal, I would propose to set the recommended version of clang-format to 8 which is available on Xenial, Bionic and Focal. See also:...

Also addressing https://github.com/edenhill/librdkafka/issues/3994, as an alternative to https://github.com/edenhill/librdkafka/pull/4004 and https://github.com/edenhill/librdkafka/pull/4012, based on feedback in https://github.com/edenhill/librdkafka/pull/4004#issuecomment-1303431978. This PR adds symlinks to the public API headers at `include/librdkafka/` to support `#include `...

Description =========== The examples have the following lines: ```c /* Typical include path would be , but this program * is builtin from within the librdkafka source tree and thus...

enhancement

For GCC and Clang, enable: - pedantic warnings for parity with meson - -Wnon-virtual-dtor - -Wzero-as-null-pointer-constant

My recent PR checks fail due to some issues with the MinGW build script. Example: ``` 2023-12-20T15:35:42.7370655Z ##[section]Starting: Extract MinGW 2023-12-20T15:35:42.7536683Z ============================================================================== 2023-12-20T15:35:42.7536818Z Task : Extract files 2023-12-20T15:35:42.7536873Z Description :...

- .cache is created by the clangd language server - build is a conventional build directory often used with CMake

Compatibility with CMake versions older than 3.5 is deprecated. Fixes #82.