aboutsummaryrefslogtreecommitdiff
path: root/lib/build_runner.zig
AgeCommit message (Expand)Author
2023-09-22build: add --skip-oom-stepskcbanner
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-06-16zig build: add option to only print failed stepsVeikka Tuominen
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-24std.debug: Rename TTY.Color enum values to snake caseLinus Groh
2023-05-10Add std.fmt.parseIntSizeSuffix and use for --maxrssEvin Yulo
2023-03-18delete `--prominent-compile-errors` from helpsquare
2023-03-17fix copy-paste errorsMotiejus Jakštys
2023-03-17Build.zig_exe: make it sentinel-awareMotiejus Jakštys
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15use DEC graphics instead of Unicode for box drawingAndrew Kelley
2023-03-15build runner: tweak progress bar displayAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15Revert "build runner: print to stderr in dumb terminals"Andrew Kelley
2023-03-15build runner: print to stderr in dumb terminalsAndrew Kelley
2023-03-15build runner: communicate TTY conf to child procs via env varsAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15re-enable compare-output test casesAndrew Kelley
2023-03-15zig build: add an OOM-prevention systemAndrew Kelley
2023-03-15build runner: fix typo in max rss displayAndrew Kelley
2023-03-15std.build.CompileStep: eliminate std.log usageAndrew Kelley
2023-03-15build runner: add microseconds to elapsed in build summaryAndrew Kelley
2023-03-15build runner supports reporting cached status and durationAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15build runner: slight rewording in build summaryAndrew Kelley
2023-03-15build runner: hide repeated steps in the build summaryAndrew Kelley
2023-03-15build runner: make step_stack a map to remove redundant stepsAndrew Kelley
2023-03-15build runner: fix unicode tree printingAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15fix UAF in build runnerAndrew Kelley
2023-03-15build runner: print a fancy tree with build results on failureAndrew Kelley
2023-03-15std.Build.CompileStep: obtain the build output dir from protocolAndrew Kelley
2023-03-15build runner: account for debug builds in cleanExitAndrew Kelley
2023-03-15integrate the build runner and the compiler serverAndrew Kelley
2023-03-15zig build: add a -j<N> option for limiting concurrencyAndrew Kelley
2023-03-15update to new for loop syntaxAndrew Kelley
2023-03-15build runner: show stderr even on successful steps runAndrew Kelley
2023-03-15std.Build: better handling of stderr of child processesAndrew Kelley
2023-03-15build system: capture stderr and report it laterAndrew Kelley
2023-03-15build runner: proper threaded dependency managementAndrew Kelley
2023-03-15build_runner now executes the step graph in parallelAndrew Kelley
2023-03-15build runner: untangle dependency loop checking from makingAndrew Kelley
2023-03-15extract some logic from std.Build to build_runner.zigAndrew Kelley
2023-03-01Add --build-runner `zig build` option (#14742)Auguste Rame
2023-02-13std.Build: make cache_root and global_cache_root relative to cwdAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-11zig build: add -l, --list-steps option to build_runner.zigdweiller