Matheus C. França

Results 93 issues of Matheus C. França

Some lambda test - C++20: https://godbolt.org/z/Gq1h7Ezn9 #### Lambda 1 **input** ```c++ #include template int print_hello = (std::cout

**zig version:** `0.11.0-dev.3905+309aacfc8` ### `std::string` **Test** Update: Wrong!! No C++ receiver in `DoSomething()`. ```bash $> zig build test run test: error: SampleObject is doing something ``` ```zig // in tests.zig...

Library: https://github.com/filcuc/dotherside **Input** ```bash $> c2z -I test/dotherside/lib/include/DOtherSide/ test/dotherside/lib/include/DOtherSide/DOtherSide.h ``` Transpiling errors - Linux target ```bash info: using host `x86_64-linux-gnu` as target info: zig cc -x c++ -lc++ -Xclang -ast-dump=json...

**Note:** This could not be considered a problem, but a discussion about. When it describes supporting the entire toolkit, it means that it has (almost or) full support for Qt....

**LDC2 version:** 1.38.0 **EMCC version:** 3.1.59 Based in my analysis https://github.com/kassane/sokol-d/issues/3#issuecomment-2131277347. I've detected conflicts between targets involving only ldc2 + emcc with LTO enabled on both. ```bash wasm-ld: warning: Linking...

Initially, the LLVM 16 binding is being ported, which may later be extended to older versions for greater compatibility. Based on the references in the readme will include some examples...

enhancement
help wanted

## TODO - [x] bluetooth - [x] bootloader - [ ] partition - [x] lwip - [ ] peripherals (led, gpio, adc, uart, etc...) - [x] netif - [x] mqtt...

documentation
enhancement
help wanted
question

### Current implementation https://github.com/kassane/zig-esp-idf-sample/blob/a4eaae1683ffb303142dce2ad50d4ec63eba69cf/imports/panic.zig#L4-L15

enhancement
help wanted

Previously, esp-dsp binding was added. However, it requires testing and presenting a possible example for use. #### References - [esp32s3 - techref doc](https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf) - [Minimal example](https://bitbanksoftware.blogspot.com/2024/01/esp32-s3-simd-minimal-example.html) - [Brief explanation](https://bitbanksoftware.blogspot.com/2024/01/surprise-esp32-s3-has-few-simd.html) -...

documentation
enhancement
help wanted

https://ziglang.org/download/0.13.0/release-notes.html changes: - update zig version - switch between build libwasm3 only or wasm3+libwasm3 (since v0.11.0, help zig-pkg manager [a.k.a zon-file]) e.g.: https://github.com/kassane/wasm3-d/blob/main/build.zig.zon close #454 cc: @vshymanskyy