aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/WriteFileStep.zig
AgeCommit message (Expand)Author
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15std.Build.WriteFileStep: add missing step dependenciesAndrew 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.ConfigHeaderStep: integrate with the cache systemAndrew 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-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-02-23std.Build.WriteFileStep: integrate with cache systemAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-05std.Build: enhancements to ConfigHeaderStepAndrew Kelley
2023-01-31std.Build: avoid use of catch unreachableAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley