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
Age
Commit message (
Expand
)
Author
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-09
fix build runner on windows
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-04
fix accidentally linking against kernel32 on non windows
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-19
Removed PLARGE_INTEGER
Jimmi Holst Christensen
2018-01-19
Implemented windows versions of seekTo and getPos
Jimmi Holst Christensen
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-04
self-hosted compiler works on windows
Andrew Kelley
2017-12-22
fix darwin and windows from previous commit
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-11-16
Added DLL loading capability in windows to the std lib.
dimenus
2017-11-10
add windows implementation of io.File.getEndPos
Andrew Kelley
2017-10-15
fix std.io.InStream for windows
Andrew Kelley
2017-10-15
fix child process stdio piping behavior on windows
Andrew Kelley
2017-10-15
use correct integer type for windows BOOL
Andrew Kelley
2017-10-15
implement environment variables for windows
Andrew Kelley
2017-10-14
implement std.os.rename for windows
Andrew Kelley
2017-10-14
implement std.os.symLink for windows
Andrew Kelley
2017-10-14
fix regressions from previous commit on windows
Andrew Kelley
2017-10-14
organize windows utility functions
Andrew Kelley
2017-10-14
implement os.makeDir for windows
Andrew Kelley
2017-10-14
implement std.os.ChildProcess for windows
Andrew Kelley
2017-10-11
fix std.os.getRandomBytes for windows
Andrew Kelley
2017-10-11
implement command line argument parsing for windows
Andrew Kelley
2017-10-09
implement std.io.InStream for windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-10-08
implement std.os.deleteFile for windows
Andrew Kelley
2017-10-08
implement os.getCwd for windows
Andrew Kelley
2017-09-27
implement IncrementingAllocator for Windows
Andrew Kelley
2017-09-24
Revert "windows API functions are not stdcalls"
Andrew Kelley
2017-09-24
windows API functions are not stdcalls
Andrew Kelley
2017-09-24
windows gui hello world
Andrew Kelley
2017-09-19
std: fix os.sleep on darwin and windows
Andrew Kelley
2017-09-10
Allow INVALID_HANDLE_VALUE for windows to work on 32-bit and 64-bit. (#457)
Jonathan Marler
2017-08-06
add missing stdcallcc to ExitProcess decl
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley