zig/lib/std/Build
Jarrod Meyer 9be10ea964 Watch.zig: fixes for windows implementation
Using --watch I noticed a couple of issues with my initial attempt. 1) The index I used as 'completion key' was not stable over time, when directories are being added/removed the key no longer corresponds with the intended dir. 2) There exists a race condition in which we receive a completion notification for a directory that was removed. My solution is to generate a key value and associate it with each Directory.
2024-08-14 13:21:01 -07:00
..
Cache introduce tool for dumping coverage file 2024-08-07 00:48:32 -07:00
Fuzz std.Build.Fuzz.WebServer: sort pcs before source location lookup 2024-08-13 19:30:22 -07:00
Step fuzzer web ui: introduce entry points 2024-08-07 00:48:32 -07:00
Cache.zig add sub-compilation cache inputs to parents in whole mode 2024-07-24 19:40:54 -07:00
Fuzz.zig fuzzer web UI: receive coverage information 2024-08-07 00:48:32 -07:00
Module.zig add the build system API for enabling fuzzing 2024-07-22 13:07:02 -07:00
Step.zig introduce a web interface for fuzzing 2024-08-07 00:48:32 -07:00
Watch.zig Watch.zig: fixes for windows implementation 2024-08-14 13:21:01 -07:00