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
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
std: use std.ArrayList(u8) instead of std.Buffer in std/build.zig
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-21
fix build.zig addBuildOption function for stream refactor
dbandstra
2020-03-20
"generate .h files" feature is no longer supported in stage1
Andrew Kelley
2020-03-19
(breaking) std.fs.copyFile now integrates with Dir
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-18
(breaking) clarify openDir API
Andrew Kelley
2020-03-18
build: Fix silly bug in directory traversal
LemonBoy
2020-03-16
build: Expose function-sections switch
LemonBoy
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-06
Use in_stream.readAllAlloc where sensible
daurnimator
2020-03-03
Update callers of fs.makePath
daurnimator
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
fix builder.findProgram test
Andrew Kelley
2020-02-28
improve the "external executor" detection logic
Andrew Kelley
2020-02-28
fix standardTargetOptions and improve init-exe to use it
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
Merge pull request #4547 from Vexu/deprecate
Andrew Kelley
2020-02-24
expose --verbose-llvm-cpu-features to zig build
Andrew Kelley
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-21
fix regression in standardTargetOptions
Andrew Kelley
2020-02-21
fix zig build adding invalid cli args
Andrew Kelley
2020-02-20
fix zig build, ABI ABI, and update tests to new Target layout
Andrew Kelley
2020-02-19
make the CLI support depending on system headers and libraries
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-02-18
Rename produce_* bools to emit_* to match CLI
Noam Preil
2020-02-18
Improve support for generating LLVM IR/asm files
Noam Preil
2020-02-07
Fixing library search path
pwzk
2020-02-06
build: fix handling disabling .h file generation
Andrew Kelley
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche
2020-02-02
Add support for dependent packages when using build.zig
frmdstryr
2020-01-30
build: Fix missing `dupe`
meme
2020-01-30
Merge pull request #4324 from fengb/testing-allocator
Andrew Kelley
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2020-01-29
Add support for code model selection
Valentin Anger
2020-01-28
fix build.zig logic for -target-cpu and -target-feature
Andrew Kelley
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-21
hit a comptime limitation with computing dense sets
Andrew Kelley
2020-01-21
fixups to arch data, support any number of cpu features
Andrew Kelley
2020-01-20
Fix ICE in build addAssemblyFile
LemonBoy
2020-01-19
progress towards merging
Andrew Kelley
2020-01-19
Add builtin.zig support
Layne Gustafson
2020-01-19
Add TargetDetails abstraction
Layne Gustafson
[next]