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
/
std
/
os
/
windows
/
index.zig
Age
Commit message (
Expand
)
Author
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-06
implement Thread Local Storage on Windows
Andrew Kelley
2019-01-11
fixed mutex on windows
emekoi
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
added dynamic library loading for windows
emekoi
2018-09-02
switch most windows calls to use W versions instead of A
Andrew Kelley
2018-09-02
rework code to avoid duplicate operations
Andrew Kelley
2018-08-29
use RtlCaptureStackBackTrace on windows
Andrew Kelley
2018-08-27
zig fmt
Andrew Kelley
2018-08-08
std.event.fs.pwritev windows implementation
Andrew Kelley
2018-07-20
self-hosted: share C++ code for finding libc on windows
Andrew Kelley
2018-07-17
self-hosted: implement getAppDataDir for windows
Andrew Kelley
2018-07-12
zig fmt
Andrew Kelley
2018-07-09
std.event.Loop multithreading for windows using IOCP
Andrew Kelley
2018-07-09
implement std.os.cpuCount for windows
Andrew Kelley
2018-06-12
implement std.os.Dir for windows
Andrew Kelley
2018-06-06
fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)
Andrew Kelley
2018-06-05
disallow unknown-length pointer to opaque
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-04-29
support kernel threads for windows
Andrew Kelley
2018-04-22
fixups
Andrew Kelley
2018-04-22
Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...
Andrew Kelley
2018-04-18
Added unstaged changes.
tgschultz
2018-04-13
Replace File.exists with File.access
Marc Tiehuis
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-19
Removed PLARGE_INTEGER
Jimmi Holst Christensen
2018-01-19
Implemented windows versions of seekTo and getPos
Jimmi Holst Christensen
2018-01-04
self-hosted compiler works on windows
Andrew Kelley
2017-11-16
Added DLL loading capability in windows to the std lib.
dimenus
2017-11-10
add windows implementation of io.File.getEndPos
Andrew Kelley
2017-10-15
fix child process stdio piping behavior on windows
Andrew Kelley
2017-10-15
use correct integer type for windows BOOL
Andrew Kelley
2017-10-15
implement environment variables for windows
Andrew Kelley
2017-10-14
implement std.os.rename for windows
Andrew Kelley
2017-10-14
implement std.os.symLink for windows
Andrew Kelley
2017-10-14
implement os.makeDir for windows
Andrew Kelley
2017-10-14
implement std.os.ChildProcess for windows
Andrew Kelley
2017-10-11
fix std.os.getRandomBytes for windows
Andrew Kelley
2017-10-11
implement command line argument parsing for windows
Andrew Kelley
2017-10-09
implement std.io.InStream for windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-10-08
implement std.os.deleteFile for windows
Andrew Kelley
2017-10-08
implement os.getCwd for windows
Andrew Kelley
2017-09-27
implement IncrementingAllocator for Windows
Andrew Kelley
[next]