Alexander Saprykin

Results 10 comments of Alexander Saprykin
trafficstars

@merberich-axonvr, Thank you for pointing out on this API, looks interesting. Actually, you can setup fast loopback with plibsys: get a native socket descriptor using `p_socket_get_fd()` and then you can...

This is indeed something new

Add support for macOS in e14c872d9ca9a181e37c26e825407ecc15c6bf2c. But you also need the latest CMake according to [issue 16457](https://gitlab.kitware.com/cmake/cmake/issues/16457).

Add support for Linux in 0942fe949fe2902a17f169813fd9a6f13339ccc7.

Latest (17.4) PGI compiler for Windows is now available for free, but still has some issues: http://www.pgroup.com/userforum/viewtopic.php?t=5593. We can bypass it, but CMake fix is also required: https://gitlab.kitware.com/cmake/cmake/issues/16848.

@Qix- , Thank you for the patch. Apparently, `CMAKE_BINARY_DIR` is also used for the tests, therefore it shall be adjusted there as well. For me, the use of `CMAKE_BINARY_DIR` for...

Should be fixed in 6301fbbdd7f141af139591193173b2609b7c918b.

It is safe to call init/shutdown multiple times, as the library checks internally the state. Wouldn't it work this way?

Okay, implemented in ac23d0a3c22eb3425a414366e401a8a2e5b3bda3.

Hi, yes let's take a look on this issue :) Do you have a working (reproducible) example of the issue? How do you detect memory leak?