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
/
OptionsStep.zig
Age
Commit message (
Expand
)
Author
2022-09-29
Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`
Lee Cannon
2022-08-18
build: Allow comptime_int in OptionsStep.addOption
Ben Fiedler
2022-05-26
Rename `std.build.Pkg.path` to `std.build.Pkg.source` (#11557)
Hanna
2022-03-28
std.build: fix functions returning address of by value parameter
Veikka Tuominen
2022-03-21
OptionsStep: Always use `fmtId` for type names.
Lee Cannon
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-23
Better erroring for unsupported build option types
Aaron Sikes
2021-10-23
Allow arbitrary slices as build options
Aaron Sikes
2021-10-23
Allow arbitrary arrays in build options
Aaron Sikes
2021-10-23
Fix enums with non-ident fields
Aaron Sikes
2021-10-23
Ensure any custom printing here remains valid zig syntax
Aaron Sikes
2021-10-23
Fix std.builtin.Version build option formatting
Aaron Sikes
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-26
Rework build system `build_options` API (#9623)
Lee Cannon