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
2019-09-05
I'm pretty sure `sp` is the stack pointer on all ARM
Andrew Kelley
2019-09-01
Revert "Merge pull request #2991 from emekoi/mingw-ci"
Andrew Kelley
2019-08-21
Merge pull request #2991 from emekoi/mingw-ci
Andrew Kelley
2019-08-16
correct LLVM subarch names for arm
yvt
2019-08-11
fix async function frames not aligned enough
Andrew Kelley
2019-08-03
move windows abi detection to `get_native_target`
emekoi
2019-08-02
accept unix style paths on windows-gnu
emekoi
2019-08-02
implemented runtime abi detetction for windows
emekoi
2019-08-01
allow 128 bit cmpxchg on x86_64
Andrew Kelley
2019-07-17
back to msvc as the default C ABI on Windows
Andrew Kelley
2019-07-16
libc headers before C language headers, and disable libunwind on arm32
Andrew Kelley
2019-07-16
update bundled musl source to 1.1.23
Andrew Kelley
2019-07-12
mingw libc: solve the segfault having to do with destructors
Andrew Kelley
2019-07-11
add -Wno-pragma-pack when targeting windows-gnu
Andrew Kelley
2019-07-11
the msvc target abi will have to be solved a different way
Andrew Kelley
2019-07-09
ship with mingw-w64 v6.0.0
Andrew Kelley
2019-07-08
zero initialize target
Andrew Kelley
2019-07-07
fix not setting a target glibc version on non-linux
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-06-27
better CLI error message for missing sub-architecture
Andrew Kelley
2019-06-14
standard library integrates with knowledge of stripped debug info
Andrew Kelley
2019-05-27
improve the stack check CLI options
Andrew Kelley
2019-05-16
improvements to build-lib use case of WebAssembly
Andrew Kelley
2019-05-15
change wasm obj ext to .wasm
Shritesh Bhattarai
2019-05-15
improvements to zig's implementation of libc and WebAssembly
Andrew Kelley
2019-04-14
wasm: force single threaded
Shritesh Bhattarai
2019-04-12
wasm: use .wasm ext for exe
Shritesh Bhattarai
2019-04-11
Add initial support for iOS targets (#2237)
Matthew Iannucci
2019-03-27
implement target_c_type_size_in_bits for WASI
Andrew Kelley
2019-03-22
stage1: implement get_dynamic_linker for riscv
Andrew Kelley
2019-03-20
Merge remote-tracking branch 'origin/llvm8'
Andrew Kelley
2019-03-19
zig targets prints the available libcs
Andrew Kelley
2019-03-18
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-13
ignore -lm on darwin because it's handled by libSystem
Andrew Kelley
2019-03-13
fix target_requires_pic and reloc_mode
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
remove nios2 from list of libc targets
Andrew Kelley
2019-03-13
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-13
added z3 and fixed dynamic linker on mingw
emekoi
2019-03-12
building musl start files from source
Andrew Kelley
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
windows and uefi don't have dynamic linkers
Andrew Kelley
2019-03-06
support other architectures for glibc startup files
Andrew Kelley
2019-03-05
support glibc dl, m, pthread, rt
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-03-04
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-01
better error message for `-target windows` CLI
Andrew Kelley
2019-02-28
updates to build with llvm 8.0.0rc3
Andrew Kelley
2019-02-28
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
[next]