zig/lib/std/Build
mlugg 14e033ed95
std.Build.Step.Run: convert relative paths to be relative to child cwd
Because any `LazyPath` might be resolved to a relative path, it's
incorrect to pass that directly to a child process whose cwd might
differ. Instead, if the child has an overriden cwd, we need to convert
such paths to be relative to the child cwd using `std.fs.path.relative`.
2025-06-13 16:30:39 +01:00
..
Cache DepTokenizer: allow space between target and colon 2025-03-24 15:31:03 +01:00
Fuzz adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
Step std.Build.Step.Run: convert relative paths to be relative to child cwd 2025-06-13 16:30:39 +01:00
Cache.zig std.Build.Cache: change contract of addFilePostContents 2025-05-18 17:10:04 +01:00
Fuzz.zig Make -freference-trace work without colors 2025-01-30 13:02:06 +01:00
Module.zig std.Build: Make no_builtin a property of Module instead of Step.Compile. 2025-05-12 17:08:22 +02:00
Step.zig std.Build: Demote errors for exceeding max_rss to warnings. 2025-06-02 20:55:01 +02:00
Watch.zig std.Build.Watch: not supported on haiku 2025-06-05 13:45:47 +01:00