aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Run.zig
AgeCommit message (Expand)Author
2024-05-05Run: add output directory argumentsJacob Young
2024-05-05Build: cleanupJacob Young
2024-05-05Run: add lazy path file inputsJacob Young
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-18std.Build.Step.Run: documentation for addFileArg and friendsAndrew Kelley
2024-03-15Fix stuttering stderr in Zig test logNguyễn Gia Phong
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02std.Build: revert moving some fields to GraphAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-10zig build: handle stderr more elegantlyAndrew Kelley
2024-01-03Merge pull request #18262 from ziglang/fix-18259Andrew Kelley
2024-01-02std.Build.Step.Run: fix depfile supportLoris Cro
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01fix infinite loop in Run stepAndrew Kelley
2024-01-01fix linker test regressionsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01introduce std.Build.Module and extract some logic into itAndrew Kelley
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