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
/
InstallFile.zig
Age
Commit message (
Expand
)
Author
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-07-12
build runner: implement --watch (work-in-progress)
Andrew Kelley
2024-07-12
std.Build: remove the "push installed file" mechanism
Andrew Kelley
2024-07-12
build system: add --watch flag and report source file in InstallFile
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-07
Remove `dest_builder` field from `InstallDir/File`
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
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