zig/lib/std/Build/Step
Andrew Kelley d1c14f2f52 std.Build.Step.WriteFile: extract UpdateSourceFiles
This has been planned for quite some time; this commit finally does it.

Also implements file system watching integration in the make()
implementation for UpdateSourceFiles and fixes the reporting of step
caching for both.

WriteFile does not yet have file system watching integration.
2024-07-12 00:14:08 -07:00
..
CheckFile.zig make more build steps integrate with the watch system 2024-07-12 00:14:08 -07:00
CheckObject.zig make more build steps integrate with the watch system 2024-07-12 00:14:08 -07:00
Compile.zig Extract getZigArgs function in std.Build.Step.Compile 2024-07-01 16:36:13 -07:00
ConfigHeader.zig make more build steps integrate with the watch system 2024-07-12 00:14:08 -07:00
Fail.zig std.Build: Add Step.Fail and addFail() function. 2024-06-16 23:13:12 -04:00
Fmt.zig std.Build.Step.Fmt: display non-conforming files 2024-06-16 19:30:14 -07:00
InstallArtifact.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
InstallDir.zig std.Build: remove the "push installed file" mechanism 2024-07-12 00:14:07 -07:00
InstallFile.zig make more build steps integrate with the watch system 2024-07-12 00:14:08 -07:00
ObjCopy.zig make more build steps integrate with the watch system 2024-07-12 00:14:08 -07:00
Options.zig make more build steps integrate with the watch system 2024-07-12 00:14:08 -07:00
RemoveDir.zig make more build steps integrate with the watch system 2024-07-12 00:14:08 -07:00
Run.zig std.Build: remove deprecated b.host in favor of b.graph.host (#20237) 2024-06-08 12:22:38 -07:00
TranslateC.zig Step.TranslateC: fix defineCMacro 2024-07-07 12:28:28 +02:00
UpdateSourceFiles.zig std.Build.Step.WriteFile: extract UpdateSourceFiles 2024-07-12 00:14:08 -07:00
WriteFile.zig std.Build.Step.WriteFile: extract UpdateSourceFiles 2024-07-12 00:14:08 -07:00