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
2021-05-18
build.zig: blank out "*test.zig" files instead of omit
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
build system: fix wrong glibc dir passed to qemu for i386
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-30
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
std/build: change default install prefix to zig-out
Isaac Freund
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-17
std/build: fix linker_allow_shlib_undefined
Isaac Freund
2021-04-16
Add LibExeObjStep.linker_allow_shlib_undefined field to set --allow-shlib-und...
daurnimator
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-15
ci: windows: proper flags to zig build
Andrew Kelley
2021-04-06
std/build: fix ?[:0]const u8 build options
Michael Holmes
2021-03-24
std.build: make Builder.install_prefix non optional
Isaac Freund
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-02-25
std/build: Add support for LTO configuration
Hubert Jasudowicz
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
Added support for passing write file args as build options (#7909)
Ryan Greenblatt
2021-02-21
fix unspecified fmt
rgreenblatt
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-02-01
Dupe strings on all public api points for std.build
Martin Wickham
2021-01-30
FromWriteFileStep for all LibExeObjStep types
rgreenblatt
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-07
builder: propagate env_map for child processes
Michael Dusan
2021-01-04
Revert "Fix #7296:"
Andrew Kelley
2021-01-02
Merge pull request #7612 from g-w1/do-7296
Andrew Kelley
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-01
std/build: assert that install paths are relative
Isaac Freund
2021-01-02
Build errors should be followed by two newlines
daurnimator
2021-01-02
Don't process.exit() on invalid option use .markInvalidUserInput
daurnimator
2021-01-02
std/build.zig: use (existing) warn function alias
daurnimator
2020-12-31
Fix #7296:
g-w1
2020-12-31
Year++
Frank Denis
2020-12-26
builder: implement sanitize_thread option
lithdew
2020-12-20
builder: implement float options
Vincent Rischmann
2020-12-10
Added global-cache argument to build system + removed extra args.
antlilja
2020-12-08
Add option to override default stack size in build system.
antlilja
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-02
std.build: addBuildOption special handling for SemanticVersion
Vexu
2020-12-01
COFF linking: fix incorrectly passing .dll instead of .lib
Andrew Kelley
2020-11-30
build system: pass dyn lib artifacts as positionals
Andrew Kelley
2020-11-30
rework the bundle compiler-rt feature
Andrew Kelley
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
[next]