conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
### What is your question? Hey, I have a question regarding the output of conan graph build-order. I'm trying to filter packages which have set the `upload_policy` to `skip` in...
**Background** We encountered an issue with the GCC toolchain (at least GCC 9) pulling in BSD and SVr4 extensions if no C/C++ dialect via compiler flag _-std=_ has been explicitly...
In our org we have multiple recipes with a shared code basis. The directory structure is as following: ```sh . ├── CMakeLists.txt ├── simple_example.cc ├── sub1 │ └── conanfile.py └──...
I would like to be able to check whether a binary package for a particular set of settings and options exists on a remote. As of Conan 1.16.1 there is...
### What is your question? I'm trying to refactor my recipes and make them ready for Conan 2.0. The [migration guide](https://docs.conan.io/en/latest/migrating_to_2.0/recipes.html#the-scm-attribute) has an example that shows the usage of `conan.tools.scm.Git`....
### What is your suggestion? `trim_conandata` can be used inside a `post_export` hook instead of the `export()` method in recipes, but then we have no control over wether a recipe...
### What is your question? Hello We are writing custom deployer, it's job is to: 1. copy the artifacts from deps into a single bin folder (dll's / exe's). 2....
### What is your question? How do I list outdated dependencies required by my recipe? Similar to `npm outdated` for npm.js. It seems like this is a feature that should...
### Environment details * Operating System+version: Ubuntu 22.04 * Compiler+version: Ubuntu clang version 15.0.7 * Conan version 1.59.0 / 2.0.17 * Python version: Python 3.10.13 ( in both cases) ###...