aboutsummaryrefslogtreecommitdiff
path: root/lib/std/dynamic_library.zig
AgeCommit message (Expand)Author
2024-10-12std.dynamic_library: update to new elf APIAndrew Kelley
2024-09-06std.DynLib: Prefer std.fs.File.stat() over posix.fstat().Alex Rønne Petersen
2024-08-24ElfDynLib: resolve lib from system pathsJari Vetoniemi
2024-07-19std.c reorganizationAndrew Kelley
2024-07-04std: avoid references that trigger compile errorsmlugg
2024-07-01DynLib: fix a typo in DynLib.openZSashko
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17std: define error set of `toPosixPath`Veikka Tuominen
2024-03-17std: adjust DynLib APIVeikka Tuominen
2024-03-16std: use expectError in dynamic_library testsJari Vetoniemi
2024-03-16std: do not use inferred errors in dynamic_libraryJari Vetoniemi
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-01-09add ability to open dlls with platform-specific flags (#18370)Matthew Wozniak
2024-01-04fallback to zigs DynLib when static linking muslxdBronch
2023-10-02Add illumos OS tagStephen Gregoratto
2023-08-11Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...Ryan Liptak
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-15DynLib.lookup: cast the pointer to the correct alignmentkcbanner
2022-12-13update usages of `@call`Veikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-04Pull elf magic string out to re-used constantTom Read Cutting
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-16netbsd: add more std.os.bitsMichael Dusan
2021-05-24dragonfly: pass `zig build test`Michael Dusan
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2020-12-31Year++Frank Denis
2020-11-30Fix WindowsDynLib.openW trying to strip the \??\ prefix when it does not existMichael Freundorfer
2020-11-24make start code more versatileAndrew Kelley
2020-11-23Fix logic for detecting _DYNAMIC symbolLemonBoy
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie