conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
Lets say that we want to relativize all paths in generated files from CMakeDeps, so we get a relocatable folder with all we need. There are 2 options: - Make...
Changelog: Bugfix: Fix `conan profile show --format=json` for profiles with scoped confs Docs: Omit Weird that we didn't get it reported sooner, but this seems to have been here for...
### Environment details * Operating System+version: Windows 11 Pro 23H2 * Compiler+version: msvc 193 * Conan version: 2.1.0 * Python version: 3.12.2 ### Steps to reproduce I'm migrating my company...
### What is your suggestion? Conan prints a lot of stuff while building dependencies, which can be useful for debugging. However, often it clutters the console and even exceeds the...
### Environment details * Conan version: 1.62.0 ### Steps to reproduce Create a minimal test project with `layout()` method and cmake_layout and run the following sequence of commands: ``` conan...
### What is your question? Hi, how would a recipe look for a thrift IDL wrapper library? I am migrating an existing conan 1 legacy `cmake` generator recipe to the...
### Environment details * Operating System+version: Linux ubuntu 22.04 * Conan version: 1.52 ### Steps to reproduce _No response_ ### Logs We are using Conan 1.52, and since a few...
This falls somewhere between a bug, a feature request, and a comment for the various issues about RPATH handling. It's also troublesome in CMake alone, where their [#19556](https://gitlab.kitware.com/cmake/cmake/-/issues/19556) and [#19707](https://gitlab.kitware.com/cmake/cmake/-/issues/19707)...
Changelog: Feature: Allow adding a folder with a clone of conan-center-index or same folder structure as a remote. Docs: https://github.com/conan-io/docs/pull/XXXX How to use it: ```bash $ git clone [email protected]:conan-io/conan-center-index $...
Changelog: Feature: Add ``conan list --filter-xxx`` arguments to list package binaries that match settings+options Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/15686 Close https://github.com/conan-io/conan/issues/5431 TODO: Add check that ``*:*`` is necessary Discuss if we...