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
Age
Commit message (
Expand
)
Author
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)
David Rubin
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-04
Merge pull request #18801 from jacobly0/fix-cache-retry
Andrew Kelley
2024-02-04
Cache: fix logic for retrying cache hits
Jacob Young
2024-02-02
std.Build: revert moving some fields to Graph
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-31
std.Build.Step.TranslateC: fix use of outdated Module in createModule
Gustavo C. Viegas
2024-01-29
Apply cflags from pkg-config to all dependent modules
Ian Johnson
2024-01-26
Get rid of direct dependency on std.fmt
MrDmitry
2024-01-26
Minor formatting, removed duplicate test case
MrDmitry
2024-01-26
Add escaped character processing
MrDmitry
2024-01-26
Rewrite replace_variables with CMake-specific version
MrDmitry
2024-01-26
align naming and fix module creation from TranslateC
Tobias Simetsreiter
2024-01-21
Fix last_index after variable substitution
MrDmitry
2024-01-19
std.Build.Compile: handle modules sans root source files
Andrew Kelley
2024-01-18
zig build: add doc comments for functions related to options
Andrew Kelley
2024-01-15
Allow multiple options using the same enum type
Krzysztof Wolicki
2024-01-14
std/Build/Step/Compile: do not propagate deps of complex addObject step
Jakub Konka
2024-01-13
Expose `-f(no-)formatted-panics` to the build system (again)
Carl Åstholm
2024-01-10
zig build: handle stderr more elegantly
Andrew Kelley
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-09
Merge pull request #18491 from ziglang/fix-mod-link-obj-path
Andrew Kelley
2024-01-08
std.Build.Step.Compile: fix link object paths
Andrew Kelley
2024-01-09
Build: Use `LazyPath` for version scripts
Carl Åstholm
2024-01-04
build/LazyPath: Add dirname (#18371)
Abhinav Gupta
2024-01-04
build system: fix missing step dependencies on lib
Andrew Kelley
2024-01-03
Merge pull request #18262 from ziglang/fix-18259
Andrew Kelley
2024-01-02
std.Build.Step.Compile: fix passing wrong Builder to getPath
Andrew Kelley
2024-01-02
std.Build.Step.Run: fix depfile support
Loris Cro
2024-01-01
CLI: introduce global -I args for C include paths
Andrew Kelley
2024-01-01
std.Build.Step.Compile: fix search prefix lowering
Andrew Kelley
2024-01-01
std.Build.Module: default CSourceFile flags to empty list
Andrew Kelley
2024-01-01
std.Build.Step.Compile: support modules with different args
Andrew Kelley
2024-01-01
std.Build.Step.Options: update unit test to new API
Andrew Kelley
2024-01-01
std.Build.Step.Compile: restore previous step name
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
fix infinite loop in Run step
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
fix std lib tests
Andrew Kelley
2024-01-01
spelling fixes
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
zig build system: remove vcpkg integration
Andrew Kelley
[next]