zig/lib/std/Build
Jacob Young 6e292f66db Cache: fix unnecessary cache misses
With the old logic, it was possible for a bunch of processes to queue up
to update a cache entry, and then each to do so one at a time.  Now, it
rechecks whether there still a cache miss or another process has
completed the work in the interim.
2023-05-11 00:55:40 -04:00
..
Cache std: fix a bunch of typos 2023-04-30 18:16:04 -07:00
Step std.Build: support #cmakedefine01 pattern 2023-05-10 16:10:03 +03:00
Cache.zig Cache: fix unnecessary cache misses 2023-05-11 00:55:40 -04:00
Step.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00