conan icon indicating copy to clipboard operation
conan copied to clipboard

Conan - The open-source C and C++ package manager

Results 523 conan issues
Sort by recently updated
recently updated
newest added

Changelog: Omit Docs: Omit Work in progress

My understanding of the new CMakeToolchain's purpose was that it can also be used to guarantee that CMake uses the correct compiler versions. However, that doesn't seem to be the...

type: question
stage: triaging

Changelog: Omit Docs: Omit

`get` function (and `download`) uses this signature `def get(conanfile, url, md5='', sha1='', sha256='',...)`. IMHO it would be better to use defaults `None` and check always explicitly using `if sha256 is...

bug

Testing: https://github.com/conan-io/conan/issues/11763

type: look into

When generating a lockfile in 2.0, the tool requires don't end up in the lock file. With cmake listed as a tool requires, "conan create ... --lockfile=..." return an error...

type: look into

### Environment Details (include every applicable attribute) * Operating System+version: centOS 7.3 * Compiler+version: gcc 9.2.0 * Conan version: 1.50.0 * Python version: 3.9 ### Steps to reproduce (Include if...

stage: triaging

I have two libraries, library A and library B. Library B depends on library A, and I would like to try to put library A in editable mode. Library A...

The behavior between `conan create` and `conan install` are not the same and the later is not behaving like described within the documentation. ### Environment Details (include every applicable attribute)...

stage: triaging
bug

Changelog: Fix: When the `layout()` is declared in the recipe, the files such as `conainfo.txt`, `conanbuildinfo.txt` were written in the `test_package` folder, now there are written in the `generators_folder`. Docs:...