Vladimír Vondruš

Results 549 comments of Vladimír Vondruš

Hi, I vaguely remember that various other people had this problem too, and IIRC it has something to do with how the OS treats this. Here's a similar bugreport for...

Nice. Are you able trace that fix to a SDL commit, just in case someone else hits a similar problem?

*[a hour-long call happened in the middle of writing this, sorry]* I have a precise idea how to do this, already discussed it briefly with @Squareys some time ago. Coincidentally...

Thank you for starting the work on this. I think having post-C++11 constexpr is desirable in general, but -- as we discussed on Gitter -- I still don't know how...

Sorry for abruptly cancelling the CIs -- can you merge (or rebase on) current `master`, in particular b9726a982305a59273b2eae8109ce748311d29fc? I'm trying to avoid unnecessary CircleCI builds to not run out of...

Thank you! And sorry that things didn't "just work" :sweat_smile: Yep, those errors are caused by regular updates to Vulkan headers. I'll look into that -- I don't have scheduled...

Hi! Yes, the `master` branch is kept stable, building and passing tests at all times (and [checked for all platforms by the CI](https://magnum.graphics/build-status/)), so you can rely on it. As...

Hi, First of all thanks a lot for a very clever repro case, for linking to the matching Qt docs, and for proposing a patch as well :+1: This is...

Hi, thanks for the report! For MSVC I'm adding `/OPT:NOICF`, which disables "identical COMDAT folding", which as far as I understand is an optimization MSVC does to fold functions with...

> with this call it started to work magically Yeah, I suspect that made the optimizer exclude the function from optimization / merging / folding. Same was happening for me...