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
Age
Commit message (
Expand
)
Author
2019-01-11
fixed mutex on windows
emekoi
2019-01-11
moved to InitializeCriticalSection to init
emekoi
2019-01-11
switching back to EnterCriticalSection
emekoi
2019-01-11
switching from EnterCriticalSection to TryEnterCriticalSection
emekoi
2019-01-11
added mutex for windows
emekoi
2018-11-30
Update windows imports
Suirad
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-08
made colored output more consistent (#1706)
emekoi
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-20
Fixed code still using old ptr syntax
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-04
removed unneeded dll extension
emekoi
2018-10-01
std lib: flesh out the async I/O streaming API a bit
Andrew Kelley
2018-09-30
merged windows dll apis
emekoi
2018-09-30
added dynamic library loading for windows
emekoi
2018-09-17
remove deprecated, unused windows functions
Andrew Kelley
2018-09-12
fix zig fmt on windows
Andrew Kelley
2018-09-12
fixed WriteFile segfault
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-28
Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...
Andrew Kelley
2018-08-27
zig fmt
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-21
*WIP* std.os assumes comptime-known max path size
Andrew Kelley
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-10
windows: call CancelIo when canceling an fs watch
Andrew Kelley
2018-08-09
windows fs watching: fix not initializing table value
Andrew Kelley
2018-08-09
windows: only create io completion port once
Andrew Kelley
2018-08-09
initial windows implementation of std.event.fs.Watch
Andrew Kelley
2018-08-08
std.event.fs.preadv windows implementation
Andrew Kelley
2018-08-08
std.event.fs.pwritev windows implementation
Andrew Kelley
2018-08-06
separate os.Thread.Id and os.Thread.Handle because of windows
Andrew Kelley
2018-08-03
Add thread ID support to std.os.Thread (fixes #1316)
Matthew D. Steele
2018-08-02
fix API of RtlGenRandom
Andrew Kelley
2018-08-03
std/os/windows/util.zig: SKIP instead of PASS on non-windows systems;
kristopher tate
2018-08-03
std/os/windows/advapi32.zig: add SystemFunction036;
kristopher tate
2018-07-21
Very much WIP base implementation for #721.
Sahnvour
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-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-12
zig fmt
Andrew Kelley
2018-06-12
implement std.os.Dir for windows
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-06
fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)
Andrew Kelley
[next]