aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/InstallArtifact.zig
AgeCommit message (Expand)Author
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-04-22compiler: allow emitting tests to an object filemlugg
2025-03-07fix InstallArtifact opening empty stringAndrew Kelley
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-05Build: cleanupJacob Young
2024-04-22std.Build: Install Windows DLLs to `<prefix>/bin/` by defaultCarl Åstholm
2024-04-07Create an include tree of installed headers for dependent modulesCarl Åstholm
2024-04-07std.Build: correct behavior of `Step.Compile.installHeader`Carl Åstholm
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-07-30std.Build.Step.InstallArtifact: disable emit-hAndrew Kelley
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces Compile.forceBuild() and Compile.forceEmit(…)Felix "xq" Queißner
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele