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
2023-03-15
std.Build.CompileStep: tweak the default step name
Andrew Kelley
2023-03-15
re-enable CLI tests
Andrew Kelley
2023-03-15
re-integrate stack trace tests with the new std.Build API
Andrew Kelley
2023-03-15
zig build: add an OOM-prevention system
Andrew Kelley
2023-03-15
std.Build.Step: no-op steps report cached if all deps cached
Andrew Kelley
2023-03-15
std.Build: audit use of updateFile
Andrew Kelley
2023-03-15
std.build.CompileStep: eliminate std.log usage
Andrew Kelley
2023-03-15
std.Build.InstallDirStep: avoid std.log
Andrew Kelley
2023-03-15
std.Build.ConfigHeaderStep: integrate with the cache system
Andrew Kelley
2023-03-15
std.Build.Step.cacheHit marks step as cached on hit
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
std.Build.RunStep: report duration and cached status
Andrew Kelley
2023-03-15
build runner supports reporting cached status and duration
Andrew Kelley
2023-03-15
std.Build.RunStep: work around a miscompilation
Andrew Kelley
2023-03-15
eliminate stderr usage in std.Build make() functions
Andrew Kelley
2023-03-15
std.Build.Cache.Directory: add a format() method
Andrew Kelley
2023-03-15
fix Step.evalZigProcess to handle more than 1 message per poll
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
std.Build.RunStep: better default step name
Andrew Kelley
2023-03-15
std.Build.Step: avoid redundancy in default error message
Andrew Kelley
2023-03-15
build system: better default name for ConfigHeaderStep
Andrew Kelley
2023-03-15
fix std.Build.TranslateCStep
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
2023-03-15
std.Build.InstallArtifactStep: better default step name
Andrew Kelley
2023-03-15
std.Build.CompileStep: better default step name
Andrew Kelley
2023-03-15
std.Build.CompileStep: obtain the build output dir from protocol
Andrew Kelley
2023-03-15
integrate the build runner and the compiler server
Andrew Kelley
2023-03-15
std.Build: better handling of stderr of child processes
Andrew Kelley
2023-03-15
std.Build: further enhance debug message for bad getPath()
Andrew Kelley
2023-03-15
std.Build: improve debugging of misconfigured steps
Andrew Kelley
2023-03-15
build system: capture stderr and report it later
Andrew Kelley
2023-03-15
build runner: proper threaded dependency management
Andrew Kelley
2023-03-15
build_runner now executes the step graph in parallel
Andrew Kelley
2023-03-15
build runner: untangle dependency loop checking from making
Andrew Kelley
2023-03-10
eliminate posix_spawn from the standard library
Andrew Kelley
2023-03-03
std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returned
Ali Chraghi
2023-02-25
std.Build.CompileStep.installConfigHeader: add missing step dependency
Andrew Kelley
2023-02-24
rename std.Build.InstallRawStep to ObjCopyStep
Andrew Kelley
2023-02-23
std.Build.WriteFileStep: integrate with cache system
Andrew Kelley
2023-02-21
Update std.Build to new module CLI, update zig1 and CMakeLists
mlugg
2023-02-19
Merge pull request #11982 from marler8997/ignoreSigpipe
Andrew Kelley
2023-02-19
Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"
Andrew Kelley
2023-02-19
Merge pull request #14661 from evacchi/zig-wasi-preopens
Luuk de Gram
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
std.Build.RunStep: fix default caching logic
Andrew Kelley
2023-02-18
wasi: add Preopens.findDir, update tests to preopen `/tmp'
Edoardo Vacchi
2023-02-17
add test to ignore sigpipe
Jonathan Marler
2023-02-13
std.Build.OptionsStep: update test case
Andrew Kelley
2023-02-13
std.Build: make cache_root and global_cache_root relative to cwd
Andrew Kelley
2023-02-13
std.Build: start using the cache system with RunStep
Andrew Kelley
[prev]
[next]