James
James
Implemented in https://github.com/conan-io/conan/pull/11921, will be in 1.52.
Quick observation: while packages with ``+`` in the name are allowed, it was probably something that slipped from the regex for versions that need to allow ``+``, but it was...
I have done a first quick research for this. I cannot find anything out there that tells which clang version are the toolsets ``LLVM-vs2013, LLVM-vs2013_xp, LLVM-vs2014, LLVM-vs2014_xp, LLVM-vs2017, LLVM-vs2017_xp`` etc....
I am starting to divide use cases in https://github.com/conan-io/conan/issues/10955#issuecomment-1135551506
This PR https://github.com/conan-io/conan/pull/11492, merged for next 1.53 contains a few changes to better support clang in Windows, mainly for the **new** ``CMakeToolchain`` integration, but some minor changes for others too....
This seems very similar to what we are doing in ``CMakeDeps``, to allow creating config.cmake scripts for some exceptional ``tool_requires``. It seems that we should follow the same interface (defining...
Hi @w3sip This has been requested (lzma) before: https://github.com/conan-io/conan/issues/648 The thing is that most likely, compressor should be optimized for de-compression speed. It seems that gzip is still the best,...
https://pypi.org/project/mgzip/ stats: - 5 stars in github - latest release 0.2 in March (> 6 months ago, also latest commit) - 3k download/month (https://pypistats.org/packages/mgzip) Seems it is not ready for...
I understand the case, but I am still afraid that https://github.com/pgzip/pgzip is still far from being usable in production by Conan. The project should be more stable, with PyPI packages,...
Hi @ClausKlein ! I am not sure about your error. If you want to define "Integrity" as a new OS, you have to add it to the ``settings.yml`` file. Have...