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-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
2020-11-11
std: Fix code model argument
Hubert Jasudowicz
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-06
Rely on ZIG_SYSTEM_LINKER_HACK instead of input flags
Jakub Konka
2020-11-05
Re-enable system linker hack
Jakub Konka
2020-10-29
panic when empty string passed as dest_rel_path to addInstallFileWithDir
Travis
2020-10-29
make addBuildOption append type (#6801)
wozeparrot
2020-10-22
std: reference more declarations in std.build
xackus
2020-10-21
Update enable-valgrind flag to fvalgrind
frmdstryr
2020-10-18
Disable build.zig tests on WASI since rely on cwd()
Jakub Konka
2020-10-18
add addPackage test
Robin Voetter
2020-10-18
Fix invalid call to dupePkg in build.zig
Robin Voetter
2020-10-17
add Builder.dupePkg()
Jesse Rudolph
2020-10-17
std: remove renderStringLiteral in favor of std.fmt specifier
Vexu
2020-10-17
use new format specifier in translate-c and std lib
Vexu
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-10-13
std/build: support --color
Isaac Freund
2020-10-05
Build.zig: Skip copying files that are used internally by the compiler
Timon Kruiper
2020-10-04
build system: implement computeOutFilenames using std.zig.binNameAlloc
Andrew Kelley
2020-10-04
add --image-base support
Andrew Kelley
2020-10-02
Merge pull request #6494 from IridescentRose/emit-reloc-patch
Alexandros Naskos
2020-10-01
Resolved additional formatting issues.
Nathan
2020-10-01
Resolve name and format issues.
Nathan
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-10-01
Update build.zig
markfirmware
2020-10-01
Update build.zig
markfirmware
2020-09-29
update wasm to use ".o.wasm" extension for objects
Andrew Kelley
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-24
fix a round of regressions in this branch
Andrew Kelley
2020-09-25
build.zig: addBuildOptionArtifact
Josh Wolfe
2020-09-24
zig build: update to use new --version flag instead of legacy flags
Andrew Kelley
2020-09-23
stage2: support passing extra C flags to C source files
Andrew Kelley
2020-09-22
stage2: implement --pkg-begin and --pkg-end CLI args
Andrew Kelley
2020-09-22
stage2: implement zig build
Andrew Kelley
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
[next]