zig/lib/std/Build
JacobCrabill cee59f14f9 Compile: Don't add libs as sources to static libs
When compiling static libraries, don't tell the linker to include other
libraries (static OR dynamic) as sources to include in the archive.

Should resolve https://github.com/ziglang/zig/issues/19341
2025-09-27 21:49:54 -07:00
..
Cache std.fmt: delete deprecated APIs 2025-08-31 12:49:18 -07:00
Step Compile: Don't add libs as sources to static libs 2025-09-27 21:49:54 -07:00
Watch std.Build.Watch: add macOS implementation based on FSEventStream 2025-08-02 05:13:13 +01:00
abi.zig implement review suggestions 2025-09-25 18:20:19 +02:00
Cache.zig std.Build.Cache: clarify parameter is sub path, not basename 2025-09-24 20:01:19 -07:00
Fuzz.zig web ui: fix not sending initial context sometimes 2025-09-25 17:16:41 -07:00
Module.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
Step.zig std.Build: improve error for peak RSS exceeding declared value 2025-08-15 23:03:16 +01:00
Watch.zig Merge pull request #24661 from alichraghi/spv4 2025-08-07 20:55:50 -07:00
WebServer.zig fuzzing: implement limited fuzzing 2025-09-24 12:46:48 +02:00