aboutsummaryrefslogtreecommitdiff
path: root/lib/std/child_process.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-10InternPool: add optional coercionJacob Young
2023-06-10lib: add const to avoid regressionJacob Young
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-29Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...Jacob Young
2023-05-29Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...Andrew Kelley
2023-05-29Windows: Support UNC, rooted, drive relative, and namespaced/device pathsRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-25std.process.Child: implement maxrss on Darwintjog
2023-03-23Refactored GetProcessMemoryInfo to return `VM_COUNTERS`xEgoist
2023-03-22Implemented Zig wrapper for `GetProcessMemoryInfo`xEgoist
2023-03-22Implemented getMaxRss for WindowsxEgoist
2023-03-15fix wasm bootstrapping compilation errorsAndrew Kelley
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15stage2: hot code swapping PoCAndrew Kelley
2023-03-10eliminate posix_spawn from the standard libraryAndrew Kelley
2023-03-03std.process.Child: remove pid and handle, add idAndrew Kelley
2023-03-01std.io.poll: remove done functionJonathan Marler
2023-03-01std.child_process: use std.io.poll for collectOutputJonathan Marler
2023-02-27delete a subtly incorrect Haiku collectOutput implementationAndrew Kelley
2023-02-21Introduce ChildProcess.collectOutput (#12295)Komari Spaghetti
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-01-30implement `@qualCast`Veikka Tuominen
2022-12-31ChildProcess: fix false positives in windowsCreateProcessSupportsExtensionRyan Liptak
2022-12-19spawnWindows: Fix PATH searching when cwd is absoluteRyan Liptak
2022-12-18spawnWindows: Improve worst-case performance considerablyRyan Liptak
2022-12-17spawnWindows: Don't search PATH if app path is absoluteRyan Liptak
2022-12-17spawnWindows: If an exe is found but fails to exec, retry with PATHEXT values...Ryan Liptak
2022-12-17Add error.InvalidExe to CreateProcessW error set and handle it in ChildProces...Ryan Liptak
2022-12-16ChildProcess.spawnWindows: Drastically reduce the amount of allocation during...Ryan Liptak
2022-12-16ChildProcess.spawnWindows: Fix PATH search when the ext is in the commandRyan Liptak
2022-12-10child_process: add ability to start child suspended on macOSJakub Konka
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-10-03std.ChildProcess: correct fn getUserInfo pkg in setUserNamealex
2022-09-11Compilation: handle system C compiler not foundAndrew Kelley
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-26std.testing: remove tight coupling with executing zig as child processAndrew Kelley
2022-05-11remove extra storage from EnvMap on windowsJonathan Marler
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-04-28Revert "std.testing: add writeZigFile for TmpDir"Andrew Kelley
2022-04-28std.testing: add writeZigFile for TmpDirmatu3ba
2022-04-21ran zig fmt on changesRabin Gaire
2022-04-21update test message and using unreachable keyword for unintended test code pathRabin Gaire
2022-04-20add test case for child_process spawn logicRabin Gaire