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
/
build_runner.zig
Age
Commit message (
Expand
)
Author
2023-09-22
build: add --skip-oom-steps
kcbanner
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-06-22
rename ZIG_DEBUG_COLOR env variable to YES_COLOR
dweiller
2023-06-16
zig build: add option to only print failed steps
Veikka Tuominen
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-24
std.debug: Rename TTY.Color enum values to snake case
Linus Groh
2023-05-10
Add std.fmt.parseIntSizeSuffix and use for --maxrss
Evin Yulo
2023-03-18
delete `--prominent-compile-errors` from help
square
2023-03-17
fix copy-paste errors
Motiejus Jakštys
2023-03-17
Build.zig_exe: make it sentinel-aware
Motiejus Jakštys
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
use DEC graphics instead of Unicode for box drawing
Andrew Kelley
2023-03-15
build runner: tweak progress bar display
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
Revert "build runner: print to stderr in dumb terminals"
Andrew Kelley
2023-03-15
build runner: print to stderr in dumb terminals
Andrew Kelley
2023-03-15
build runner: communicate TTY conf to child procs via env vars
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
2023-03-15
re-enable compare-output test cases
Andrew Kelley
2023-03-15
zig build: add an OOM-prevention system
Andrew Kelley
2023-03-15
build runner: fix typo in max rss display
Andrew Kelley
2023-03-15
std.build.CompileStep: eliminate std.log usage
Andrew Kelley
2023-03-15
build runner: add microseconds to elapsed in build summary
Andrew Kelley
2023-03-15
build runner supports reporting cached status and duration
Andrew Kelley
2023-03-15
eliminate stderr usage in std.Build make() functions
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
build runner: slight rewording in build summary
Andrew Kelley
2023-03-15
build runner: hide repeated steps in the build summary
Andrew Kelley
2023-03-15
build runner: make step_stack a map to remove redundant steps
Andrew Kelley
2023-03-15
build runner: fix unicode tree printing
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
2023-03-15
fix UAF in build runner
Andrew Kelley
2023-03-15
build runner: print a fancy tree with build results on failure
Andrew Kelley
2023-03-15
std.Build.CompileStep: obtain the build output dir from protocol
Andrew Kelley
2023-03-15
build runner: account for debug builds in cleanExit
Andrew Kelley
2023-03-15
integrate the build runner and the compiler server
Andrew Kelley
2023-03-15
zig build: add a -j<N> option for limiting concurrency
Andrew Kelley
2023-03-15
update to new for loop syntax
Andrew Kelley
2023-03-15
build runner: show stderr even on successful steps run
Andrew Kelley
2023-03-15
std.Build: better handling of stderr of child processes
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-15
extract some logic from std.Build to build_runner.zig
Andrew Kelley
2023-03-01
Add --build-runner `zig build` option (#14742)
Auguste Rame
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
2023-02-11
zig build: add -l, --list-steps option to build_runner.zig
dweiller
[next]