zig/lib/std/Build
mlugg e98aeeb73f std.Build: keep compiler alive under -fincremental --webui
Previously, this only applied when using `-fincremental --watch`, but
`--webui` makes the build runner stay alive just like `--watch` does, so
the same logic applies here. Without this, attempting to perform
incremental updates with `--webui` performs full rebuilds. (I did test
that before merging the PR, but at that time I was passing `--watch`
too -- which has since been disallowed -- so I missed that it doesn't
work as expected without that option!)
2025-08-02 08:56:19 +01:00
..
Cache std.zon: update to new I/O API 2025-07-19 18:27:09 -07:00
Step std.Build: keep compiler alive under -fincremental --webui 2025-08-02 08:56:19 +01:00
Watch std.Build.Watch: add macOS implementation based on FSEventStream 2025-08-02 05:13:13 +01:00
abi.zig build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00
Cache.zig fix memory leak 2025-07-16 18:34:34 +02:00
Fuzz.zig build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00
Module.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
Step.zig build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00
Watch.zig std.Build.Watch: add macOS implementation based on FSEventStream 2025-08-02 05:13:13 +01:00
WebServer.zig build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00