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-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
2023-07-30
move docgen.zig to tools/
Andrew Kelley
2023-07-30
std.Build.LazyPath: fix resolution of cwd_relative
Andrew Kelley
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-24
Merge pull request #15657 from BratishkaErik/windows-sdk-finder-port-to-zig
Andrew Kelley
2023-07-24
std.Build.Step.Compile: getEmittedDocs API enhancements
Andrew Kelley
2023-07-23
build: include README.md in release tarballs
Andrew Kelley
2023-07-23
src/windows_sdk.cpp: port to Zig
Eric Joldasov
2023-07-22
move installation logic to the build script where it belongs
Andrew Kelley
2023-06-26
Build: make `InstallDirStep` use a `FileSource`
Ian Johnson
2023-06-23
build.zig: bump maxrss upper bound for std lib tests
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-12
build: add -Dno-bin option
mlugg
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-29
build.zig: bump maxrss upper bound for std lib tests
Andrew Kelley
2023-05-17
rename omit_pkg_fetching_code to only_core_functionality
Andrew Kelley
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-16
stage2: implement --build-id styles
Motiejus Jakštys
2023-05-14
CMakeLists.txt and build.zig: remove deprecated options
Eric Joldasov
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-04-30
cmake: install zig to 'build_dir/stage3' during building
Eric Joldasov
[next]