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

### Environment details * Operating System+version: Linux Ubuntu * Compiler+version: gcc11 * Conan version: 2.0.17 * Python version: 3.8.10 ### Steps to reproduce I'm working on a recipe that has...

Conan dependency graph is a very useful feature but it become very difficult to use when having too many dependencies. This is how our current dependency graph looks like, it...

priority: low
type: feature
complex: low
component: ux

### Environment details * Operating System+version: * Compiler+version: * Conan version: 2.0.17 * Python version: ### Steps to reproduce 1. Make a simple CMake project with one subdirectory (two CMakeLists.txt...

Changelog: Feature Docs: https://github.com/conan-io/docs/pull/3583 If you mostly use Conan to build locally, using conanfiles you're handling (and exporting) yourself, and don't necessary set up a remote, there is no point...

### What is your question? Hi, we are developing a GUI client to list and install Conan packages. The user should be able to identify each package's type quickly. The...

### Environment details * Operating System+version: macOS 14.2.1 * Compiler+version: Clang 14 from Android NDK r25c / Apple-Clang 14 from Xcode 14.2 * Conan version: 1.62 * Python version: 3.9.6...

type: look into
component: Conan 1.x

### What is your suggestion? Hi, I found issue with opencv package using openjpeg (`opencv:with_jpeg2000=openjpeg`). After my investigation, I have suggestion to new feature into Conan. Here are both issue...

type: look into

### Environment details * Operating System+version: macOS 13.x * Compiler+version: clang (arm64-apple-darwin22.6.0) * Conan version: 2.0.9 * Python version: 3.11 ### Steps to reproduce We have a product with plugin...

stage: triaging

### What is your question? Hello, While exploring the files generated by the CMakeToolchain generator, I realized that when assigning an option to `cache_variables`, it resulted in a CMake `boolean`...

type: look into

### What is your question? If I define CMake Cache like the following in conanfile.py, CLion's CMake Presets Integration will not work. ```Python tc.cache_variables["CELIX_ERR_BUFFER_SIZE"] = self.options.celix_err_buffer_size v = Version(self.version) tc.cache_variables["CELIX_MAJOR"]...

type: feature
stage: triaging