zig/lib/std/Build
Andrew Kelley af7afbd08b std.Build.Step: split evalChildProcess into two functions
Now there is `captureChildProcess` which gives access to the
`std.process.Child.RunResult`, which is useful for accessing the stdout.

It also accepts and passes an optional `std.Progress.Node` to the child.
2024-06-16 19:29:05 -07:00
..
Cache std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
Step std.Build: remove deprecated b.host in favor of b.graph.host (#20237) 2024-06-08 12:22:38 -07:00
Cache.zig Build system: Support Windows depfiles with unquoted, backslash escaped spaces (#20100) 2024-06-06 18:40:10 +00:00
Module.zig Build: cleanup 2024-05-05 09:42:51 -04:00
Step.zig std.Build.Step: split evalChildProcess into two functions 2024-06-16 19:29:05 -07:00