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
/
elf.zig
Age
Commit message (
Expand
)
Author
2024-01-15
test/link/elf: patch up relocatable test
Jakub Konka
2024-01-14
test/link/elf: trigger build system bug testing relocatable mode
Jakub Konka
2024-01-09
Add tests for `--undefined-version`
Carl Ã…stholm
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-13
lib/std/Build/CheckObject: update all tests to new API
Jakub Konka
2023-12-05
elf: copy out committed ZigObject to a buffer when creating static lib
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed
Jakub Konka
2023-12-05
test/link/elf: adjust tests for new errors
Jakub Konka
2023-11-16
elf: test -r mode does not create unneeded .eh_frame section
Jakub Konka
2023-11-16
elf: test -r mode with archive on the linker line
Jakub Konka
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
2023-11-09
test/link/elf: make .eh_frame relocatable test also verify COMDATs we emit
Jakub Konka
2023-11-09
test/link/elf: fix .eh_frame test
Jakub Konka
2023-11-09
test/link/elf: verify we can output a valid relocatable with .eh_frame section
Jakub Konka
2023-11-08
elf: test emitting relocatable
Jakub Konka
2023-11-07
Merge pull request #17873 from ziglang/elf-archive
Jakub Konka
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-11-06
test/link/elf: improve test linking with static lib
Jakub Konka
2023-11-05
Merge pull request #17815 from Luukdegram/wasm-no-entry
Andrew Kelley
2023-11-05
test/link/elf: enable our ELF archiver
Jakub Konka
2023-11-04
elf: add link smoke tests covering emitting obj and static lib
Jakub Konka
2023-11-04
elf: implement --gc-sections for non-LLVM Zig source
Jakub Konka
2023-11-03
cli: consolidate entry point flags
Luuk de Gram
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-24
elf: test unknown file type error
Jakub Konka
2023-10-24
elf: test mismatched cpu architecture error
Jakub Konka
2023-10-24
elf: test path errors in ld script parsing
Jakub Konka
2023-10-24
elf: test unresolved symbol reference error
Jakub Konka
2023-10-24
elf: improve parsing of ld scripts and actually test linking against them
Jakub Konka
2023-10-19
elf: force pie in tests affected by QEMU bug
Jakub Konka
2023-10-19
elf: fix flaky link tests
Jakub Konka
2023-10-17
disable flaky linker test
Andrew Kelley
2023-10-17
disable two flaky link tests
Andrew Kelley
2023-10-17
elf: ensure we build with -fPIE when testing init array order
Jakub Konka
2023-10-16
elf: skip tests on foreign architectures
Jakub Konka
2023-10-16
elf: add self-hosted tests
Jakub Konka
2023-10-16
elf: use findFreeSpace mechanics to allocate object-extracted segments
Jakub Konka
2023-10-16
elf: fix testTlsOffsetAlignment test
Jakub Konka
2023-10-16
elf: port more linker tests
Jakub Konka
2023-10-16
elf: port more linker tests
Jakub Konka
2023-10-16
elf: port more linker tests
Jakub Konka
2023-10-16
elf: port more linker tests
Jakub Konka
2023-10-16
elf: port more linker tests
Jakub Konka
2023-10-16
elf: refactor tests and disable currently impossible combinations
Jakub Konka
2023-10-16
elf: test exporting symbols in exes
Jakub Konka
2023-10-16
elf: test --export-dynamic flag
Jakub Konka
[prev]
[next]