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
/
tapi.zig
Age
Commit message (
Expand
)
Author
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-06
macho: parse weak symbols in tbds
Jakub Konka
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-22
zld: parse ObjC ivars and eh_types in tapi v3 and v4
Jakub Konka
2021-11-22
zld: parse []TbdV3 before TbdV3
Jakub Konka
2021-11-22
zld: add missing Tbdv3 fields to the declarative struct
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-06-24
zld: parse dylib's id from tbd
Jakub Konka
2021-06-24
zld: naively parse all dylib deps in stubs
Jakub Konka
2021-06-24
zld: parse framework dirs and names
Jakub Konka
2021-06-24
zld: parse lib stubs as tbds on the linker line
Jakub Konka
2021-06-24
zld: parse libSystem tbd stub when linking
Jakub Konka
2021-06-24
link: add basic TAPI parser for linkers
Jakub Konka