aboutsummaryrefslogtreecommitdiff
path: root/std/os/windows/index.zig
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-06implement Thread Local Storage on WindowsAndrew Kelley
2019-01-11fixed mutex on windowsemekoi
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30added dynamic library loading for windowsemekoi
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-27zig fmtAndrew Kelley
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
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-12implement std.os.Dir for windowsAndrew Kelley
2018-06-06fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)Andrew Kelley
2018-06-05disallow unknown-length pointer to opaqueAndrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-29support kernel threads for windowsAndrew Kelley
2018-04-22fixupsAndrew Kelley
2018-04-22Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...Andrew Kelley
2018-04-18Added unstaged changes.tgschultz
2018-04-13Replace File.exists with File.accessMarc Tiehuis
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-19Removed PLARGE_INTEGERJimmi Holst Christensen
2018-01-19Implemented windows versions of seekTo and getPosJimmi Holst Christensen
2018-01-04self-hosted compiler works on windowsAndrew Kelley
2017-11-16Added DLL loading capability in windows to the std lib.dimenus
2017-11-10add windows implementation of io.File.getEndPosAndrew Kelley
2017-10-15fix child process stdio piping behavior on windowsAndrew Kelley
2017-10-15use correct integer type for windows BOOLAndrew Kelley
2017-10-15implement environment variables for windowsAndrew Kelley
2017-10-14implement std.os.rename for windowsAndrew Kelley
2017-10-14implement std.os.symLink for windowsAndrew Kelley
2017-10-14implement os.makeDir for windowsAndrew Kelley
2017-10-14implement std.os.ChildProcess for windowsAndrew Kelley
2017-10-11fix std.os.getRandomBytes for windowsAndrew Kelley
2017-10-11implement command line argument parsing for windowsAndrew Kelley
2017-10-09implement std.io.InStream for windowsAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-10-08implement std.os.deleteFile for windowsAndrew Kelley
2017-10-08implement os.getCwd for windowsAndrew Kelley
2017-09-27implement IncrementingAllocator for WindowsAndrew Kelley