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
/
standalone
/
load_dynamic_library
/
main.zig
Age
Commit message (
Collapse
)
Author
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2023-03-15
re-enable standalone tests based on build.zig
Andrew Kelley
2022-07-24
CI stage3 test coverage for test-standalone
Andrew Kelley
2022-07-24
std: compile error on invalid testing allocator usage
Ali Chraghi
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2019-12-10
load dynamic library test: update API usage code
Andrew Kelley
2019-05-30
update load dynamic library test for std lib changes
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
this is going to only work for very basic libraries; I plan to slowly add more features over time to support more complicated libraries