aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Run.zig
AgeCommit message (Expand)Author
2024-12-18std.Build: simplify module dependency handlingmlugg
2024-12-18std.Build.Step.Compile: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-11-28std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand().Alex Rønne Petersen
2024-11-27std.Build: gracefully handle child stdin closing when running testsmlugg
2024-11-26diversify "unable to spawn" failure messagesAndrew Kelley
2024-11-19build: don't hang when capturing Stdout of verbose Build.Step.RunAlex Kladov
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-07fuzzer web ui: introduce entry pointsAndrew Kelley
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-25build runner sends a start_fuzzing message to test runnerAndrew Kelley
2024-07-25build runner: extract logic to std.Build.FuzzAndrew Kelley
2024-07-25add `--fuzz` CLI argument to `zig build`Andrew Kelley
2024-07-23std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+.Alex Rønne Petersen
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12std.Build.Step.Run: support prefixed artifact argsxtex
2024-07-12std.Build.Step.Run: integrate with --watchAndrew Kelley
2024-06-08std.Build: remove deprecated b.host in favor of b.graph.host (#20237)Krzysztof Wolicki
2024-05-31std.Build.Step.Run: global lock when child inherits stderrAndrew Kelley
2024-05-27std.Build.Step.Run: account for new environment variableAndrew Kelley
2024-05-27std.Build.Step.Run: don't create empty progress nodeAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-20Build.Step.Run: fix cache management when there are side effectsJacob Young
2024-05-11std.Build.Step.Run: add missing call to writeManifestAndrew Kelley
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