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
/
config.h.in
Age
Commit message (
Expand
)
Author
2018-01-04
update windows build to llvm 5.0.1
Andrew Kelley
2018-01-03
self-hosted build: use llvm-config from stage1
Andrew Kelley
2018-01-03
build: std files and c header files are only specified once
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-10-23
remove CXX ABI workaround
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
build: escape backslashes in path arguments given to cmake
Andrew Kelley
2017-08-28
remove remnants of depending on darwin system linker
Andrew Kelley
2017-03-13
add --each-lib-rpath option and corresponding config option
Andrew Kelley
2017-03-13
use lld instead of system linker
Andrew Kelley
2016-12-04
add missing copyright notices
Andrew Kelley
2016-09-14
tests: use a more robust path to self_hosted.zig
Andrew Kelley
2016-05-11
recognize ar program and pass --gc-sections to ld
Andrew Kelley
2016-02-15
first pass at linking on macos
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-08
support static linking against libc
Andrew Kelley
2016-02-02
build: fix libc path finding
Andrew Kelley
2016-01-15
solve the mystery of undefined reference error
Andrew Kelley
2015-12-15
when linking with libc use the C runtime library
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-08
parseh: add c header files
Andrew Kelley
2015-08-05
link against LLVM
Andrew Kelley