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.zig
Age
Commit message (
Expand
)
Author
2024-03-01
macho: correctly find N_GSYM symbols when parsing symbol stabs
Jakub Konka
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-26
macho: count rebases for synthetic __objc_selrefs
Jakub Konka
2024-02-26
macho: actually set SG_READ_ONLY on __DATA_CONST segment
Jakub Konka
2024-02-21
MachO: fix `calcLoadCommandsSize` computation
Jacob Young
2024-02-09
macho: undo invalid fix for allocating sections for relocatable
Jakub Konka
2024-02-09
macho: align memory size with file size when emitting relocatable
Jakub Konka
2024-02-08
macho: do not close file on error - it will happen automatically anyhow
Jakub Konka
2024-02-08
macho: alloc improvement for relocatable
Jakub Konka
2024-02-08
macho: couple small fixes
Jakub Konka
2024-02-08
macho: in relocatable mode, macho emit __DWARF directly
Jakub Konka
2024-02-08
macho: move Dwarf handle to ZigObject from DebugSymbols
Jakub Konka
2024-02-07
macho: remove fallback to llvm-ar
Jakub Konka
2024-02-07
macho: parse input object files specifically for incl in archive
Jakub Konka
2024-02-07
macho: emit an archive
Jakub Konka
2024-02-07
macho: populate output archive symtab
Jakub Konka
2024-02-07
macho: move static lib emitting logic to relocatable.zig
Jakub Konka
2024-02-07
macho: refactor markExports, markImportsExports and claimUnresolved
Jakub Konka
2024-02-07
macho: move static lib flushing logic into Archive
Jakub Konka
2024-02-06
macho: store open file descriptors in a global array
Jakub Konka
2024-02-03
macho: refactor section/segment handle tracking logic
Jakub Konka
2024-02-03
macho: refactor growSection logic; remove -r limitation for ZigObject
Jakub Konka
2024-02-03
macho: migrate thunks to use new relative addressing mechanism
Jakub Konka
2024-02-03
macho: make atom address relative wrt defining section
Jakub Konka
2024-02-03
macho: emit relocs for ZigObject
Jakub Konka
2024-02-03
macho: use findFreeSpace for all sections
Jakub Konka
2024-02-03
macho: allocating space in .o
Jakub Konka
2024-02-03
macho: pre-alloc sections in -r mode
Jakub Konka
2024-02-03
macho: emit incomplete object file
Jakub Konka
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-29
macho: reset Zig-tracked section handles
Jakub Konka
2024-01-29
macho: re-instate writing DWARF into dSYM
Jakub Konka
2024-01-29
macho: re-enable dSYM but don't write anything to it yet
Jakub Konka
2024-01-29
macho: re-enable emitting empty dSYM bundle
Jakub Konka
2024-01-29
macho: dedup -o flag from --verbose-link output
Jakub Konka
2024-01-28
macho: move getAtomData switch into Atom
Jakub Konka
2024-01-28
macho: do not allocate input files in full
Jakub Konka
2024-01-25
macho: unify accessLibPath with accessLibPath2
Jakub Konka
2024-01-25
macho: refactor resolving libs and frameworks when searching dependent dylibs
Jakub Konka
2024-01-25
macho: dump print search lib and framework dirs in --verbose-link
Jakub Konka
2024-01-25
macho: try frameworks before libs non-exclusive
Jakub Konka
2024-01-25
macho: print tried paths for unresolved dylib deps
Jakub Konka
2024-01-24
macho: set __DATA_CONST* segments flags to SG_READ_ONLY
Jakub Konka
2024-01-24
macho: add misc fixes targeting macos 11
Jakub Konka
2024-01-24
macho: set filename as ident in code signature
Jakub Konka
2024-01-24
macho: synthesise unwind records from __eh_frame even if no __compact_unwind
Jakub Konka
2024-01-24
macho: allocate segments in sep step and tweak sorting logic
Jakub Konka
2024-01-24
macho: fix 32bit compilation issues
Jakub Konka
2024-01-24
macho: ensure we zero-out regions after copying them over
Jakub Konka
2024-01-24
macho: actually lower TLS variables
Jakub Konka
[next]