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
2023-04-01
link-test: skip foreign checks in entry_in_archive MachO test
Jakub Konka
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
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-23
build: allow for deferred FileSource matching in CheckObjectStep
Jakub Konka
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
test-link: add names to headerpad test
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
re-enable macho linker tests
Andrew Kelley
2023-03-15
eliminate stderr usage in std.Build make() functions
Andrew Kelley
2023-03-15
std.Build: improve debugging of misconfigured steps
Andrew Kelley
2023-02-17
add test to ignore sigpipe
Jonathan Marler
2023-02-08
link-tests: do not hardcode UUID when testing the build with/out DI
Jakub Konka
2023-01-31
rename std.Build.LibExeObjStep to std.Build.CompileStep
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2023-01-21
link-tests: do not expect __eh_frame section on x86_64-macos
Jakub Konka
2023-01-21
macho: fix sorting symbols by seniority
Jakub Konka
2023-01-21
macho: properly relocate target symbol address in __eh_frame
Jakub Konka
2023-01-20
link-tests: update uuid test with new uuid values
Jakub Konka
2023-01-20
link-tests: test unwind info emitter via c++ exceptions
Jakub Konka
2023-01-19
link-tests: update uuid test with new uuid given dyld ops changes
Jakub Konka
2022-12-27
link-tests: test uuid on x86_64-macos too
Jakub Konka
2022-12-27
zld: exclude strtab padding from uuid calculation
Jakub Konka
2022-12-27
link-tests: redo macho strict validation test to match libstuff
Jakub Konka
2022-12-23
link-tests: add macho strict validation test
Jakub Konka
2022-12-17
link-tests: force cross-comp to exclude host differences
Jakub Konka
2022-12-16
macho: add uuid link test
Jakub Konka
2022-11-06
link-tests: add test case for parsing weak imports
Jakub Konka
2022-11-06
macho: add linker test case for issue 13457
Jakub Konka
2022-10-18
test/link: remove redundant dependOn statements
Luuk de Gram
2022-10-18
Sema: implement linksection on functions
jacobly0
2022-09-18
add removed expected stdout comparison in link test
Jakub Konka
2022-09-18
use EmulatableRunStep for newly added macho link test
Jakub Konka
2022-09-17
skip macho link test execution on non-macOS
Andrew Kelley
2022-09-17
macho: test empty translation units
Jakub Konka
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
[prev]
[next]