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
/
Dylib.zig
Age
Commit message (
Expand
)
Author
2022-11-06
macho: parse weak symbols in tbds
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-25
macho: fix memory leak and refactor Target usage
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-22
Return an error when macOS ABI is not {none, simulator, macabi}
Jakub Konka
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-06
link/MachO: use const instead of var and limit scope of vars
Andrew Kelley
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2022-04-15
stage2 macho: workaround stage2 bugs
Veikka Tuominen
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-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
macho: move nlist_64 type/flags helpers to std.macho
Jakub Konka
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-23
zld: resolve frameworks in BFS order
Jakub Konka
2021-11-22
zld: parse ObjC ivars and eh_types in tapi v3 and v4
Jakub Konka
2021-11-01
Fix ensureTotalCapacity calls that should be ensureUnusedCapacity calls
Ryan Liptak
2021-10-13
macho: redo relocation handling and lazy bind globals
Jakub Konka
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-11
macho: move parsing logic for Object, Archive and Dylib into MachO
Jakub Konka
2021-08-11
macho: refactor stub parsing in Dylib
Jakub Konka
2021-08-11
macho: simplify versioning logic for TAPI
Jakub Konka
2021-08-11
macho: add TAPI v3 parser
Jakub Konka
2021-08-10
macho: when targeting simulator, match host dylibs too
Jakub Konka
2021-08-10
macho: allow .simulator ABI when targeting Apple simulator env
Jakub Konka
2021-08-10
macho: swap out VERSION_MIN for BUILD_VERSION
Jakub Konka
2021-08-10
macho: fix parsing target string when linking against tbds
Jakub Konka
2021-08-10
macho: fix linking of dylibs and frameworks
Jakub Konka
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-08-02
macho: refactor tracking of referenced dylibs
Jakub Konka
2021-08-01
macho: don't allocate Dylib on the heap
Jakub Konka
2021-08-01
macho: don't store allocator in Dylib instance
Jakub Konka
2021-07-18
zld: move contents of Zld into MachO module
Jakub Konka
2021-07-16
zld: replace parsed reloc with a simple wrapper around macho.relocation_info
Jakub Konka
2021-07-15
zld: resolve symbols in dylibs using new scheme
Jakub Konka
2021-07-15
zld: add Symbol.Stab and move nlist creation logic there
Jakub Konka
2021-07-15
zld: abstract Symbol creation logic
Jakub Konka
2021-06-30
Merge pull request #9254 from moosichu/feature/macos-link-universal-static-libs
Jakub Konka
2021-06-29
Add fat/universal archive support to zig ld
Tom Maenan Read Cutting
2021-06-28
zld: if libSystem.dylib found, then need to link libc.dylib too
Jakub Konka
2021-06-28
zld: recurse dylibs reexports when defined and desired
Jakub Konka
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-24
zld: fix Dylib.Id parsing logic for string values
Jakub Konka
2021-06-24
zld: parse dylib's id from tbd
Jakub Konka
2021-06-24
zld: exclude libs part of the umbrella
Jakub Konka
2021-06-24
zld: when parsing dylibs, allow multiple return values
Jakub Konka
2021-06-24
zld: naively parse all dylib deps in stubs
Jakub Konka
2021-06-24
zld: merge Stub with Dylib struct
Jakub Konka
[prev]
[next]