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: Feature: Add Fish shell command support for environments Docs: https://github.com/conan-io/docs/pull/3690 Still need to check if the `-g` scope for the variable erasure is ok, and how activating both `:powershell`...

I use VSCode with [CMake-Tools](https://github.com/microsoft/vscode-cmake-tools) plugin to write/debug the CMake project. After the executable is generated, it needs to find those **DLL** files on Windows when using `xxx:shared=True` option. If...

type: look into
type: feature
complex: low

### What is your question? ERROR: Error loading conanfile at '/home/opentdf/client-cpp/src/conanfile.py': Unable to load conanfile in /home/opentdf/client-cpp/src/conanfile.py File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File...

type: question
staled

### What is your question? From: https://cpplang.slack.com/archives/C41CWV9HA/p1714639717500339 Profile: ``` [settings] arch=armv8 build_type=Debug compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=12 os=baremetal [conf] tools.build:cflags=["-mcpu=cortex-m0plus -mthumb"] tools.build:cxxflags=["-mcpu=cortex-m0plus -mthumb"] [buildenv] CC=/usr/bin/arm-none-eabi-gcc CXX=/usr/bin/arm-none-eabi-g++ AR=/usr/bin/arm-none-eabi-ar AS=/usr/bin/arm-none-eabi-as RANLIB=/usr/bin/arm-none-eabi-ranlib LD=/usr/bin/arm-none-eabi-ld STRIP=/usr/bin/arm-none-eabi-strip...

### What is your question? I would like to use musl for all my dependency tree in a project. Is there any way how to archive that? I am going...

type: question

### Describe the bug OS: Windows Compiler: msvc-19 2022 Conan version: 2.2.3 Conan profile: ``` Profile host: [settings] arch=x86_64 build_type=Debug compiler=msvc compiler.cppstd=20 compiler.runtime=dynamic compiler.runtime_type=Debug compiler.version=193 os=Windows [conf] tools.cmake.cmaketoolchain:generator=Ninja Profile build:...

type: question

Hi! As you may know, [chmod](https://linux.die.net/man/1/chmod) is a nice Unix tool, which is used to handle file permission. On Python, we have [os.chmod](https://docs.python.org/3/library/os.html#os.chmod), but it's limited in terms of solution...

type: look into
type: feature
stage: queue
complex: low

### Describe the bug OS: Any Conan version: 2.2.0 Using conan with a proprietary platform (`thePlatform`) that defines its own build types. For the purpose of this report, I will...

This ticket is to gather and centralize all the related tickets. There are 3 different aspects to make the cache concurrent: - ``conan config install`` and other commands that can...

### Describe the bug # System details WSL with ubuntu.22.04 under Windows 11 g++-12 (through apt) cmake 3.29.2 (through snap) Conan 2.2.3 # The Problem Similar to https://github.com/conan-io/conan/issues/16162 but for...