Matheus C. França

Results 305 comments of Matheus C. França

I don't know if you want to add to this guide, how to create basic custom allocator, like `c_allocator`/`raw_c_allocator` (more simple) - using `std.mem.Allocator`. The example below shows a minimal...

Xtensa for LLVM is experimental (generic cpu-features only). Currently need espressif-fork for esp8266, esp32 & esp32-S[2|3]. upstream: https://github.com/llvm/llvm-project/blob/llvmorg-18.1.8/llvm/lib/Target/Xtensa/Xtensa.td espressif/llvm https://github.com/espressif/llvm-project/blob/xtensa_release_18.1.2/llvm/lib/Target/Xtensa/Xtensa.td Users @Reavershark and @kubo39 have already experimented using ldc2 for...

> The official LLVM backend from Cadence can support ESP32 as well. However it is only available from Cadence under NDA, along with the rest of the Xtensa tools. https://github.com/espressif/llvm-xtensa/issues/6#issuecomment-552179579...

The issue no longer occurs, but I can't find any justification for it. If it occurs again and the cause is found, it can be opened again!

## Why switch zig-ci host? The default GH-actions is arm64-macos runner. However the error that occurred may have been confused with x86_64. CI - macos: https://github.com/kassane/libxlsxwriter/actions/runs/10831257972/job/30052830154 ```bash attempting restore of...

> Apologies. I somehow missed this PR. Do you still want it merged and/or is there anything that needs to be changed in it? Done.

> create a new class in https://github.com/zeromq/zproject please [WIP] 😅 Although I briefly used zeroMQ, I never used zproject. So, I'm making some tests to better adapt zig. In addition...

Apparently the zig package manager needs to detect in the build.zig and zon dependencies and then manually generate the multihash of each dep (e.g. sha2-256). The libzmq was detected and...

> **Output:** > > ```shell > $> /zig build > error(compilation): clang failed with stderr: In file included from /home/kassane/czmq/src/zgossip_msg.c:32: > In file included from /home/kassane/czmq/src/czmq_classes.h:35: > In file included...

@bluca, a doubt: Have you ever thought about using a package manager in the project? Type there is already support for CMake but an old minimal version instead of trying...