aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build/WriteFileStep.zig
AgeCommit message (Expand)Author
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-07std.build.WriteFileStep: fix regression in this branchAndrew Kelley
2023-01-07add std.build.ConfigHeaderStepAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-11Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...Felix (xq) Queißner
2021-06-11Changes createExecutable parameter is_dynamic to a enum to make code more rea...Felix (xq) Queißner
2021-06-11Moves files to file-global struct layout.Felix (xq) Queißner