Matheus C. França

Results 102 issues of Matheus C. França

References - https://gist.github.com/LewisGaul/d5b303da9c03bf95f778c64e12ef1c5e

LLVM 16 currently adds support for c++ modules to clang/++, in addition to clang modules. However, zig cc/c++ does not have optimal support based on the references below. ### Test...

enhancement
contributor friendly
zig cc

**Commands** ```bash # static cmake -B build -DMOLD_LTO=ON -DMOLD_MOSTLY_STATIC=ON -DMOLD_USE_SYSTEM_MIMALLOC=OFF -DMOLD_USE_SYSTEM_TBB=OFF -DCMAKE_BUILD_TYPE=Release # shared cmake -B build -DMOLD_LTO=ON -DMOLD_MOSTLY_STATIC=OFF -DMOLD_USE_SYSTEM_MIMALLOC=OFF -DMOLD_USE_SYSTEM_TBB=OFF -DCMAKE_BUILD_TYPE=Release ``` **Error** ```bash [ 13%] Building C object...

Separate libraries involving event-loop, io_uring, coroutines, async, thread, ... own category. Reference: #18

help wanted
good first issue

https://github.com/catdevnull/awesome-zig#cc-libraries-packaged-for-zig

Release Notes: - fixed https://github.com/zed-industries/zed/issues/5103 cc: @gdamore

cla-signed

### Alpha - C++ `boost::cobalt` (mid-level library): https://boostorg.github.io/cobalt/ - Zig library: https://github.com/mitchellh/libxev

### Is your feature request related to a problem? Please describe. Hi @waruqi, This is also the case with pkg-managers for other languages such as dub, conan, vcpkg, cargo... `zig...

feature request

### Xmake 版本 2.8.3 ### 操作系统版本和架构 ArchLinux ### 描述问题 Just build an object file and then choose the linker or pass any custom rules later. Tried same test on other...

bug

I'm an Archlinux user and am using the latest package. https://aur.archlinux.org/packages/xdman8-bin I've changed the language and some other changes in the download order and queues. However, my system startup cannot...