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
/
test.zig
Age
Commit message (
Expand
)
Author
2018-10-01
std lib (breaking): posixRead can return less than buffer size
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-06
fix Thread impl on Linux and add docs
Andrew Kelley
2018-08-06
separate os.Thread.Id and os.Thread.Handle because of windows
Andrew Kelley
2018-08-06
fix std.os.Thread.getCurrentId for linux
Andrew Kelley
2018-08-04
Don't compare ?Thread.Id == Thread.Id in the test
Matthew D. Steele
2018-08-03
Add thread ID support to std.os.Thread (fixes #1316)
Matthew D. Steele
2018-07-23
self-hosted: add first compare-output test
Andrew Kelley
2018-07-07
add std.os.cpuCount and have std.event.Loop use it for thread pool size
Andrew Kelley
2018-06-12
implement std.os.Dir for windows
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-04-29
support kernel threads for windows
Andrew Kelley
2018-04-29
make pthreads threads work on darwin
Andrew Kelley
2018-04-28
pthread support working
Andrew Kelley
2018-04-28
*WIP* use pthreads when linking libc
Andrew Kelley
2018-04-14
add std.os.createThread
Andrew Kelley
2018-04-13
Replace File.exists with File.access
Marc Tiehuis
2018-04-04
fix up logic for macos std.os.deleteTree
Andrew Kelley
2018-03-29
st/os: address @andrewrk concerns
hellerve
2018-03-28
std/os: getting dir entries works on OS X
Andrew Kelley