Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 22:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/os/windows
History
Andrew Kelley 5e9b8c38d3 std.heap: remove HeapAllocator
Windows-only, depends on kernel32 in violation of zig std lib policy,
and redundant with other cross-platform APIs that perform the same
functionality.
2025-02-06 14:23:23 -08:00
..
advapi32.zig
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
2024-11-02 10:44:18 +01:00
crypt32.zig
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
2024-11-02 10:44:18 +01:00
kernel32.zig
std.heap: remove HeapAllocator
2025-02-06 14:23:23 -08:00
lang.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
nls.zig
Add os.windows.nls.upcaseW, a cross-platform implementation of RtlUpcaseUnicodeChar
2023-06-30 15:29:43 -07:00
ntdll.zig
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
2024-11-02 10:44:18 +01:00
ntstatus.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
sublang.zig
remove redundant license headers from zig standard library
2021-08-24 12:25:09 -07:00
test.zig
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
2024-11-02 10:44:18 +01:00
tls.zig
Initial port work for *-windows-itanium support.
2024-09-28 21:43:52 +02:00
win32error.zig
os.windows: Fix error 258 name in Win32Error
2024-01-23 18:06:23 -08:00
ws2_32.zig
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
2024-11-02 10:44:18 +01:00