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
/
build.zig
Age
Commit message (
Expand
)
Author
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
build: findLLVM correctly handles system libraries
Andrew Kelley
2017-12-23
build: add --search-prefix option
Andrew Kelley
2017-12-23
port most of main.cpp to self hosted compiler
Andrew Kelley
2017-12-12
self-hosted: look for llvm-config in homebrew
Andrew Kelley
2017-12-12
self-hosted: cleanup build looking for llvm-config
Andrew Kelley
2017-12-12
self-hosted: move code to std.os.ChildProcess.exec
Andrew Kelley
2017-12-11
self-hosted: link with LLVM
Andrew Kelley
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-21
self hosted zig: print usage
Andrew Kelley
2017-10-03
compiler-rt tests pass with and without libc
Andrew Kelley
2017-09-17
add option to run tests in LLDB and turn it on for macos travis
Andrew Kelley
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-08-18
include compiler-rt tests in main testing suite
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-20
delete test_artifacts directory when tests complete
Andrew Kelley
2017-04-19
convert parseh tests to zig build system
Andrew Kelley
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
2017-04-19
convert debug safety tests to zig build system
Andrew Kelley
2017-04-19
convert assemble and link tests to zig build system
Andrew Kelley
2017-04-19
remove unused test code
Andrew Kelley
2017-04-19
convert std lib tests to zig build system
Andrew Kelley
2017-04-19
convert build examples tests to zig build system
Andrew Kelley
2017-04-19
convert compare-output tests to use zig build system
Andrew Kelley