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.zig
Age
Commit message (
Expand
)
Author
2019-09-25
mv std/ lib/
Andrew Kelley
2019-09-01
Revert "Merge pull request #2991 from emekoi/mingw-ci"
Andrew Kelley
2019-08-21
Merge pull request #2991 from emekoi/mingw-ci
Andrew Kelley
2019-08-15
zig fmt
Andrew Kelley
2019-08-07
Remove unneeded casts.
Euan Torano
2019-08-06
Fix function signature and use a loop to ensure buffer is filled.
Euan Torano
2019-08-03
move windows abi detection to `get_native_target`
emekoi
2019-08-02
accept unix style paths on windows-gnu
emekoi
2019-07-15
fix build on windows
Andrew Kelley
2019-07-15
move lib dirs to lib subdir
Andrew Kelley
2019-07-15
fix the build on windows
Andrew Kelley
2019-07-15
implement std.fs.File.updateTimes for windows
Andrew Kelley
2019-07-15
move some of the installation from cmake to zig build
Andrew Kelley
2019-07-05
add std.os.windows.subsystem
Andrew Kelley
2019-07-02
return `FileNotFound` for PATH_NOT_FOUND in DeleteFileW
emekoi
2019-06-26
add missing error code for DeleteFileW
Andrew Kelley
2019-06-18
Fix windows create process retry/path search
Jonathan Marler
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-05
switched to fixed-length buffer for error messages
emekoi
2019-06-05
fixed mismatched types
emekoi
2019-06-05
windows.unexpectedError prints a human friendly string
emekoi
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-27
fixes for windows to build self hosted compiler
Andrew Kelley
2019-05-27
std lib fixes for zig build on windows
Andrew Kelley
2019-05-27
more fixes for windows and wasi
Andrew Kelley
2019-05-27
fixes for Windows and WASI
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
more cleanup. down to just the `@hasDecl` builtin
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
starting to fix the regressions
Andrew Kelley
2019-05-26
rename "posix" to "bits"
Andrew Kelley
2019-05-26
do Jay's suggestion with posix/os API naming & layout
Andrew Kelley
2019-05-26
more progress. moving windows API layer to its own file
Andrew Kelley
2019-05-26
more progress on posix API layer
Andrew Kelley
2019-05-26
extract posix functions from std/os.zig to std/os/posix.zig
Andrew Kelley
2019-05-11
Implement Windows' DirectAllocator on top of VirtualAlloc and VirtualFree.
Sahnvour
2019-03-02
rename std lib files to new convention
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley