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
/
os
/
windows
/
kernel32.zig
Age
Commit message (
Expand
)
Author
2021-01-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-14
Implement std.fs.Watch on Windows
Alexandros Naskos
2020-11-22
user32 cleanup, added wrappers and additional functions
Aransentin
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-11-18
Switch to RtlSetCurrentDirectory_U
Lee Cannon
2020-11-18
Implement chdir and chdirZ for Windows
Lee Cannon
2020-10-15
fixups regarding windows wide strings
Andrew Kelley
2020-10-15
Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...
Andrew Kelley
2020-09-02
Add the sync functions
Aransentin
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-06-15
Implement WinMain Callers that Pass Valid Params
Anthony Arian
2020-04-22
std: Implement progress for Windows
LemonBoy
2020-04-12
std: add some basic windows user32 definitions
daurnimator
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-06
?HMODULE instead of HMODULE
Andrew Kelley
2020-02-01
windows: Minor changes to psapi prototypes
LemonBoy
2020-01-31
Merge pull request #4340 from daurnimator/ntstatus-as-enum
Andrew Kelley
2020-02-01
windows: Add GetCurrentProcess definition
LemonBoy
2020-01-31
windows: Add psapi API
LemonBoy
2020-01-31
Turn win32 errors into a non-exhaustive enum
daurnimator
2020-01-07
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-11-27
std: improved windows.DeviceIoControl
daurnimator
2019-11-27
std: add CreateEvent for windows
daurnimator
2019-11-27
std: add WaitForMultipleObjects for windows
daurnimator
2019-11-27
std: add alertable argument for windows.WaitForSingleObject
daurnimator
2019-11-14
std: add DeviceIoControl and GetOverlappedResult for windows
daurnimator
2019-11-07
remove WaitOnAddress backend in std.ThreadParker
kprotty
2019-11-05
ThreadParker implementation
kprotty
2019-11-05
adaptive SpinLock
kprotty
2019-10-21
fs.Dir.openDir: use empty object name for "." on Windows
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley
[prev]