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
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-20
tests: add -Dskip-cross-glibc option
Jacob Young
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-03-17
update-zig1: add --enable-sign-ext to wasm-opt
Andrew Kelley
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-16
make docgen accept --zig-lib-dir
Andrew Kelley
2023-03-15
build.zig: install the langref to $prefix/doc/langref.html
Andrew Kelley
2023-03-15
fix wasm bootstrapping compilation errors
Andrew Kelley
2023-03-15
build.zig: bump maxrss upper bound for std lib tests
Andrew Kelley
2023-03-15
make -Dno-lib also skip docgen
Andrew Kelley
2023-03-15
build.zig: update docgen to modern build system API
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
re-enable standalone tests based on build.zig
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-15
re-enable macho linker tests
Andrew Kelley
2023-03-15
new linker test harness
Andrew Kelley
2023-03-15
re-enable asm-and-link tests
Andrew Kelley
2023-03-15
re-enable C ABI tests
Andrew Kelley
2023-03-15
re-enable CLI tests
Andrew Kelley
2023-03-15
re-enable compare-output test cases
Andrew Kelley
2023-03-15
re-integrate stack trace tests with the new std.Build API
Andrew Kelley
2023-03-15
build.zig: annotate std lib tests maxrss
Andrew Kelley
2023-03-15
stage2: avoid bloat when using -Donly-c
Andrew Kelley
2023-03-15
eliminate stderr usage in std.Build make() functions
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
build.zig: remove redundant dependency of install step on zig exe
Andrew Kelley
2023-03-15
build system: capture stderr and report it later
Andrew Kelley
2023-03-08
build: add -Dpie option
Isaac Freund
2023-02-27
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-23
std.Build.WriteFileStep: integrate with cache system
Andrew Kelley
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
2023-02-20
CBE: use stdint.h types instead of `zig_` prefixes
Jacob Young
2023-02-20
std.compress: add zstandard decompressor
dweiller
2023-02-18
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-13
build.zig: builder.zig_exe is not relative
Andrew Kelley
2023-02-13
std.Build: start using the cache system with RunStep
Andrew Kelley
2023-02-05
Merge branch 'master' into lzma
fn ⌃ ⌥
2023-02-03
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-02
Add LZMA decoder
fn ⌃ ⌥
2023-01-31
rename std.Build.LibExeObjStep to std.Build.CompileStep
Andrew Kelley
2023-01-31
build.zig: remove dead list of unused source files
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2023-01-29
build.zig: update list of llvm libs to llvm 16
Andrew Kelley
2023-01-29
build.zig: llvm c++ files require -std=c++17
Andrew Kelley
2023-01-26
update CPU features to LLVM 16
Andrew Kelley
2023-01-24
Add an xz decoder to the standard library
fn ⌃ ⌥
2023-01-16
Merge pull request #14303 from perillo/improve-docgen
Veikka Tuominen
2023-01-15
build: avoid zig's libc++ on *-windows-msvc
kcbanner
2023-01-14
Merge pull request #14271 from Vexu/c-abi
Veikka Tuominen
[next]