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-09-25
build.zig: addBuildOptionArtifact
Josh Wolfe
2020-09-19
Add "emit_docs" field to LibExeObjStep.
zenith391
2020-09-11
Merge pull request #6315 from ifreund/optional-shlib-version
Andrew Kelley
2020-09-11
std, stage1: make shared library versioning optional
Isaac Freund
2020-09-11
std: allow overriding install dir of artifacts
Isaac Freund
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-19
builder: implement integer options
Vincent Rischmann
2020-08-04
zig build: fix addBuildOption for `[]const u8` and `?[]const u8`
Andrew Kelley
2020-08-04
stage2 tests: support the -Denable-qemu options and friends
Andrew Kelley
2020-08-03
self-hosted: add build option for log scopes
Andrew Kelley
2020-08-02
Add rdynamic option to build.zig
S0urc3C0de
2020-07-31
Print } as format argument in enum build option (#5953)
Sam Tebbs
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-05
Merge pull request #5786 from ziglang/std-hash-map
Andrew Kelley
2020-07-05
update std lib to new hash map API
Andrew Kelley
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-07-04
zig build --help: Consistent capitalization/punctuation
heidezomp
2020-06-22
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
2020-06-18
self-hosted: add Tracy integration
Andrew Kelley
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
[next]