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
/
src
/
os.cpp
Age
Commit message (
Expand
)
Author
2020-06-15
Use _wfopen instead of fopen on windows
Alexandros Naskos
2020-06-15
UTF16 create process, utf8->utf16 fix
Alexandros Naskos
2020-06-15
Use more wide functions on windows
Alexandros Naskos
2020-06-15
Switched more Windows FS calls to their wide versions
Alexandros Naskos
2020-06-15
Convert paths to UTF-16 before calling CreateDirectory on windows
Alexandros Naskos
2020-05-01
In init_rand avoid reading from /dev/urandom on NetBSD/FreeBSD
nia
2020-04-06
stage1 fixes to support building with 32-bit mingw-w64
Andrew Kelley
2020-03-31
Fix possible unaligned ptr from `getauxval`
Timon Kruiper
2020-03-31
fixes to 32-bit handling, to support 32-bit arm
Andrew Kelley
2020-03-23
stage1: Remove fflush on file open for reading
LemonBoy
2020-03-21
zig cc: better support for the preprocessor option (-E)
Andrew Kelley
2020-03-01
stage1: fix compilation on 32-bit arm
Andrew Kelley
2020-02-22
update std lib to integrate with libc for environ
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-16
stage1 os_update_file additionally compares src and dest size
Andrew Kelley
2020-02-16
fix os_update_file implementation on Windows
Andrew Kelley
2020-02-16
stage1 os: handle errors from read/write
Andrew Kelley
2020-02-16
stage1: don't copy unchanged output files
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2019-11-24
removed unnecessary backslashes in windows' libc paths
Sahnvour
2019-11-02
stage1: add linux XDG Base Directory support
Michael Dusan
2019-10-30
DragonFlyBSD support
Tse
2019-09-22
more helpful error message when failing to parse glibc abi.txt
Andrew Kelley
2019-09-05
os: raise maximum file descriptor limit
Andrew Kelley
2019-09-01
Revert "Merge pull request #2991 from emekoi/mingw-ci"
Andrew Kelley
2019-08-02
accept unix style paths on windows-gnu
emekoi
2019-08-02
implemented runtime abi detetction for windows
emekoi
2019-06-22
make string literal const on windows
emekoi
2019-06-17
Remove duplicate exe name with zig run
Jonathan Marler
2019-05-20
Fix signedness mismatch in comparison
LemonBoy
2019-05-15
fix static builds of zig from requiring c compiler
Andrew Kelley
2019-04-26
Fix path canonicalization when $HOME has a trailing slash
Andrew Kelley
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-13
make os_file_close poison file handle after close
Ben Noordhuis
2019-04-02
better error message when os_file_overwrite fails
Andrew Kelley
2019-03-27
fix build on arm64
Shawn Landden
2019-03-11
fix build on windows
Andrew Kelley
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
fix windows build
Andrew Kelley
2019-03-07
better behavior when cache dir unavailable
Andrew Kelley
2019-03-07
fix regressions on macos
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-26
windows returns EINVAL for fopen when there is an asterisk in the name
Andrew Kelley
2019-02-25
`@cImport` works with `--cache on`
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2019-02-17
Add NetBSD support
Maya Rashish
[next]