Matheus C. França

Results 305 comments of Matheus C. França

~~Temporary solution~~ on #9 Error #10

Nanosleep requires winpthreads which the zig toolchain does not yet have integrated. See: https://github.com/ziglang/zig/issues/10989#issuecomment-1487028416

I had some problems with the zig master version during the SDL2 binding. - [ ] https://github.com/MasterQ32/SDL.zig/issues/104

After I was able to run the example cli-player on Linux. It is still necessary to investigate why `std.time.sleep` don't play file as a timeout and requires using `c.sleep` from...

After spending a few days trying to fix the CI/CD (Linux, MacOS), as for Windows, preferred to postpone it a little due to the interpretation complication (will review it more...

Windows CI (MinGW) issue has been fixed, and `cli-player` (zig version) example issue has been fixed and `cli-player` (c version) added. #11 The implementation of the SDL will be resumed....

D support (WiP) - w/cpp_compat - https://github.com/mozilla/cbindgen/issues/866 I'm still tweaking functors support and some fixes to the order of opaque structure templates.

> Wow, looks amazing. Thanks! > > I know CMake is extremely popular and I am thankful for this contribution. Nice! This change allows using the dependency manager from cmake...

> I left a bunch of drive-by comments. I don't know if that's annoying, or helpful, or perhaps a bit of both. :-) > > I see some other potential...

For Windows need fix - Msys2/MinGW: https://github.com/kassane/cstl/actions/runs/6160128499/job/16716364210 - MSVC: https://github.com/kassane/cstl/actions/runs/6162172998/job/16723065934 (replace cflags, missing add `cl` flags)