François PIETTE
François PIETTE
GYP generate a bad end-of-line marker when used under Windows. Instead of CRLF, GYP generate CRCRLF (Double carriage return). I see that thru libuv project which make use of GYP...
Example 5 (OpenCL / OpenGL bindings) do not work. I does nothing except displaying a balck screen. I compiled it with Delph 10.3.1 and used the debugger to see what...
In oclUtils.pas, at line 272, the return value of the oclGetDev function get the address of a structure in an array. On line 274 the array is freed (Length is...
Hello, I probably found a bug in libuv TTY handling: the last buffer allocated to read lines from TTY is never freed. It is a memory leak. I wrote a...
Hello, I'm trying to find how integrate libuv with the message loop of a Windows GUI application. I found an [article](https://electronjs.org/blog/electron-internals-node-integration) explaining that backend_fd has to be polled by a...