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-06-18
reference emit_raw in std lib tests
Vexu
2020-05-25
Added custom build step id, made tests.zig steps use it
Alexandros Naskos
2020-05-25
Added and id and a cast function to build steps
Alexandros Naskos
2020-05-18
Re-enable refAllDecls gen and check in std.zig
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-16
Merge pull request #5217 from wozeparrot/master
Andrew Kelley
2020-05-16
Add Enum Option
DrDeano
2020-05-16
Add enum to addBuildOptions
DrDeano
2020-05-09
make std.build.getInstallPath public
Vexu
2020-05-08
publicize member functions affected by #4909
Josh Junon
2020-05-05
simplify test-evented-io build setting
Andrew Kelley
2020-05-05
Add setUseTestEventedIO for test steps in build.zig
Haze Booth
2020-04-30
switch anyerror to OutOfMemory
wozeparrot
2020-04-29
build.zig recursive dep support
wozeparrot
2020-04-27
add missing const to pkg dependencies
wozeparrot
2020-04-17
build: Create the output directory if it doesn't exist
LemonBoy
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
[next]