Jeff Roberts

Results 18 comments of Jeff Roberts

Yeah, after Linux and after ARM64 on Win/Linux, we can start thinking about the macos plan. I'll close this one for now.

Closing this, since it's a future feature.

We'll sign the exe eventually to fix this.

It feels like this is more useful when we have remote debugging, right? I mean, you start the debugger with a batch file or whatever anyway, so you can just...

OK, we'll add it to the to-do section under remote debugging. Thanks!

I think we'll have some proper profiling stuff for this eventually. Macro timing this stuff with debugger roundtripping is misleading most of the time. I guess we could show if...

I can post a fix for this one - like Sean said we don't normally worry about -Wall, but I can tweak the code easily enough to avoid the GCC...

No prob! Remember you can do: #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Warray-bounds" #include "stb_image_resize2.h" #pragma GCC diagnostic pop In the meantime...

I just posted the next version that fixes this, but remember you can easily wrap the header to avoid this (see two messages above)...

I may still have to roll the negative into the index, but this silenced on my mingw...