Thorsten Klein
Thorsten Klein
Hello, I would like to have a support for nested vendor repositories with a `.braids.json` file each. e.g. I have following repositories - base - frameworkA - frameworkB - project...
In this PR I have updated to googletest 1.12.1 Additionally I have fixed some smaller findings, especially regarding clang: - added: `// NOLINT` to ignore findings for -clang-analyzer-core.NonNullParamChecker -clang-analyzer-core.CallAndMessage -...
Hello, we develop our software in a mono repo. ``` ├── mylibA │ └── conanfile.py ├── mylibB │ └── conanfile.py └── mylibC └── conanfile.py ``` To our consumers we do...
Hello, we store our conan recipes in our own JFrog artifactory, so that they can be consumed by our customers. Now we need to ship these packages to some colleages,...
## Expected Behavior Compilation finishes successful ## Actual Behavior Build is failing with following errors: ``` In file included from named_parameters.cpp:11:0: /home/default/work/di/extension/include/boost/di/extension/injections/named_parameters.hpp: In instantiation of ‘struct boost::di::v1_1_0::extension::parse’: /home/default/work/di/extension/include/boost/di/extension/injections/named_parameters.hpp:97:69: required from...
The issue is related to #601 and was occurring in WebSocket client functionality when used in IPv6 network. The host name in the initial HTTP request did not comply with...
Fix issue #2162
- added the possibility to load multiple INI files from the folder /etc/commonapi.d or the folder provided by the environment variable COMMONAPI_CONFIG (if it is a folder). Priority is as...
Simplify cross compilation and integration into other build systems by using cmake. Additionally simplify usage within other cmake projects by providing a cmake EXPORT (`find_package(linenoise)`)