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-12-13
expose VcpkgRoot so that build script can call exe.addVcpkgPath
jackji
2022-12-11
std.build: extract steps to separate files
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-30
Merge pull request #13717 from GethDW/option-fix
Andrew Kelley
2022-11-30
std.build: simpler fix to options implementation
Andrew Kelley
2022-11-30
std.build.Builder: fix for Allocator changes
GethDW
2022-11-30
CLI: allow using `--debug-compile-errors` with `zig build`
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-18
Merge pull request #13411 from dweiller/custom-test-runner
Veikka Tuominen
2022-11-13
std.build: add setter for LibObjExeStep test runner path
dweiller
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-02
std.build: add support for custom test runner
dweiller
2022-11-01
build: remove `ofmt` from `LibExeObjStep` which is redundant with `target.ofmt`
Jacob Young
2022-10-19
build: added unwind_tables to LibExeObjStep
LordMZTE
2022-10-12
improve header searchlist handling in build, main
Michael Dusan
2022-10-11
Compilation: strip debug info from ReleaseSmall by default
Ali Chraghi
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-27
make `runPkgConfig` pub
Lee Cannon
2022-09-16
Merge pull request #12796 from Vexu/referenced-by-v2
Veikka Tuominen
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-08-22
build system: add flag for -fstack-protector
Andrew Kelley
2022-08-21
std: fix EmulatableRunStep
Luuk de Gram
2022-08-20
test/link: add wasm linker-test for archives
Luuk de Gram
2022-08-18
std.build: Fix typo in `LibExeObjStep.runEmulatable`'s assertion
Sage Hane
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-23
Share logic between EmulatableRunStep & RunStep
Luuk de Gram
2022-07-23
rename:RunCompareStep -> EmulatableRunStep
Luuk de Gram
2022-07-23
RunCompareStep: implement new step
Luuk de Gram
2022-07-22
cli: support --gc-sections and --no-gc-sections for Zig sources
Jakub Konka
2022-07-20
build.zig: teach `--compress-debug-sections`
Motiejus Jakštys
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-07-12
wasm-linker: Implement linker tests (#12006)
Luuk de Gram
2022-07-11
use std.log for logging
Mikko Kaihlavirta
2022-06-28
build: handle weakly imported libs and frameworks
Jakub Konka
2022-06-27
macho: implement and handle `-needed-*` and `-needed_*` family of flags
Jakub Konka
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
macho: implement -headerpad_size option
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-22
link-tests: rename CheckMachOStep to CheckObjectStep and accept obj format
Jakub Konka
2022-06-21
link-tests: add CheckMachOStep
Jakub Konka
2022-06-20
link-tests: test pagezero_size option for macho
Jakub Konka
2022-06-08
std.build: Expose `-z norelro` and `-z lazy`
Isaac Freund
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-26
Rename `std.build.Pkg.path` to `std.build.Pkg.source` (#11557)
Hanna
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-05-09
stdlib: escape backslashes and double quotes in Builder response file
Evan Haas
[next]