Pau Farré

Results 9 comments of Pau Farré

This issue can be closed. https://conan.io/center/backward-cpp

Nice initiative! This is also interesting https://github.com/fffaraz/awesome-cpp From top 5, deps not in CCI (i'm looking at bincrafters recipies): * opencv : `gstreamer`, `gst-plugins-base`, `openblas`, `ffmpeg`, `lapack`, `harfbuzz` & `gtk2/gtk3`....

[ocornut/imgui](https://github.com/ocornut/imgui) https://github.com/conan-io/conan-center-index/pull/625

Yep, I also observed this. Very annoying to be honest. If you decide you want a `lib/ver@` style of reference, together with `upload_only_when_stable=True` you'll for sure hit this issue. The...

Unfortunately `upload_force` just controls `--force` parameter of `conan upload`. Doesn't has anything to do with CPT. (I fell to the same pitfall). Maybe `upload_force` should override (most) checks of https://github.com/conan-io/conan-package-tools/blob/7eff1ff01baacbe4ec1056340eea5a49ed3e82a2/cpt/packager.py#L590

Personally I would also love a more integrated support for remote development. But nothing prevents you from using the terminal and doing all the steps by yourself (so it is...

I've created a package for cutlass: https://github.com/Hopobcn/conan-cutlass Since it's a header-only library i've used the bincrafters header-only template. Since the library also has unit tests I was doubting if also...

> Would you like to take over the responsibility for this PR, perhaps? Yes I can take it. I mantain a fork of this recipe for my company and currently...

No idea how to solve ``` Version conflict: glog/0.6.0->libunwind/1.8.0, folly/2023.12.18.00->libunwind/1.7.2. ERROR: Version conflict: glog/0.6.0->libunwind/1.8.0, folly/2023.12.18.00->libunwind/1.7.2. ``` Tried applying https://docs.conan.io/2.0/tutorial/versioning/conflicts.html#resolving-conflicts (tested with `self.requires("libunwind/1.8.0", override=True)` but it didn't work)