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-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
2024-04-07
Merge pull request #18988 from castholm/lazy-build-zig
Andrew Kelley
2024-04-07
Document added/updated functions
Carl Åstholm
2024-04-07
Update `addInstallHeaderFile` to take a `LazyPath`
Carl Åstholm
2024-04-07
std.Build: add `lazyImport` (`@import` for lazy dependencies)
Carl Åstholm
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-21
std.Build.addTest: add doc comments
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-15
std.Build: fix wrong variable used in `parseTargetQuery`
tjog
2024-02-02
std.Build: use a runtime panic for wrong dependency API
Andrew Kelley
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2024-02-02
std.Build: make systemIntegrationOption take a default
Andrew Kelley
2024-02-02
build system: implement --system [dir]
Andrew Kelley
2024-02-02
build system: implement --release[=mode]
Andrew Kelley
2024-02-02
std.Build.resolveTargetQuery: fix ignoring ofmt for native
Andrew Kelley
2024-02-02
std.Build: make system library integrations more general
Andrew Kelley
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-02-02
build system: introduce system library integration
Andrew Kelley
2024-01-18
zig build: add doc comments for functions related to options
Andrew Kelley
2024-01-16
Build: add namedWriteFiles to Build
Loris Cro
2024-01-06
std.Build: pass code model in various compile steps
Tristan Ross
2024-01-04
build/LazyPath: Add dirname (#18371)
Abhinav Gupta
2024-01-03
Fix std.Build.findProgram
Krzysztof Wolicki
2024-01-02
Merge pull request #18160 from ziglang/std-build-module
Andrew Kelley
2024-01-02
add support for lists when parsing user args
sammy j
2024-01-01
std.Build: add error_tracing field to addExecutable and friends
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
[next]