James
James
I can confirm that the MSBuild integrations (MSBuildToolchain, MSBuildDeps) are not prepared to cross-build to Android. My first steps have failed in ``MSBuildToolchain``, with the ``conan new msbuild_exe`` template are...
Hi @5741978 Thanks for your report. Using env-vars to communicate information to build systems integrations is generally not preferred. There are other mechanisms, like the ``tools.build:cxxflags`` or ``tools.build:sharedlinkflags`` that can...
Great, happy to know it is working now. The ``conf`` system has some further advantages, like it is easier to define append/prepend operations, it has some type validation on the...
That is true, it seems the doc for that ``sharedlinkflags`` became a bit outdated. Marking it to update it for the next release. As the pull request to fix it...
Hi @wdobbe Could you clarify about the versions? Conan itself doesn't have a dependency to ``pkgconf``, if anything it seems it contains in: ``` 'pkg_config': { "exe": "pkg-config", "default": "0.28",...
Let me give some context: Initially we conceived the user/channel as something dynamic, something that could change and that could serve for moving packages through different stages. We realized it...
Hi @ericriff Thanks for the feedback. We are aware that adding user/channel in a fork from ``conan-center-index`` is not the best experience. We had considered in the past the possibility...
Yes. ``` conan create . pkg/version@ # and for packages containing name but not version: conan create . version@ ``` Is the Conan 1.X necessary syntax. That was one of...
> Imagine the case where I have a product using a component from conan-center-index and that product has 2 release streams. Using the user/channel would enable me to create a...
> I think it is ok for some companies to manage that using multiple repo but that is extra work/maintenance, which I would not want to have to deal with...