aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/RunStep.zig
AgeCommit message (Expand)Author
2023-04-28std.Build.RunStep: show test name on process terminationAndrew Kelley
2023-04-21std.Build.RunStep: fix captureStdOut function return typeManlio Perillo
2023-04-15CI: more C backend test coverageAndrew Kelley
2023-04-10std.Build.RunStep: don't close stdinAndrew Kelley
2023-03-20std.Build.RunStep: fix control flow with qemu+glibc logicAndrew Kelley
2023-03-15std.Build: fix invalid assumption about fifosAndrew Kelley
2023-03-15std.Build.RunStep: fix handling spawn failureAndrew Kelley
2023-03-15std.build.RunStep: clean up some leftover messAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15std.Build.RunStep: support -fqemu solving bad dynamic linkerAndrew Kelley
2023-03-15re-enable CLI testsAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley
2023-03-15std.Build.RunStep: report duration and cached statusAndrew Kelley
2023-03-15std.Build.RunStep: work around a miscompilationAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15std.Build.RunStep: better default step nameAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15integrate the build runner and the compiler serverAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
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