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
/
macho.zig
Age
Commit message (
Expand
)
Author
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-08-03
macho: add missing align cast in LoadCommandIterator
Jakub Konka
2022-08-03
macho: update how we insert output sections
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-20
macho: Pass sections by pointer when slicing names
Cody Tapscott
2022-07-01
macho: implement pruning of unused segments and sections
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
Jakub Konka
2022-04-01
macho: set CS_LINKER_SIGNED flag in code signature generated by zld
Jakub Konka
2022-03-22
macho: add more codesig constants
Jakub Konka
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-13
std+macho: revert and fix exposing Mach wrappers in std.os and std.c
Jakub Konka
2022-03-13
std: fix imports for darwin specific flags and funcs
Jakub Konka
2022-03-13
macos: add Mach task abstraction
Jakub Konka
2022-03-13
macos: add more mach primitives
Jakub Konka
2021-12-15
macho: put `LC_*` consts in a typed enum(u32) LC
Jakub Konka
2021-12-10
macho: move all helpers from commands.zig into std.macho
Jakub Konka
2021-12-10
macho: move helper functions to libstd
Jakub Konka
2021-11-30
macho: move nlist_64 type/flags helpers to std.macho
Jakub Konka
2021-08-31
macho: fix allocating sections within segment when parsing objects
Jakub Konka
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-10
macho: swap out VERSION_MIN for BUILD_VERSION
Jakub Konka
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-05-18
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-18
zld: parse dylibs as positionals
Jakub Konka
2021-05-18
zld: parse dylib id
Jakub Konka
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-21
macho: fix typos in consts defs
Jakub Konka
2021-03-17
zld: fix GOT loads and indirection on x86_64
Jakub Konka
2021-03-17
zld: start bringing x64 up to speed
Jakub Konka
2021-03-17
zld: merge and sort sections
Jakub Konka
2021-03-17
macho: offset table part of GOT
Jakub Konka
2021-01-26
macho: add arm64 relocation type enum
Jakub Konka
2021-01-08
libstd: add missing MachO rebase opcodes in macho.zig
Jakub Konka
2020-12-31
Year++
Frank Denis
2020-12-17
lld+macho: lld xcomp to x86_64 macos now works
Jakub Konka
2020-12-09
macho: cleanup export trie generation and parsing
Jakub Konka
2020-12-09
small fixes and zig fmt
Vexu
2020-11-26
stage2 macho: generate a code sig (not valid yet)
Jakub Konka
2020-11-26
stage2 macho: add info about __TEXT segment
Jakub Konka
2020-11-26
stage2 macho: add empty CodeDirectory blob
Jakub Konka
2020-11-26
stage2 macho: fix incorrect rebase
Jakub Konka
2020-11-26
stage2 MachO: add source version load cmd
Jakub Konka
2020-11-26
stage2 MachO: add min OS version load cmd
Jakub Konka
2020-11-16
libstd: add more MachO consts and structs
Jakub Konka
2020-10-04
Write out LC_DYSYMTAB together with dyld_stub_binder undef symbol
Jakub Konka
2020-10-04
Generate more MachO exe boilerplate
Jakub Konka
2020-09-08
Fix bug where __text section would get overwritten
Jakub Konka
2020-08-30
Add more missing MachO constants and structs
Jakub Konka
2020-08-24
Add (empty) __TEXT segment load command
Jakub Konka
2020-08-24
Clean up draft for merging into upstream
Jakub Konka
[next]