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
/
src
/
link
/
MachO
/
load_commands.zig
Age
Commit message (
Expand
)
Author
2023-09-04
macho: check if we should emit LC_VERSION_MIN_ if target low enough
Jakub Konka
2023-08-30
macho: improve error reporting for re-exports mismatch
Jakub Konka
2023-08-29
macho: simplify handling and reporting parsing errors
Jakub Konka
2023-08-29
macho: handle mismatched and missing platform errors
Jakub Konka
2023-08-29
macho: clean up array of supported platforms and versions
Jakub Konka
2023-08-29
macho: clean up helpers for std.SemanticVersion <-> Apple version formatting
Jakub Konka
2023-08-29
macho: parse platform info from each object file into Platform struct
Jakub Konka
2023-08-29
macho: make MachO.requiresCodeSignature accept link.Options
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-08-29
darwin: move inference of SDK version into the linker
Jakub Konka
2023-08-03
zig libc: restore functionality on macOS
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-01
macho: look for entry in archives/dylibs too
Jakub Konka
2023-03-21
macho: use TOOL=0x5 to mean ZIG as the build tool
Jakub Konka
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2022-12-17
Sema: make is_non_{null,err} stricter about types
Veikka Tuominen
2022-12-16
macho: store LC headers to often updated LINKEDIT sections
Jakub Konka
2022-12-16
macho: calculate UUID as a streaming MD5 hash of the file contents
Jakub Konka
2022-12-16
macho: dedup LC emitting logic
Jakub Konka