aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/RunStep.zig
AgeCommit message (Expand)Author
2023-02-19Merge pull request #11982 from marler8997/ignoreSigpipeAndrew Kelley
2023-02-18std.Build.RunStep: fix default caching logicAndrew Kelley
2023-02-17add test to ignore sigpipeJonathan Marler
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-13std.Build.RunStep: introduce addOutputFileArg APIAndrew Kelley
2023-01-31std.Build: avoid use of catch unreachableAndrew Kelley
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley