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
/
lib
/
std
/
Build.zig
Age
Commit message (
Expand
)
Author
2024-10-06
Build: Add `option(LazyPath, ...)` support
InKryption
2024-09-27
build: make dependency cache hash map unmanaged
Jonathan Marler
2024-09-27
build: move dependency cache into Graph
Jonathan Marler
2024-09-15
std.Build: allow packages to expose arbitrary LazyPaths by name
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-23
fix merge conflict from previous commit
Andrew Kelley
2024-08-23
std.Build: call `handleVerbose2` in `runAllowFail`
Eric Joldasov
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-07-28
Add libcpp option to test options
Sammy James
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
build runner: extract logic to std.Build.Fuzz
Andrew Kelley
2024-07-25
add `--fuzz` CLI argument to `zig build`
Andrew Kelley
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-21
std.Build: add support for passing comptime_int, float and comptime_float opt...
L zard
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-14
build runner: update watch caption to include subprocesses
Andrew Kelley
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-12
integrate Compile steps with file watching
Andrew Kelley
2024-07-12
std.Build.LazyPath: add getPath3; deprecate getPath2 and getPath
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-07-12
proof-of-concept --watch implementation based on fanotify
Andrew Kelley
2024-07-12
build runner: implement --watch (work-in-progress)
Andrew Kelley
2024-07-12
std.Build: remove the "push installed file" mechanism
Andrew Kelley
2024-07-12
build system: add --watch flag and report source file in InstallFile
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-21
std.Build.findProgram(): Try with and without the Windows executable extensions.
Alex Rønne Petersen
2024-06-20
std: mark Build.args as const
Alex Kladov
2024-06-16
std.Build: Add Step.Fail and addFail() function.
Alex Rønne Petersen
2024-06-09
build: inherit setExecCmd from test compile steps when creating run steps
Robin Voetter
2024-06-08
std.Build: remove deprecated b.host in favor of b.graph.host (#20237)
Krzysztof Wolicki
2024-06-06
Add support for []enum in Build.option
Maciej 'vesim' Kuliński
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-05
Run: add output directory arguments
Jacob Young
2024-05-05
Build: cleanup
Jacob Young
2024-04-18
Merge pull request #19689 from nektro/nektro-patch-29794
Andrew Kelley
2024-04-18
std: fix and add test for Build.dependencyFromBuildZig
Meghan Denny
2024-04-18
std.Build: revert --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-04-11
std.Build: revert the breaking changes only
Andrew Kelley
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-04-10
introduce std.Build.path; deprecate LazyPath.relative
Andrew Kelley
2024-04-07
Merge pull request #18590 from castholm/move-standalone-test-cases
Andrew Kelley
2024-04-07
Make `std.Build.dependencyInner` private
Carl Åstholm
2024-04-07
Remove `std.Build.anonymousDependency`
Carl Åstholm
2024-04-07
std.Build: Remove unused `c_std` field
Carl Åstholm
2024-04-07
std.Build: add dependencyFromBuildZig
Carl Åstholm
[next]