aboutsummaryrefslogtreecommitdiff
path: root/std/dynamic_library.zig
AgeCommit message (Expand)Author
2019-05-30update load dynamic library test for std lib changesAndrew Kelley
2019-05-29LinuxDynLib: remove MAP_LOCKED flagNBonaparte
2019-05-28updated dynamic libraries to new stdemekoi
2019-05-28remove unneed allocator from DynLibemekoi
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-05-26starting to fix the regressionsAndrew Kelley
2019-05-26do Jay's suggestion with posix/os API naming & layoutAndrew Kelley
2019-05-26more progress. moving windows API layer to its own fileAndrew Kelley
2019-05-12zig fmt on the standard libraryAndrew Kelley
2019-05-05ReviewLemonBoy
2019-04-24OtherLemonBoy
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-12-20Removed allocator from Linux version DynLib. Added dynamic_library.zig to std...tgschultz
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30merged windows dll apisemekoi
2018-09-30added dynamic library loading for windowsemekoi
2018-06-18update std.DynLib to use @intCastAndrew Kelley
2018-06-16std.DynLib: open the fd with CLOEXECAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley