index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Step
/
InstallArtifact.zig
Age
Commit message (
Expand
)
Author
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-03-07
fix InstallArtifact opening empty string
Andrew Kelley
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-05
Build: cleanup
Jacob Young
2024-04-22
std.Build: Install Windows DLLs to `<prefix>/bin/` by default
Carl Åstholm
2024-04-07
Create an include tree of installed headers for dependent modules
Carl Åstholm
2024-04-07
std.Build: correct behavior of `Step.Compile.installHeader`
Carl Åstholm
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-07-30
std.Build.Step.InstallArtifact: disable emit-h
Andrew Kelley
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele