aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Run.zig
AgeCommit message (Expand)Author
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-10Step.Run: change `cwd` to `?Build.LazyPath` (#17418)Krzysztof Wolicki
2023-10-06std: fix memory bug in getExternalExecutorJakub Konka
2023-09-29Step.Run: fix assert of the wrong value (#17303)Krzysztof Wolicki
2023-08-25Build: fail tests that log errors, like `zig test` doesJacob Young
2023-08-13std.Build: add support for deps .d file in Step.RunSahnvour
2023-07-30std.Build.LazyPath: fix resolution of cwd_relativeAndrew Kelley
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-28Build: use optionals againJacob Young
2023-07-09Changed Step.Run's stdin to accept FileSource (#16358)Krzysztof Wolicki
2023-07-06std: add prefixed versions of addFileSource and addDirectorySource to Step.RunJakub Konka
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16std.Build.Step.Run: add stdin to cache manifestIsaac Freund
2023-06-13allow run step to skip foreign binary execution if executor failsLee Cannon
2023-05-10fix 'zig build test' crashing with no tests0x5a4
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele