aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/InstallDir.zig
AgeCommit message (Expand)Author
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12std.Build.Step.WriteFile: fix handling of directoriesAndrew Kelley
2024-07-12td.Build.Step.InstallDir: leave hint for wrong cached statusAndrew Kelley
2024-07-12std.Build.Watch: introduce special file "." to watch entire dirAndrew Kelley
2024-07-12std.Build: remove the "push installed file" mechanismAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-05Build: cleanupJacob Young
2024-04-07Remove `dest_builder` field from `InstallDir/File`Carl Åstholm
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-09-29Add include_extensions to InstallDir Options (#17300)Krzysztof Wolicki
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-06-26Build: make `InstallDirStep` use a `FileSource`Ian Johnson
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele