GalaxyShard

Results 11 issues of GalaxyShard

Currently `addCSourceFile` and `addCSourceFiles` are both used by the compiler's build.zig & other projects to compile not only C source files, but also C++ source files. Additionally, projects with `.S`...

zig build system
use case

Closes #20655 (without the proposed breaking changes) The `addCSourceFile` functions gain an optional `language` field which defaults to the current behavior (find the language by the file extension of each...

### Zig Version 0.14.0-dev.829+2e26cf83c ### Steps to Reproduce and Observed Behavior Building my fork of [zigup](https://github.com/galaxyshard/zigup) at commit 5dbe36f4ea80a21cb99ce27f6a903266a62cd1aa (current master) results in huge binary sizes on powerpc-linux-musl (61MB) and...

optimization
arch-riscv
arch-powerpc
backend-llvm

Closes #21626 Allows adding new search directories to C23's #embed

In some cases restarting melonDS with GDB enabled will produce the following error: ``` [GDB] err: can't bind to address and port 7000 ``` This PR should fix the error...

Revival of https://github.com/ziglang/zig/pull/18079 I rebased the two commits and fixed the tests which now compile and run correctly.

System libraries are already propagated in the same manner; it makes sense to additionally propagate the directories in which they are specified to be found (addLibraryPath). Fair warning, I'm not...

### Zig Version 0.15.1 ### ZLS Version 0.16.0-dev.1+35fa2d3e ### Client / Code Editor / Extensions Kate ### Steps to Reproduce and Observed Behavior Run `zig init` in an empty directory...

bug

``` Mime-Version: 1.0 Message-Id: To: "" From: "" Subject: ... Date: Fri, 12 Sep 2025 12:00:00 +0000 Content-Type: multipart/mixed; boundary=ed844fd9ac5375a0ab9 --ed844fd9ac5375a0ab9 Content-Type: multipart/mixed; boundary=b06d2d0f93a6bae9d0916f35da90fe53fff776f64b84919f12879e0e00b3; charset=utf-8 Content-Type: multipart/mixed; boundary="O04e4NugXPgiR"; protected-headers="v1" Subject:...

I've found this patch quite useful in the time that I've spent debugging startup problems in homebrew--it is much easier to add/remove a command line flag and begin running the...