conan
conan copied to clipboard
Conan - The open-source C and C++ package manager
We have gtest 1.10.0 configured in a number of projects that use Conan to manage artifacts during compilation. We have found over the past few weeks that successive upgrades to...
Continuation from https://github.com/conan-io/conan/pull/12033
Hi conan community, I'm in context of Gitlab CI Docker using conan official images to build and upload my conan packages to a corporate Artifactory. I have read https://docs.conan.io/en/latest/howtos/generic_ci_artifactory.html#generating-build-info-from-lockfiles-information and...
### Environment Details * Operating System+version: Windows 10 * Compiler+version: Visual Studio 15 * Conan version: 1.52.0 * Python version: 3.8.10 ### Steps to reproduce Take any recipe that imports...
Changelog: Feature: `Meson` build helper is listening to new configuration field `tools.meson.mesontoolchain:user_filenames=["FILENAMES"]` to append all the passed files to the list of the ones created by Conan. Docs: https://github.com/conan-io/docs/pull/XXXX Closes:...
### Environment Details (include every applicable attribute) * Operating System+version: Ubuntu 18.04.5 LTS * Compiler+version: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 * Conan version: Conan version 1.52.0 * Python version: Python 3.6.9...
Temporary passwords generated in the CI beginning with "-" cannot be used directly. Workaround from #2502 : ``` CONAN_PASSWORD="-my_ci_pw" conan user -r conancenter "user" -p ``` I would expect that:...
### Environment Details (include every applicable attribute) * Operating System+version: Any * Compiler+version: Any * Conan version: 1.52.0 * Python version: 3.10.6 ### Steps to reproduce (Include if Applicable) -...
Changelog: (Bugfix): In some cases we see race condition when 2 conan instances running at the same time and downloading same package. While locks prevent two conans from downloading and...
Using `CMakeToolchain` without `cmake_layout` may cause an exception from Conan which is not useful for users: ``` catch2/3.0.1: Calling generate() catch2/3.0.1: WARN: Using the new toolchains and generators without specifying...