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
/
Step
/
Options.zig
Age
Commit message (
Expand
)
Author
2024-03-18
Implementing structs and better enums in build options
Reokodoku
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-01-18
zig build: add doc comments for functions related to options
Andrew Kelley
2024-01-15
Allow multiple options using the same enum type
Krzysztof Wolicki
2024-01-01
std.Build.Step.Options: update unit test to new API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
fix std lib tests
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
Step.Options: `@typeName` gives a fully qualified name so the test needs to r...
Krzysztof Wolicki
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele