Emmanuele Bassi

Results 49 comments of Emmanuele Bassi

It should simply be possible to use a destructor function, detect whether we're running under Valgrind by using `valgrind.h`, and free resources if that happens to be true.

The name of the shared objects is defined in the [OpenGL ABI specification](https://www.opengl.org/registry/ABI/). I have no idea why NetBSD seems to think that bumping the soname is a good thing,...

Thanks for your patience. I don't have a Windows machine to test this on; could you please attach a stack trace for the segfault?

> @ebassi Could you support him further with his question, so this can be merged eventually? One way to avoid compiler warnings would be to mark everything with `__attribute__((unused))`, but...

Since I'm not a Windows expert or developer, I'd like to get a second pair of eyes; switching to thread-local storage using compiler annotations instead of run time API is...

The `README.md` file in the `registry` directory should tell you how to update the registry.

Thanks for you patience. Would it be possible for you to open a pull request with a fix for the test?

This will not get merged, unless the issue on Windows is solved.

I receive mail for all PRs/issues; I don't always have time to review things immediately: libepoxy is not the only project I work on.

It would be nice to have some test, or a CI pipeline job, that checks the static build on Windows and ensures that a) it works and b) it does...