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
Age
Commit message (
Expand
)
Author
2020-12-19
macho: auto-coerce to slice
Jakub Konka
2020-12-19
macho: move findFreeSpace back to MachO struct
Jakub Konka
2020-12-19
macho: find free space even for __text section
Jakub Konka
2020-12-19
macho: redo how we allocate within a segment
Jakub Konka
2020-12-17
macho: refactor calculating LEB128 sizes
Jakub Konka
2020-12-17
macho: cleanup (lazy) binding info tables
Jakub Konka
2020-12-17
macho: move (lazy)binding tables into imports module
Jakub Konka
2020-12-09
macho: parsing Trie now takes a reader and returns bytes read
Jakub Konka
2020-12-09
macho: split writing Trie into finalize and const write
Jakub Konka
2020-12-09
macho: add generic terminal info nullable struct to a node
Jakub Konka
2020-12-09
macho: cleanup export trie generation and parsing
Jakub Konka
2020-12-02
macho:use mem.asBytes and meta.eql in commands.zig
Jakub Konka
2020-12-01
lld+macho: move parsing logic into MachO
Jakub Konka
2020-12-01
macho: dynamically calculate code signature padding
Jakub Konka
2020-12-01
macho: unify code signature between stage1 and stage2
Jakub Konka
2020-12-01
lld: use commands.LoadCommand in self-hosted linker
Jakub Konka
2020-12-01
lld: start unifying load command logic
Jakub Konka
2020-12-01
lld: add code signature to lld output
Jakub Konka
2020-11-26
stage2 macho: first, rough draft at trampolining
Jakub Konka
2020-11-26
stage2 macho: cleanup logs
Jakub Konka
2020-11-26
stage2 macho: fix issues with codesigning
Jakub Konka
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: move code signature logic into struct
Jakub Konka
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-10-09
Apply nitpick: top-level doc comments
Jakub Konka
2020-10-08
Clean up writing the trie into ULEB128 byte stream
Jakub Konka
2020-10-08
Fix ULEB128 encoding of trie
Jakub Konka
2020-10-07
Add writeULEB128Mem test and couple fixes
Jakub Konka
2020-10-07
Move trie structure into its own file-module
Jakub Konka