Joerg-Christian Boehme

Results 9 issues of Joerg-Christian Boehme

First POC commit for issue #53 Some files are copied from Poco project. The interesting part are in macchina.io/platform/OSP. I add for following bundles a CMakeLists.txt: - Core - Net...

Since Ubuntu 16.04 I got this compile error: macchina.io/protocols/MQTT/Paho/src/Socket.c:599: Fehler: variable 'hints' has initializer but incomplete type struct addrinfo hints = {0, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, 0, NULL, NULL, NULL}; ^...

fixed

It's nice to have. I'm every time clone the projects without `--recursive`, because some project checkout like the "whole world" ;-) ... so I'm carfully with `--recusive`. But it gets...

### In short: I'm not sure, how I should setup cmake conan correctly to use protobuf in a cross-compiling environment. ### In detail: I take this repo and created an...

This PR will fix the problem, if you would like to build these project against an already installed JSON "lib"/header. Also I implemented a solution to "fetch" the sources without...

Sometimes, on android build timer test are failed with following exception. ``` There was 1 failure: 1: N7CppUnit10TestCallerI9TimerTestEE.testTimer "sw.elapsed() >= 80000 && sw.elapsed() < 120000" in "/home/travis/build/Bjoe/poco/Foundation/testsuite/src/TimerTest.cpp", line 46 ```

stale

> There was 1 failure: > 1: N7CppUnit10TestCallerI15FileChannelTestEE.testCompress > "f1.exists()" > in "/home/travis/build/pocoproject/poco/Foundation/testsuite/src/FileChannelTest.cpp", line 335 > >

stale

This change will update the sourcetrail plugin for QtCreator 4.15. Since QtCreator is using cmake as build system, this build is also updated to cmake build. Also it uses github...

Export the session_impl [to use for example botan](https://github.com/Bjoe/doh-with-nghttp2-asio/blob/e3c7557f93d787cfda2794d8f1da60b456518b00/src/main.cpp#L650C21-L650C33) instead of openssl. This approach may also solve this #14