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
trafficstars

During implementation of a mold recipe, I have realized, that I am not able to build anything with a profile: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.version=11.2 compiler.cppstd=17 compiler.libcxx=libstdc++11 os=Linux os_build=Linux...

![image](https://user-images.githubusercontent.com/1406456/87693965-e08eea00-c78d-11ea-9c86-6a116aaf471f.png)

priority: low
good first issue
type: engineering
stage: queue
complex: low

Have two (mutually independent) packages depend on a third one but set an option in different ways. A fourth package depends on both of them to form a "diamond" shape....

Hello, In my context, I have a on premise Artifactory using https but I want to ignore certificate check. In a usual conan use, my ~/.conan/remotes.json has [Verify SSL: False]...

stage: triaging

In order to better understand the download traffic from our Artifactory instance towards our CI/CD build machines that are supposed to use the Conan download cache I would need to...

type: question

When creating an alias, I noticed that the generated conanfile.py looks like this ``` from conans import ConanFile class AliasConanfile(ConanFile): alias = "hello_world/1.0.0@star/cpp#8320d88c7d475c3bb7be9ba562313b36" revision_mode = "hash" ``` However, according to...

stage: triaging
component: ux

Support fastbuild .bff generation for integration with fastbuild build system. https://www.fastbuild.org/docs/home.html - [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md).

type: look into

- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). From my understanding, Conan tries to simplify the mess that is C++ package management so that the developers of applications and libraries may...

type: question

- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Hi, What is the correct way to use XCRun in conan v1/v2 compatible? I made this: https://github.com/nativium/nativium/pull/21/files#diff-46d8e7b650df6bb59541dab2a0fc2c56436aeb97a5c4079e18a6831515164bddR3-R7 But it is ugly: `from conan.tools.apple.apple...

type: feature

## Feature Requests Recently, I found that it **FAILED** to use **Imported Target** `Qt6::windeployqt` to deploy Qt applications when using **Multi-Config generators** (ex: `Ninja Multi-Config`) with [cmake-conan](https://github.com/conan-io/cmake-conan). After some research,...

type: look into
invalid