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
/
lib
/
std
/
dynamic_library.zig
Age
Commit message (
Expand
)
Author
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-16
netbsd: add more std.os.bits
Michael Dusan
2021-05-24
dragonfly: pass `zig build test`
Michael Dusan
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-11-30
Fix WindowsDynLib.openW trying to strip the \??\ prefix when it does not exist
Michael Freundorfer
2020-11-24
make start code more versatile
Andrew Kelley
2020-11-23
Fix logic for detecting _DYNAMIC symbol
LemonBoy
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-08
publicize member functions affected by #4909
Josh Junon
2020-05-02
fix regressions in windows std lib tests
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-02-28
complete the native target detection based on /usr/bin/env
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-05
std: improve non-libc dynamic library loading
Andrew Kelley
2020-01-18
fixed typo - "path" lead to undeclared identifier
Sebastian
2020-01-14
Correct l_name field type
LemonBoy
2019-12-22
freebsd: add missing OS and libc bits
Jethro Nederhof
2019-12-21
Initial support for static PIE executables
LemonBoy
2019-12-10
fix windows dynamic lib loading test
Andrew Kelley
2019-12-10
fix load dynamic library API when linking libc
Andrew Kelley
2019-12-10
load dynamic library test: update API usage code
Andrew Kelley
2019-12-10
improve dynamic library API
Andrew Kelley
2019-12-10
fixed windows dynamic library loading and added loading for darwin
emekoi
2019-11-26
std.elf: breaking improvements to the API
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley