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
/
target.cpp
Age
Commit message (
Expand
)
Author
2017-04-13
fix crash when using zig to link
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-04-05
add support to use zig as a linker driver
Andrew Kelley
2017-03-10
update to llvm 4.0
Andrew Kelley
2017-02-05
tell LLVM the target sub arch type
Andrew Kelley
2017-02-02
make --target-os freestanding work
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-04
port to llvm 3.9
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-03-08
update to llvm 3.8.0
Andrew Kelley
2016-02-16
rename 'environ' to 'env_type'
Andrew Kelley
2016-02-15
MacOS has the same int sizes as Linux
Andrew Kelley
2016-02-13
add windows C int sizes
Andrew Kelley
2016-02-12
c integer size takes into account architecture and OS
Andrew Kelley
2016-02-11
add @compile_var("os") and @compile_var("arch")
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-10
cleanup target data organization
Andrew Kelley
2016-02-10
add "targets" command to list architectures, oses, abis
Andrew Kelley