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
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-01-09
add ability to open dlls with platform-specific flags (#18370)
Matthew Wozniak
2024-01-04
fallback to zigs DynLib when static linking musl
xdBronch
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-08-11
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...
Ryan Liptak
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-15
DynLib.lookup: cast the pointer to the correct alignment
kcbanner
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
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
[next]