zig/lib/std/Build
Andrew Kelley c5edd8b7f8 std.Build: better handling of stderr of child processes
With this commit, the build runner now communicates progress towards
completion of the step graph to the terminal, while also printing the
stderr of child processes as soon as possible, without clobbering each
other, and without clobbering the CLI progress output.
2023-03-15 10:48:12 -07:00
..
Cache move the cache system from compiler to std lib 2023-02-13 06:42:25 -07:00
Cache.zig std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returned 2023-03-03 13:50:44 -05:00
CheckFileStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
CheckObjectStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
CompileStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
ConfigHeaderStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
EmulatableRunStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
FmtStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
InstallArtifactStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
InstallDirStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
InstallFileStep.zig std.Build: further enhance debug message for bad getPath() 2023-03-15 10:48:12 -07:00
LogStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
ObjCopyStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
OptionsStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
RemoveDirStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
RunStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
Step.zig std.Build: better handling of stderr of child processes 2023-03-15 10:48:12 -07:00
TranslateCStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00
WriteFileStep.zig std.Build: improve debugging of misconfigured steps 2023-03-15 10:48:12 -07:00