zig/lib/std/Build
Andrew Kelley abf8955951 make zig compiler processes live across rebuilds
Changes the `make` function signature to take an options struct, which
additionally includes `watch: bool`. I intentionally am not exposing
this information to configure phase logic.

Also adds global zig cache to the compiler cache prefixes.

Closes #20600
2024-07-14 19:51:16 -07:00
..
Cache std.Build.Cache.Path: fix the format method 2024-07-12 00:14:08 -07:00
Step make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -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 make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Watch.zig build runner: refactor fs watch logic for OS abstraction 2024-07-12 14:20:20 -07:00