aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/InstallArtifactStep.zig
AgeCommit message (Expand)Author
2023-04-10std.Build.CompileStep: delete install_step fieldAndrew Kelley
2023-04-10std.Build.CompileStep: remove redundant dest_builder fieldAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15std.Build: audit use of updateFileAndrew Kelley
2023-03-15std.build.CompileStep: eliminate std.log usageAndrew 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.InstallArtifactStep: better default step nameAndrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-02-01remove reference to removed addTestExeKirk Scheibelhut
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