zig/lib/std/Build
Andrew Kelley 987f63208e build runner: handle compiler subprocess failures gracefully
Compilation errors now report a failure on rebuilds triggered by file
system watches.

Compiler crashes now report failure correctly on rebuilds triggered by
file system watches.

The compiler subprocess is restarted if a broken pipe is encountered on
a rebuild.
2024-07-14 22:17:29 -07:00
..
Cache std.Build.Cache.Path: fix the format method 2024-07-12 00:14:08 -07:00
Step frontend: add -fincremental, -fno-incremental flag 2024-07-14 21:18:09 -07:00
Cache.zig frontend: add file system inputs for incremental cache mode 2024-07-12 00:15:11 -07:00
Module.zig build system: add docs to LinkSystemLibraryOptions 2024-07-05 11:34:13 -07:00
Step.zig build runner: handle compiler subprocess failures gracefully 2024-07-14 22:17:29 -07:00
Watch.zig build runner: refactor fs watch logic for OS abstraction 2024-07-12 14:20:20 -07:00