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
/
test
/
link
/
macho.zig
Age
Commit message (
Expand
)
Author
2024-01-24
test/link/macho: test re-exports in zig
Jakub Konka
2024-01-24
test/link/macho: test pagezero size
Jakub Konka
2024-01-24
test/link/macho: revert testing objc msgsend stubs - no way of enabling in clang
Jakub Konka
2024-01-24
test/link/macho: test objc msgsend selector stubs
Jakub Konka
2024-01-24
test/link/macho: use .root_module. instead of wrappers where possible
Jakub Konka
2024-01-24
test/link/macho: test force-loading objects containing ObjC from archives
Jakub Konka
2024-01-24
test/link/macho: test no exports in a dylib
Jakub Konka
2024-01-24
test/link/macho: test attribute "used" on vars in presence of dead_strip
Jakub Konka
2024-01-24
test/link/macho: upgrade strict validation of layout test
Jakub Konka
2024-01-24
test/link/macho: upgrade entry and entry in archive tests
Jakub Konka
2024-01-24
test/link/macho: upgrade empty object test
Jakub Konka
2024-01-24
test/link/macho: upgrade dylib test
Jakub Konka
2024-01-24
macho: remove all rpath parsing from the linker
Jakub Konka
2024-01-24
test/link/macho: upgrade dead_strip_dylibs test
Jakub Konka
2024-01-24
test/link/macho: test -r mode
Jakub Konka
2024-01-24
test/link/macho: test tentative definitions
Jakub Konka
2024-01-24
test/link/macho: upgrade tls test
Jakub Konka
2024-01-24
test/link/macho: test thunks on arm64
Jakub Konka
2024-01-24
test/link/macho: test twolevel namespacing
Jakub Konka
2024-01-24
test/link/macho: test large .tbss section
Jakub Konka
2024-01-24
test/link/macho: test -u flag handling (forceUndefinedSymbol)
Jakub Konka
2024-01-24
test/link/macho: upgrade weak framework test
Jakub Konka
2024-01-24
test/link/macho: upgrade weak library test
Jakub Konka
2024-01-24
test/link/macho: test weak binding
Jakub Konka
2024-01-24
test/link/macho: upgrade and migrate headerpad test
Jakub Konka
2024-01-24
test/link/macho: test setting correct weak* flags in the header
Jakub Konka
2024-01-24
test/link/macho: test hello world in C
Jakub Konka
2024-01-24
test/link/macho: test hello world in Zig
Jakub Konka
2024-01-24
test/link/macho: test for correct handling of large __bss sections
Jakub Konka
2024-01-24
test/link/macho: test for correct handling of __mh_execute_header symbol
Jakub Konka
2024-01-24
test/link/macho: upgrade and migrate needed_library test
Jakub Konka
2024-01-24
test/link/link: pass build options to elf and macho tests
Jakub Konka
2024-01-24
test/link/macho: test segment boundary symbols
Jakub Konka
2024-01-24
test/link/macho: fix naming in entry-in-dylib test
Jakub Konka
2024-01-24
test/link/macho: upgrade and migrate dead_strip test
Jakub Konka
2024-01-24
test/link/macho: migrate entry_in_dylib test to new test format
Jakub Konka
2024-01-24
macho: fix section boundary symbols test
Jakub Konka
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-10
test/link: refactor common bits between ELF and MachO tests
Jakub Konka
2023-11-10
test/link: spawn ELF and MachO tests from the same root test/link/link.zig
Jakub Konka
[prev]