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
2021-06-25
std/build: add --sysroot general option
Isaac Freund
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-15
zig build: add --libc general option
Isaac Freund
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-06-14
specify the output lib, exe and include paths with flags
Jan200101
2021-06-12
std.build: don't default to static linkage
Veikka Tuominen
2021-06-11
cleanups to previous commit
Andrew Kelley
2021-06-11
Add CPU feature check to standardTargetOptions
Edward Dean
2021-06-11
std.build.InstallDir: make dupe() a public function
Ellis Trisk-Grove
2021-06-11
Change defineCMacro to take separate name and value arugments
Asa Zeren
2021-06-11
make remaining enums in build.zig snake_case
Veikka Tuominen
2021-06-11
Code quality improvements to GeneratedFile, and manual implementation of Buil...
Felix (xq) Queißner
2021-06-11
Makes output path stuff more sane.
Felix (xq) Queißner
2021-06-11
Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...
Felix (xq) Queißner
2021-06-11
Changes createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
2021-06-11
Moves files to file-global struct layout.
Felix (xq) Queißner
2021-06-11
Adds a lot of missing dupes, some more snakes.
Felix (xq) Queißner
2021-06-11
Adds more FileSources everywhere.
Felix (xq) Queißner
2021-06-11
Starts to replace special cases in std.build.FileSource.
Felix (xq) Queißner
2021-06-08
Add linkLibCpp helper to LibExeObjStep
Tom Maenan Read Cutting
2021-06-06
build: Avoid using undefined variables
LemonBoy
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-27
build: allow specifying rpaths explicitly (#8912)
Jakub Konka
2021-05-18
build.zig: blank out "*test.zig" files instead of omit
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
build system: fix wrong glibc dir passed to qemu for i386
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-30
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
std/build: change default install prefix to zig-out
Isaac Freund
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-17
std/build: fix linker_allow_shlib_undefined
Isaac Freund
2021-04-16
Add LibExeObjStep.linker_allow_shlib_undefined field to set --allow-shlib-und...
daurnimator
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-15
ci: windows: proper flags to zig build
Andrew Kelley
2021-04-06
std/build: fix ?[:0]const u8 build options
Michael Holmes
2021-03-24
std.build: make Builder.install_prefix non optional
Isaac Freund
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-02-25
std/build: Add support for LTO configuration
Hubert Jasudowicz
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
Added support for passing write file args as build options (#7909)
Ryan Greenblatt
2021-02-21
fix unspecified fmt
rgreenblatt
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-02-01
Dupe strings on all public api points for std.build
Martin Wickham
2021-01-30
FromWriteFileStep for all LibExeObjStep types
rgreenblatt
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
[next]