conan icon indicating copy to clipboard operation
conan copied to clipboard

Conan - The open-source C and C++ package manager

Results 760 conan issues
Sort by recently updated
recently updated
newest added

### What is your suggestion? Hi! I've spent some time evaluating both Conan and Vcpkg and there are many things that I like about both projects. So far I like...

I already configured our `settings.yml` with sanitizer options per the doc a while back. (BTW, why not just include these sanitization options in the default conan.io settings.yml?) ``` compiler: gcc:...

type: question

Changelog: Feature: Add ``--output-folder`` to ``export-pkg`` command to be used when ``layout()`` is declared. Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/15732

### What is your suggestion? See the comment at https://github.com/conan-io/conan/pull/15736#issuecomment-1959323582 This class iterates `CMAKE_CONFIGURATION_TYPES` even if the generator in use is not multi-config and doesn't do the same for `CMAKE_BUILD_TYPE`...

### Environment details Linux Ubuntu Focal Clang-17 Conan 2.1.0 Python 3.8.10 ### Steps to reproduce This seems hard to reproduce so I captured as much as I could. I'm building...

### Environment details * Operating System+version: Tested on Windows 11 and Linux * Conan version: Tested on 2.1 and 2.0.16 * Python version: Tested on 3.11.7, 3.10.2 and 3.10.12 Trying...

### What is your suggestion? Hello, Currently, Conan's CMakeToolchain allows the use of custom user presets, which is nice. I can see 2 drawbacks (and corresponding improvements) regarding the way...

type: question

### What is your question? We are using `conans.client.conan_api` to download conan packages: ```python from conans.client.conan_api import Conan conan, _, _ = Conan.factory() conan.download(...) ``` Is there a replacement for...

type: question

### What is your question? # How can I learn what's missing / wrong for this missing package I created a `tool_requires` package that is os, compiler, build_type and arch...

### What is your suggestion? The experimental check_components_exist property (https://docs.conan.io/2/reference/tools/cmake/cmakedeps.html#check-components-exist) expects the components to be independent libraries. But there is at least one well known pre-existing example in which the...