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-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
2017-09-11
Add support for MSVC
Jonathan Marler
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
add some timing diagnostics
Andrew Kelley
2017-04-19
convert assemble and link tests to zig build system
Andrew Kelley
2017-04-11
zig build system writes template build.zig file when none exists
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-13
add --each-lib-rpath option and corresponding config option
Andrew Kelley
2016-09-22
os: fix file descriptor leak in os_exec
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-05-07
add debug safety for division
Andrew Kelley
2016-04-18
add @embed_file builtin function
Andrew Kelley
2016-02-19
fix build error with signed/unsigned
Andrew Kelley
2016-02-17
os: implement windows os layer
Andrew Kelley
2016-02-16
os: fix ability to compile for windows
Andrew Kelley
2016-02-16
add windows os code
Andrew Kelley
2016-02-03
basic support for building a test target
Andrew Kelley
2016-01-28
fix incorrect loading of files over 8192 bytes
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2015-12-15
use realpath to avoid duplicate imports
Andrew Kelley
2015-12-15
when linking with libc use the C runtime library
Andrew Kelley
2015-12-04
fix reading source from stdin
Andrew Kelley
2015-12-01
add test for bad import
Andrew Kelley
[next]