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
2018-11-02
support building static self hosted compiler on macos
Andrew Kelley
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
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-15
fix windows argument parsing
Andrew Kelley
2017-10-15
set stdout and stderr to binary mode on windows
Andrew Kelley
2017-10-15
mingw build: delete unused variable
Andrew Kelley
2017-10-15
only SetConsoleTextAttribute to do console colors on windows
Andrew Kelley
2017-10-14
try harder to emit console colors
Andrew Kelley
2017-10-03
fix mingw build
Andrew Kelley
2017-10-02
support terminal colors for cmd.exe and msys pty
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-09-30
better implementation of os_spawn_process for windows
Andrew Kelley
[next]