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
/
RunStep.zig
Age
Commit message (
Expand
)
Author
2023-04-21
std.Build.RunStep: fix captureStdOut function return type
Manlio Perillo
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-10
std.Build.RunStep: don't close stdin
Andrew Kelley
2023-03-20
std.Build.RunStep: fix control flow with qemu+glibc logic
Andrew Kelley
2023-03-15
std.Build: fix invalid assumption about fifos
Andrew Kelley
2023-03-15
std.Build.RunStep: fix handling spawn failure
Andrew Kelley
2023-03-15
std.build.RunStep: clean up some leftover mess
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
std.Build.RunStep: support -fqemu solving bad dynamic linker
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
std.Build.RunStep: report duration and cached status
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
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
multiplex compiler progress messages into the build runner
Andrew Kelley
2023-03-15
integrate the build runner and the compiler server
Andrew Kelley
2023-03-15
std.Build: improve debugging of misconfigured steps
Andrew Kelley
2023-02-19
Merge pull request #11982 from marler8997/ignoreSigpipe
Andrew Kelley
2023-02-18
std.Build.RunStep: fix default caching logic
Andrew Kelley
2023-02-17
add test to ignore sigpipe
Jonathan Marler
2023-02-13
std.Build: start using the cache system with RunStep
Andrew Kelley
2023-02-13
std.Build.RunStep: introduce addOutputFileArg API
Andrew Kelley
2023-01-31
std.Build: avoid use of catch unreachable
Andrew Kelley
2023-01-31
rename std.Build.LibExeObjStep to std.Build.CompileStep
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley