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
/
compiler
/
objcopy.zig
Age
Commit message (
Expand
)
Author
2025-07-21
objcopy: delete most of it
Andrew Kelley
2025-07-19
std.zig: finish updating to new I/O API
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2024-10-12
objcopy: check both global and local when remapping
Andrew Kelley
2024-10-12
objcopy: update for std.elf type safety
Andrew Kelley
2024-10-05
Merge pull request #21595 from alexrp/objcopy-seg-paddr
Alex Rønne Petersen
2024-10-04
objcopy: Use p_paddr from PT_LOAD even if zero.
Alex Rønne Petersen
2024-10-04
19009: zig objcopy: minor cleanup
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: allow --add-section, --set-section-alignment and --set-se...
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: fix typo in abort messages
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: integrate --add-section, --set-section-alignment and --se...
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: integrate section flags for --set-section-flags command
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: parse section flags
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: implement --set-section-alignment
Patrick Wickenhaeuser
2024-10-04
19009: add --set-section-alignment and --set-section-flags arguments to zig o...
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: add --add-section support
Patrick Wickenhaeuser
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-07-12
objcopy: use the fatal helper method
Andrew Kelley
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-02
move `zig objcopy` command to be lazily built
Andrew Kelley