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
Age
Commit message (
Expand
)
Author
2022-08-17
link-test: refactor and reorg
Jakub Konka
2022-08-17
link-test: move tls test to macho/tls
Jakub Konka
2022-07-23
test/link/macho: use EmulationStep for dead_strip
Luuk de Gram
2022-07-23
Use `EmulatableRunStep` for MachO linker tests
Luuk de Gram
2022-07-22
link-tests: add checkNotPresent and add -dead_strip smoke test
Jakub Konka
2022-07-22
macho: rework symbol handling for incremental stage2 builds
Jakub Konka
2022-07-22
macho: split section into subsections if requested and/or possible
Jakub Konka
2022-06-28
link-tests: do not save global extracted var unless a match
Jakub Konka
2022-06-28
link-tests: test -weak-lx and -weak_framework x
Jakub Konka
2022-06-27
macho: implement and handle `-needed-*` and `-needed_*` family of flags
Jakub Konka
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
link-tests: add -headerpad_size test scenario
Jakub Konka
2022-06-25
link-tests: defer parsing of the RPN program until running the action
Jakub Konka
2022-06-25
link-tests: put macho search strategy tests into one test case
Jakub Konka
2022-06-24
link-tests: test -search_paths_first and -search_dylibs_first macho flags
Jakub Konka
2022-06-23
link-tests: rename check() to checkStart()
Jakub Konka
2022-06-22
link-tests: frameworks example can test for libobjc autolink in safety modes
Jakub Konka
2022-06-22
link-tests: clean up linker testing harness
Jakub Konka
2022-06-22
link-tests: fix dumping of LOAD_DYLIB: name instead of path field
Jakub Konka
2022-06-22
link-tests: rename CheckMachOStep to CheckObjectStep and accept obj format
Jakub Konka
2022-06-22
link-tests: extract values into variables
Jakub Konka
2022-06-21
link-tests: move macho tests to subfolder
Jakub Konka