aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step.zig
AgeCommit message (Expand)Author
2023-03-18build-step: remove latest LogStep refNicolas Sterchele
2023-03-15std.Build: fix invalid assumption about fifosAndrew Kelley
2023-03-15build runner: fix compilation errors on windowsAndrew 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-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15zig build: add an OOM-prevention systemAndrew Kelley
2023-03-15std.Build.Step: no-op steps report cached if all deps cachedAndrew Kelley
2023-03-15std.Build.Step.cacheHit marks step as cached on hitAndrew Kelley
2023-03-15std.Build.RunStep: add maxrss, duration, and cached statusAndrew Kelley
2023-03-15build runner supports reporting cached status and durationAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15fix Step.evalZigProcess to handle more than 1 message per pollAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15std.Build.Step: avoid redundancy in default error messageAndrew 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: better handling of stderr of child processesAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-03-15build system: capture stderr and report it laterAndrew Kelley
2023-03-15build runner: proper threaded dependency managementAndrew Kelley
2023-03-15build_runner now executes the step graph in parallelAndrew Kelley
2023-03-15build runner: untangle dependency loop checking from makingAndrew Kelley
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew 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