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.hpp
Age
Commit message (
Expand
)
Author
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2019-11-02
stage1: add linux XDG Base Directory support
Michael Dusan
2019-10-30
DragonFlyBSD support
Tse
2019-10-03
add -fdump-analysis to dump type information to json
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-17
Remove duplicate exe name with zig run
Jonathan Marler
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-13
make os_file_close poison file handle after close
Ben Noordhuis
2019-03-27
use __ARM_EABI__, not __arm__
Shawn Landden
2019-03-27
fix build on arm64
Shawn Landden
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-02-28
struct types get fully qualified names
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-30
collapse os_file_mtime into os_file_open_r and check for directory
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-20
Add FreeBSD support to os.cpp
Greg V
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-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
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-04-01
Add run compiler command
Marc Tiehuis
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
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-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 output for cross platform zig test on windows
Andrew Kelley
2017-09-23
improvements to windows support
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
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-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-05
add support to use zig as a linker driver
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-05-07
add debug safety for division
Andrew Kelley
[next]