zig/lib/std/Build
Andrew Kelley a24af8e400 re-integrate stack trace tests with the new std.Build API
* RunStep: ability to set stdin
 * RunStep: ability to capture stdout and stderr as a FileSource
 * RunStep: add setName method
 * RunStep: hash the stdio checks
2023-03-15 10:48:13 -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.Directory: add a format() method 2023-03-15 10:48:13 -07:00
CheckFileStep.zig eliminate stderr usage in std.Build make() functions 2023-03-15 10:48:13 -07:00
CheckObjectStep.zig eliminate stderr usage in std.Build make() functions 2023-03-15 10:48:13 -07:00
CompileStep.zig zig build: add an OOM-prevention system 2023-03-15 10:48:13 -07:00
ConfigHeaderStep.zig std.Build.ConfigHeaderStep: integrate with the cache system 2023-03-15 10:48:13 -07:00
FmtStep.zig zig build: many enhancements related to parallel building 2023-03-15 10:48:13 -07:00
InstallArtifactStep.zig std.Build: audit use of updateFile 2023-03-15 10:48:13 -07:00
InstallDirStep.zig std.Build: audit use of updateFile 2023-03-15 10:48:13 -07:00
InstallFileStep.zig std.Build: audit use of updateFile 2023-03-15 10:48:13 -07:00
ObjCopyStep.zig std.Build.RunStep: add maxrss, duration, and cached status 2023-03-15 10:48:13 -07:00
OptionsStep.zig zig build: many enhancements related to parallel building 2023-03-15 10:48:13 -07:00
RemoveDirStep.zig std.build.CompileStep: eliminate std.log usage 2023-03-15 10:48:13 -07:00
RunStep.zig re-integrate stack trace tests with the new std.Build API 2023-03-15 10:48:13 -07:00
Step.zig zig build: add an OOM-prevention system 2023-03-15 10:48:13 -07:00
TranslateCStep.zig zig build: many enhancements related to parallel building 2023-03-15 10:48:13 -07:00
WriteFileStep.zig re-integrate stack trace tests with the new std.Build API 2023-03-15 10:48:13 -07:00