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-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
2019-01-31
os.cpp: fix regression on Windows from 59c050e7
Andrew Kelley
2019-01-30
collapse os_file_mtime into os_file_open_r and check for directory
Andrew Kelley
2018-12-12
freebsd: fix os_self_exe_path function and update std lib
Andrew Kelley
2018-11-27
Merge branch 'master' into freebsd2
Andrew Kelley
2018-11-26
stage1: better file path handling
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-18
src/os.cpp: os_file_read: return ErrorIsDir on case EISDIR;
kristopher tate
2018-11-16
Fixed typos
Vallentin
2018-11-08
made colored output more consistent (#1706)
emekoi
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-11-02
support building static self hosted compiler on macos
Andrew Kelley
2018-10-20
Add FreeBSD support to os.cpp
Greg V
2018-10-09
stage1 os: workaround for macos not having environ variable
Andrew Kelley
2018-10-09
more efficient builtin library code generation
Andrew Kelley
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-10-06
arm64: respond to code review
Shawn Landden
2018-09-22
rm extraneous macro
Jeff Fowler
2018-09-18
minor cleanups from 68c1d05917
Andrew Kelley
2018-09-18
compiling on mingw is now supported (#1542)
emekoi
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
[next]