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
/
uuid.zig
Age
Commit message (
Collapse
)
Author
4 days
link.MachO: update parallel hasher to std.Io
Andrew Kelley
4 days
update all occurrences of std.fs.File to std.Io.File
Andrew Kelley
6 days
compiler: replace thread pool with `std.Io`
Matthew Lugg
Eliminate the `std.Thread.Pool` used in the compiler for concurrency and asynchrony, in favour of the new `std.Io.async` and `std.Io.concurrent` primitives. This removes the last usage of `std.Thread.Pool` in the Zig repository.
2024-01-24
macho: write to file
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2024-01-08
Use a fixed chunk size when calculating MachO UUID
Jeremy Volkman
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-08
MachO: support `-fsingle-threaded` mode
Jacob Young
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-06-19
macho: exclude code signature padding from uuid calculation
Jakub Konka
2023-06-19
macho: clean up hasher interface
Jakub Konka
2023-06-19
macho: calculate UUID chunk size based on available thread count
Jakub Konka
2023-06-19
macho: hash the entire file contents for UUID but calc in parallel
Jakub Konka