zig/lib/std/Build/Step
Andrew Kelley bbd90a562e build runner: implement --watch (work-in-progress)
I'm still learning how the fanotify API works but I think after playing
with it in this commit, I finally know how to implement it, at least on
Linux. This commit does not accomplish the goal but I want to take the
code in a different direction and still be able to reference this point
in time by viewing a source control diff.

I think the move is going to be saving the file_handle for the parent
directory, which combined with the dirent names is how we can correlate
the events back to the Step instances that have registered file system
inputs. I predict this to be similar to implementations on other
operating systems.
2024-07-12 00:14:07 -07:00
..
CheckFile.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
CheckObject.zig Rename *[UI]LEB128 functions to *[UI]leb128 2024-06-23 04:30:12 +01:00
Compile.zig Extract getZigArgs function in std.Build.Step.Compile 2024-07-01 16:36:13 -07:00
ConfigHeader.zig Report error on missing values for addConfigHeader 2024-06-08 15:18:56 -04: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 build runner: implement --watch (work-in-progress) 2024-07-12 00:14:07 -07:00
ObjCopy.zig objcopy build step: don't accept multiple sections 2024-06-05 19:39:43 -04:00
Options.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
RemoveDir.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -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
WriteFile.zig build: fix WriteFile and addCSourceFiles not adding LazyPath deps 2024-07-04 13:34:17 -04:00