Marian Klymov

Results 23 issues of Marian Klymov

Old minizip (1.1 with zip64 patch) was able to generate zip files that have more than 65535 entries without switching to zip64 mode. So result zip doesn't have ZIP64 central...

feature request

minizip can't be linked with OpenSSL 1.1.0+ that was built with no-deprecated option. Example of error with OpenSSL 1.1.1g: ``` 9>libminizip.lib(mz_crypt_openssl.obj) : error LNK2001: unresolved external symbol ERR_load_crypto_strings 9>libminizip.lib(mz_crypt_openssl.obj) :...

compilation

Specify library name and version: **boost/all** Define allows changing implementation of several inline methods in boost::filesystem Closes #11930 --- - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing. - [x] I've...

It is possible to use older toolsets with new Visual Studio installations. For example, you can install v142 toolset (14.29) in VS2022 and then provide it to CMake. `cmake -G"Visual...

I want to package library that was built with specific set of options/requirements. I'm trying to use `conan export-pkg` for this. I can pass options easily through profile. But I...

stage: triaging

I'm currently trying to use full_package_mode. Is it possible to somehow state that I don't care about some options of consumed library? For example, my library depends on Boost, but...

stage: triaging

Specify library name and version: **gdcm/3.0.9** conan v2 support Fix compilation with gcc11 and bump dependencies. Patch was taken from https://github.com/malaterre/GDCM/commit/4404b770be337bd0d5d3c2289abfd34426433db2 --- - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing....

Failed

### What is your question? Hi, I have problem with conan2. Path to folder with test_package/conanfile.py is 126 symbols and MSVC compiler can't work with long pathes on Windows yet...

type: question

### What is your question? Hi! I'm generating conanfile.py from CMake in the form of: ``` from conan import ConanFile from conan.tools.files import copy class MyApp(ConanFile): name = "app" version...

stage: triaging

As cmake-conan is considered legacy and doesn't work well with cross-compilation I'm thinking how to migrate. I need to be able to call conan multiple times with different lists of...