aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/ObjCopy.zig
AgeCommit message (Expand)Author
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-10-0419009: zig objcopy: integrate --add-section, --set-section-alignment and --se...Patrick Wickenhaeuser
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12std.Build.Step.ObjCopy: remove random bytes from cache hashAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-06-05objcopy build step: don't accept multiple sectionswooster0
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-05Run: add output directory argumentsJacob Young
2024-05-05Build: cleanupJacob Young
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-01objcopy: support multiple only sectionsbinarycraft007
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2023-08-12build/ObjCopy: strip debug info to a separate elf file.Xavier Bouchoux
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
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