Kevin Puetz
Kevin Puetz
I suppose it could, though it's obviously lets more things slip through. It looks like when it skips executing, in places specific `cty.UnknownVal` placeholders. I wonder if one could build...
Oops. I inadvertently had the hooks installed, but not actually active (missed `conan config set hooks.conan-center`) and thus overlooked that 1.35 had had added new libxslt-config.cmake files. I'll rebase to...
Upstream added new libxslt-config.cmake files (that violate conan-center-index policy and have to be removed). Sorry I haven't had time to get back to this, feel free to amend my branch...
Perhaps related to #307, though @uyha was more willing/able to just forward a few variables and let it re-autodetect the rest (that wouldn't work for all cases, but it's enough...
I don't think it's the CMake build helper's job to do that. But the CMake generator fiddles with this in `CMAKE__FLAGS_` in the conanbuildinfo.cmake `conan_set_vs_runtime()`, and yes, that should be...
This issue was actually the opposite half of the issue and won't be fixed by a conan change (though conan-io/conan#6624 is also real, and needs a fix in conan). conan_cmake_run...
I guess I would consider that an absolute last-resort, because the CMakeLists.txt has no real business knowing what architecture the user wants to compile for - that's up to their...
That said, this is just me making notes on the issue in a public place. I'm not trying to demand someone else fix it for me - if I get...
There's quite a few lightweight ed25519 implementations around. I think the two most popular are https://github.com/orlp/ed25519 (which is a cleaned-up version of the original supercop "ref10" reference implementation, and https://github.com/floodyberry/ed25519-donna...
I just hit this too, and managed to minimize it further before I found @gjasny's bugs (here and MSVC). Seems to be regression due to the new SFINAE in c144d78f8295da3dbae3ad2d5fe66a9a42f8ce74,...