Marian Klymov

Results 23 issues of Marian Klymov

Inline method was leading to multiple singletons.

Hi, It would be nice if libfive would use macros to specify symbol visibility instead of exporting everything from .dll/.so/.dylib. `__declspec(dllimport)/__declspec(dllexport)` for MSVC or `__attribute__((visibility ("default")))` for gcc/clang.

**Describe the bug** I want to be able to change name of generated dll files. I saw that there is HDF5_LIB_INFIX. But it seems that it doesn't work properly with...

Priority - 2. Medium ⏹
Component - Build
Type - Bug

VS2022 v17.10 will be officially released soon. _MSC_VER is 1940 so it will not be mapped to 14.3 in boost code. https://github.com/boostorg/config/blob/5734e160e08b8df898c7f747000f27a3aafb7b2b/include/boost/config/compiler/visualc.hpp#L375C1-L377C9 https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/

It would be nice if there would be some magic option that will allow to build boost::log with std::filesystem instead of boost::filesystem. This will help with symbol problems in static...

I'm getting an error while trying to run JFrog Pip with service connection that has empty username and password. I'm not sure whether this is intended or not. I don't...

question

This library uses several copy-pastes of code under LGPL license. Do I understand correctly that it can't be used under just Apache 2.0 license terms?

### Package Name/Version itk/5.3.0 ### Changelog https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3.0 ### Context about the new update The above-mentioned version is newly released by the upstream project and not yet available as a recipe....

upstream update

Hi, Should oneTBB tests pass in Debug configuration on WASM? I've tried using latest emsdk docker container on latest master and followed instructions from https://github.com/oneapi-src/oneTBB/blob/master/WASM_Support.md ``` docker run --rm -v...

question

### What is your question? Hi, I'm trying to switch from C++17 to C++20. I'm using ``` core.package_id:default_embed_mode=full_mode core.package_id:default_non_embed_mode=full_mode core.package_id:default_unknown_mode=full_mode ``` I've noticed that conan assumes that binaries with C++17...