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
2024-02-26
compiler: JIT zig reduce
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-24
Revert "tests: add -Dskip-cross-glibc option"
Jacob Young
2024-02-20
c_import: extract behavior tests that use `@cImport`
Jacob Young
2024-02-16
build.zig: support multiple args in `cxx_compiler_arg1`
Jacob Young
2024-02-14
remove v1 deflate implementation
Igor Anić
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-02
std.Build: revert moving some fields to Graph
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-01-28
build: reduce max rss back down to 7GB
Jakub Konka
2024-01-24
build: bump max_rss for building the compiler again
Jakub Konka
2024-01-24
build: bump max_rss for building the compiler again
Jakub Konka
2024-01-24
build: bump maxrss
Jakub Konka
2024-01-13
build.zig: don't install testdata
Andrew Kelley
2024-01-08
add tool for updating mingw crt files
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-19
build: pass --abbrev to git rather than relying on global config
Andrew Kelley
2023-11-26
build.zig: remove an unneeded 'else unreachable'
Meghan Denny
2023-11-17
aro-translate-c: update to upstream changes
Veikka Tuominen
2023-11-07
Merge pull request #17771 from ehaas/mingw-aro
Andrew Kelley
2023-11-05
build: add option to specify whether to use the llvm backend
Jacob Young
2023-11-03
fix compilation regression
Andrew Kelley
2023-11-03
add zig reduce subcommand
Andrew Kelley
2023-11-03
aro: Add stub definitions to enable bootstrapping
Evan Haas
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-20
build.zig: bump max_rss again
Andrew Kelley
2023-10-20
build.zig: it takes even more ram to build zig apparently
Andrew Kelley
2023-10-20
build.zig: adjust max_rss again
Andrew Kelley
2023-10-20
build.zig: building on macos takes more memory
Andrew Kelley
2023-10-20
build.zig: annotate max_rss for building the compiler
Andrew Kelley
2023-10-16
build.zig: add support for using "zig c++" as the bootstrap c++ compiler
Xavier Bouchoux
2023-10-10
Step.Compile: add options struct for `addCSourceFiles` (#17420)
Krzysztof Wolicki
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-10-01
add Aro sources as a dependency
Veikka Tuominen
2023-09-30
solaris: link libstdc++
Ryan Zezeski
2023-09-19
update LLVM static library list to 17
Andrew Kelley
2023-09-15
build: don't skip compiler build with -Dno-bin
mlugg
2023-09-12
Revert "ci: use zig build check-fmt instead of zig fmt --check"
Andrew Kelley
2023-09-09
ci: use zig build check-fmt instead of zig fmt --check
Wooster
2023-09-03
build stage3: detect system libcxx
Michael Dusan
2023-08-18
build: -Denable-ios-sdk implies -Denable-macos-sdk
Jakub Konka
2023-08-18
build: add build test check for availability of IOS SDK on the host
Jakub Konka
2023-08-10
linux: search for system libc++
Michael Dusan
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-03
start the 0.12.0 release cycle
Andrew Kelley
2023-08-03
build.zig: use InstallArtifact Options instead of mutation
Andrew Kelley
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
[next]