vtorri

Results 124 comments of vtorri

read the IRC log here: https://log.omnios.org/illumos/2022-08-26 which also applies to futimens() The answer is that the function is not guarded by POSIX_C_SOURCE. Relevant part of sys/stat.h: ``` #if defined(__EXTENSIONS__) ||...

might also related to #1250 ? so all the tools behave similarly

I can send a PR for enum classes if you agree. I don't know the status of this on linux, but I think it's the same than on Windows: a...

actually; the difficult part is managing the static build on Windows. Btw, fo me,static build on Windows is not a good idea.

@hermet @projectitis ok. Though for your information, here is the status of display on Windows nowadays: * Since Windows 7, GDI is not hardware accelerated. It can do vector graphics....

@hermet opengl was released in 1995, so yes it's far too old

that can be done programmatically with the EFL. I have already did that when I compared jpeg, avif and jxl file

probably, i've not looked in details right now.

It is not difficult to use on Windows ! :-D If you need help, I can provide it. You know I'm the Windows maintainer of the EFL. Please tell me...

@hermet i have written [ewpi](https://github.com/vtorri/ewpi) for the dependencies of the EFL on Windows. I also have written an NSIS installer for the dependencies and the EFL. It's on my local...