aboutsummaryrefslogtreecommitdiff
path: root/std/os/windows
AgeCommit message (Expand)Author
2019-01-11fixed mutex on windowsemekoi
2019-01-11moved to InitializeCriticalSection to initemekoi
2019-01-11switching back to EnterCriticalSectionemekoi
2019-01-11switching from EnterCriticalSection to TryEnterCriticalSectionemekoi
2019-01-11added mutex for windowsemekoi
2018-11-30Update windows importsSuirad
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-08made colored output more consistent (#1706)emekoi
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-20Fixed code still using old ptr syntaxJimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-04removed unneeded dll extensionemekoi
2018-10-01std lib: flesh out the async I/O streaming API a bitAndrew Kelley
2018-09-30merged windows dll apisemekoi
2018-09-30added dynamic library loading for windowsemekoi
2018-09-17remove deprecated, unused windows functionsAndrew Kelley
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-12fixed WriteFile segfaultemekoi
2018-09-02switch most windows calls to use W versions instead of AAndrew Kelley
2018-09-02rework code to avoid duplicate operationsAndrew Kelley
2018-08-29use RtlCaptureStackBackTrace on windowsAndrew Kelley
2018-08-28Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...Andrew Kelley
2018-08-27zig fmtAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-21*WIP* std.os assumes comptime-known max path sizeAndrew Kelley
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-10windows: call CancelIo when canceling an fs watchAndrew Kelley
2018-08-09windows fs watching: fix not initializing table valueAndrew Kelley
2018-08-09windows: only create io completion port onceAndrew Kelley
2018-08-09initial windows implementation of std.event.fs.WatchAndrew Kelley
2018-08-08std.event.fs.preadv windows implementationAndrew Kelley
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
2018-08-06separate os.Thread.Id and os.Thread.Handle because of windowsAndrew Kelley
2018-08-03Add thread ID support to std.os.Thread (fixes #1316)Matthew D. Steele
2018-08-02fix API of RtlGenRandomAndrew Kelley
2018-08-03std/os/windows/util.zig: SKIP instead of PASS on non-windows systems;kristopher tate
2018-08-03std/os/windows/advapi32.zig: add SystemFunction036;kristopher tate
2018-07-21Very much WIP base implementation for #721.Sahnvour
2018-07-20self-hosted: share C++ code for finding libc on windowsAndrew Kelley
2018-07-17self-hosted: implement getAppDataDir for windowsAndrew Kelley
2018-07-12zig fmtAndrew Kelley
2018-07-09std.event.Loop multithreading for windows using IOCPAndrew Kelley
2018-07-09implement std.os.cpuCount for windowsAndrew Kelley
2018-06-18remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`Andrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-12zig fmtAndrew Kelley
2018-06-12implement std.os.Dir for windowsAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-06fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)Andrew Kelley