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

Changelog: Bugfix: Solve bug with ``overrides`` from ``lockfiles`` in case of diamond structures Docs: Omit Close https://github.com/conan-io/conan/issues/16116

### Describe the bug Windows 11 Visual Studio 2022 Conan 2.3 ### How to reproduce it 1. Install both Visual Studio 2022 and Visual Studio 2022 Preview 2. Attempt to...

Changelog: Feature: Add new variable to CMakeDeps generator to allow changing the name used in CMake variables Docs: https://github.com/conan-io/docs/pull/XXXX Created new property for CMakeDeps generator: `cmake_legacy_variable_prefix` that can be set...

### What is your suggestion? I am using clang, and the generator is visual studio I checked the source code and found that the toolset is written dead in ClangCL....

type: look into
stage: triaging

### What is your suggestion? Currently, our teams using conan have 2 main reasons why they need to modify conan-center recipes (we are currently copy-pasting, but considering a fork someday)....

type: look into
stage: triaging

### What is your question? Hello, we are using Conan 1 and are using the semver_direct_mode for package_id computation. Now we have a scenario where for one particular dependency I...

Changelog: Bugfix: Solved inefficiency in ``conan info`` that could make the command order of magnitude slower in slow drive systems with large dependency graphs. Docs: Omit

### Describe the bug When trying to use official ConanDockerTools images with the new feature [Docker runners](https://docs.conan.io/2/reference/runners/docker.html), I wanted to use a custom container name (e.g conan_linux_gcc11), however, the current...

### Describe the bug Hi! I'm using conan 2.2.2 and I'm currently having an issue with the output of `conan graph build-order` in a specific override scenario. The issue appears...

type: bug
stage: triaging

### What is your suggestion? When the CMake generator is a Visual Studio one, for example `Visual Studio 17 2022` (see docs https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators), there are systems in which there are...