Emmanuele Bassi
Emmanuele Bassi
You should use `epoxy_has_wgl_extension()` to check for a WGL extension.
Thanks for your patience. This looks good to me; it would be great to have a Windows CI pipeline to verify it, but I think it's kind of complicated to...
Not having fallbacks in place is clearly not going to work — as the CI shows. Additionally, this has to work with both Autotools (on their way out) and Meson/Ninja.
This is still not going to work for Meson builds. Ideally, I'd rather have a configure-time option instead of adding random `#define` pre-processor directives to the compiler flags. Something like:...
Since Meson has been fixed, and the 0.60.* branch is really old at this point, let's close this.
I don't have a 32bit machine either, unfortunately, so support for 32bit architectures is similar to the support for ARM NEON: a best effort. I also assume that this was...
The short answer is: do not enable compiler errors with external libraries that have made no guarantee whatsoever about those same errors. The longer answer is: patches welcome.
Superseded by #951
Two minor changes to limit DLL checks on Windows.
I'm sorry to say, but a linked list of points is probably the most inefficient way you could find. I'd recommend a GArray, if you wanted to have the equivalent...