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
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
2018-09-12
windows os.cpp implementations
Andrew Kelley
2018-09-11
darwin fixups
Andrew Kelley
2018-09-11
Merge remote-tracking branch 'origin/master' into stage1-caching
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-09
`zig id` command
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
2018-09-08
Fixes a path corruption when compiling on windows.
Sahnvour
2018-09-08
use vfork in stage1 compiler to avoid OOM
Shawn Landden
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-07-20
self-hosted: share C++ code for finding libc on windows
Andrew Kelley
2018-06-26
Fix os_path_join for case where dirname is empty
Isaac Hier
2018-06-18
stage1: update darwin code to workaround old libc bug
Andrew Kelley
2018-06-18
adjust logic for finding the path to zig executable on darwin
Andrew Kelley
2018-06-18
Fix 1117: Revise realpath scratch logic
Bodie Solomon
2018-06-18
Fix 1117: Tweak realpath logic to use out_path as scratch space
Bodie Solomon
2018-06-18
Fix 1117: Use realpath in stage1 Darwin os_self_exe_path
Bodie Solomon
2018-04-22
exit(1) instead of abort() for file not found
Andrew Kelley
2018-04-22
fix windows build broken by previous commit
Andrew Kelley
2018-04-22
better error reporting for missing libc on windows
Andrew Kelley
2018-04-15
fix linux implementation of self exe path
Andrew Kelley
2018-04-01
Add run compiler command
Marc Tiehuis
2018-03-31
implement os_self_exe_path in the c++ compiler for darwin
Andrew Kelley
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-01-20
remove unused function, fixes mingw build
Andrew Kelley
2018-01-19
fix docgen on windows
Andrew Kelley
2018-01-19
os_rename uses MoveFileEx on windows
Andrew Kelley
2018-01-19
windows-compatible os_rename function
Andrew Kelley
2018-01-05
workaround for microsoft releasing windows SDK with wrong version
Andrew Kelley
2017-12-04
Fix the color of compiler messages for light-themed terminal.
MIURA Masahiro
[next]