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
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-21
Sema: dummy implementation of `@errorReturnTrace`
Andrew Kelley
2022-03-16
std: introduce posix_spawn as an alt to fork-exec
Jakub Konka
2022-03-05
Revert "Revert "Merge pull request #10950 from hexops/sg/responsefiles""
Stephen Gutekanst
2022-02-24
Revert "Merge pull request #10950 from hexops/sg/responsefiles"
Andrew Kelley
2022-02-23
Merge pull request #10950 from hexops/sg/responsefiles
Jakub Konka
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-21
std: Builder: use response files for zig test invocations too
Stephen Gutekanst
2022-02-21
std: Builder: account for null term considering response files
Stephen Gutekanst
2022-02-20
std: have Builder use response files if zig build args exceed OS limits
Stephen Gutekanst
2022-02-17
Revert "reduce build error noise"
Andrew Kelley
2022-02-17
reduce build error noise
Jonathan Marler
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-06
CLI: remove remainders of --verbose-ast and --verbose-tokenize
Johannes Löthberg
2022-02-05
std: allow tests to use cache and setOutputDir
praschke
2022-02-05
std.build.TranslateCStep: add C macro support
rohlem
2022-01-24
Normalize some build function names
Jonathan Marler
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-12
Make prominent_compile_errors also work for test steps
Jimmi Holst Christensen
2022-01-07
Pass `--allow-unknown-exports` to wasmtime
Luuk de Gram
2021-12-21
wasm-linker: Implement the --export-table and --import-table flags.
Luuk de Gram
2021-12-18
macho: handle -install_name option for dylibs/MachO
Jakub Konka
2021-12-18
Make Builder.spawnChildEnvMap public
fubark
2021-12-17
Actually installs the implib for DLLs.
Felix "xq" Queißner
2021-12-14
wasm-linker: Allow specifying symbols to be exported
Luuk de Gram
2021-12-06
Fix run() for test_exe steps
Martin Wickham
2021-12-06
Add test executable builds to build.zig
Martin Wickham
2021-12-05
Add emit path options to emit args in build.zig (#10278)
Martin Wickham
2021-12-03
Add single section dumping and padding to InstallRawStep
N00byEdge
2021-12-03
std.build.InstallRawStep: allow custom dest_dir
Jonathan Marler
2021-12-02
improve detection of how to execute binaries on the host
Andrew Kelley
2021-12-02
CLI: always try to exec binaries
Andrew Kelley
2021-12-02
zig build: promote qemu, wine, wasmtime, darling, and rosetta
Andrew Kelley
2021-12-02
Make Rosetta availability declarative by the user
Jakub Konka
2021-12-02
Make Rosetta a new variant in ExternalExecutor enum
Jakub Konka
2021-11-30
Merge pull request #10055 from leecannon/allocator_refactor
Andrew Kelley
2021-11-30
CLI: introduce -fsingle-threaded/-fno-single-threaded
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-26
zig build: add each_lib_rpath property
Andrew Kelley
2021-11-24
build system: add --debug-log advanced option to build runner
Andrew Kelley
2021-11-10
Merge pull request #10058 from marler8997/builderPathJoin
Andrew Kelley
2021-11-09
stage2: add 4 new linker flags for WebAssembly
Andrew Kelley
2021-11-09
Omit array type for pathJoin calls
Jonathan Marler
2021-11-09
add pathJoin to builder
Jonathan Marler
2021-10-29
zig: expose linker options and include '-z notext'
Kenta Iwasaki
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
[next]