Lawrence Stubbs
Lawrence Stubbs
This library has **multiple bugs and build issues** only macOS builds without issue current state, https://github.com/zelang-dev/rpmalloc/actions/runs/9684886564/job/26723680880 This library will not build under WSL2 in it's current state, My fork has...
- modifications with additional macros for naming compatibility - added generic cmakelists.txt build file
- compiles without issues `tcc @build_dll.tcc` or `tcc @build_obj.tcc` - update _ptw32.h, config.h, pthread_kill.c and pthread_win32_attach_detach_np.c
This will create an complete installer package for most platforms. Thereafter with `Findlibuv.cmake` in there directory and something like the following in there `CMakeLists.txt`. ``` find_package(libuv QUIET) if(NOT libuv_FOUND) FetchContent_Declare(libuv...
Great work! I had a different vector construction setup, then came across your feature for regular array index access. I scraped/refactored my version in https://github.com/zelang-dev/c-raii/tree/main/src/vector.c to use yours exclusively, memory...
This was initial to report a much bigger memory leak report, but after reading https://github.com/libressl/portable/issues/762 https://github.com/libressl/portable/issues/704 https://github.com/libressl/portable/issues/687 and https://github.com/libressl/portable/issues/730 it seems to be a known issue with no real solution....