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
/
InstallDir.zig
Age
Commit message (
Expand
)
Author
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: fix handling of directories
Andrew Kelley
2024-07-12
td.Build.Step.InstallDir: leave hint for wrong cached status
Andrew Kelley
2024-07-12
std.Build.Watch: introduce special file "." to watch entire dir
Andrew Kelley
2024-07-12
std.Build: remove the "push installed file" mechanism
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-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-09-29
Add include_extensions to InstallDir Options (#17300)
Krzysztof Wolicki
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-06-26
Build: make `InstallDirStep` use a `FileSource`
Ian Johnson
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele