aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/ConfigHeaderStep.zig
AgeCommit message (Expand)Author
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-15build system: better default name for ConfigHeaderStepAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-13std.Build.ConfigHeaderStep: support outputting assembly config filesAndrew Kelley
2023-02-13std.Build.ConfigHeaderStep: support sentinel-terminated stringsAndrew Kelley
2023-02-05std.Build: enhancements to ConfigHeaderStepAndrew Kelley
2023-02-05std.build: support for generated c headersDavid Vanderson
2023-01-31std.Build.ConfigHeaderStep: support more typesAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley