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-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
2015-12-01
colored error messages that tell the source file
Andrew Kelley
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley
2015-11-26
more readable integer constant
Josh Wolfe
2015-11-26
add tests
Andrew Kelley
2015-11-25
fix the remaining TODOs in the source
Andrew Kelley
2015-11-24
debug information for functions
Andrew Kelley
2015-11-24
hello world example working
Andrew Kelley