aboutsummaryrefslogtreecommitdiff
path: root/std/os/test.zig
AgeCommit message (Expand)Author
2018-10-01std lib (breaking): posixRead can return less than buffer sizeAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-06fix Thread impl on Linux and add docsAndrew Kelley
2018-08-06separate os.Thread.Id and os.Thread.Handle because of windowsAndrew Kelley
2018-08-06fix std.os.Thread.getCurrentId for linuxAndrew Kelley
2018-08-04Don't compare ?Thread.Id == Thread.Id in the testMatthew D. Steele
2018-08-03Add thread ID support to std.os.Thread (fixes #1316)Matthew D. Steele
2018-07-23self-hosted: add first compare-output testAndrew Kelley
2018-07-07add std.os.cpuCount and have std.event.Loop use it for thread pool sizeAndrew Kelley
2018-06-12implement std.os.Dir for windowsAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-04-29support kernel threads for windowsAndrew Kelley
2018-04-29make pthreads threads work on darwinAndrew Kelley
2018-04-28pthread support workingAndrew Kelley
2018-04-28*WIP* use pthreads when linking libcAndrew Kelley
2018-04-14add std.os.createThreadAndrew Kelley
2018-04-13Replace File.exists with File.accessMarc Tiehuis
2018-04-04fix up logic for macos std.os.deleteTreeAndrew Kelley
2018-03-29st/os: address @andrewrk concernshellerve
2018-03-28std/os: getting dir entries works on OS XAndrew Kelley