aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build/RunStep.zig
AgeCommit message (Expand)Author
2022-08-21std: fix EmulatableRunStepLuuk de Gram
2022-07-23Share logic between EmulatableRunStep & RunStepLuuk de Gram
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-05-11some fixes to the EnvMap HashContextJonathan Marler
2022-05-11Fix regression in RunStep.addPathDirRyan Liptak
2022-05-11Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...Jonathan Marler
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-02-06Replace argvCmd with std.mem.joinCody Tapscott
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-24allow `expected_exit_code` to be `null`Lee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-16add print field to RunStepJonathan Marler
2021-10-21distinguish between unexpected child process exit code and unclean exitJonathan Marler
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-27Add option to hide build command on compilation error to build_runner (#8513)Lee Cannon
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-11Makes output path stuff more sane.Felix (xq) Queißner
2021-06-11Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...Felix (xq) Queißner
2021-06-11Moves files to file-global struct layout.Felix (xq) Queißner