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.zig
Age
Commit message (
Expand
)
Author
2024-01-24
test/link/macho: migrate all tests to the new test matrix
Jakub Konka
2024-01-24
test/link/macho: upgrade tbdv3 test
Jakub Konka
2024-01-24
test/link/macho: upgrade unwind info tests
Jakub Konka
2024-01-24
test/link/macho: test stacksize option
Jakub Konka
2024-01-24
test/link/macho: upgrade search strategy test
Jakub Konka
2024-01-24
test/link/macho: remove converted standalone tests
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
test/link/macho: upgrade dead_strip_dylibs test
Jakub Konka
2024-01-24
test/link/macho: upgrade tls test
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: upgrade and migrate headerpad test
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: 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
2023-11-10
test/link: spawn ELF and MachO tests from the same root test/link/link.zig
Jakub Konka
2023-09-26
elf: port some of zld's test harness
Jakub Konka
2023-09-19
disable failing wasm linking tests
Andrew Kelley
2023-08-16
macho: add smoke test for re-exports in static libs
Jakub Konka
2023-08-02
link-test: add matching test case for unwind info when MH_SUBSECTIONS_VIA_SYM...
Jakub Konka
2023-07-26
Merge pull request #16553 from ziglang/issue-11896
Jakub Konka
2023-07-26
link-test: add test case for MachO bug 16308
Jakub Konka
2023-07-26
link-test: add test for TBDv3 updated parsing logic
Jakub Konka
2023-07-11
test: linking static libraries built from intermediary object files
Xavier Bouchoux
2023-06-19
link-test: remove now obsolete UUID test for MachO
Jakub Konka
2023-04-06
Merge pull request #15101 from motiejus/glibc_compat
Andrew Kelley
2023-04-01
link-test: add test for entry in a dynamic library for MachO
Jakub Konka
2023-04-01
link-test: add test for entry in a static archive for MachO
Jakub Konka
2023-03-28
glibc compat: add a test and README
Motiejus Jakštys
2023-03-15
remove redundant link test
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-15
re-enable macho linker tests
Andrew Kelley
2023-03-15
re-enable wasm linker tests
Andrew Kelley
2023-03-15
delete link test "static_lib_as_system_lib"
Andrew Kelley
2023-03-15
new linker test harness
Andrew Kelley
2023-01-20
link-tests: test unwind info emitter via c++ exceptions
Jakub Konka
2023-01-03
wasm-linker: Fix & mangle symbol name of imports
Luuk de Gram
2023-01-02
test/link: add test case for exporting data syms
Luuk de Gram
2023-01-02
test/link: add test case for function table
Luuk de Gram
2023-01-02
test/link: linker tests for all export cases
Luuk de Gram
2022-12-23
link-tests: add macho strict validation test
Jakub Konka
2022-12-16
macho: add uuid link test
Jakub Konka
2022-11-26
'fmt'
kcbanner
2022-11-26
test-link: add -Denable-symlinks-windows to opt-in to using symlinks
kcbanner
2022-11-06
link-tests: add test case for parsing weak imports
Jakub Konka
2022-11-06
Merge pull request #13459 from ziglang/issue-13457
Jakub Konka
[next]