zig/lib/std/Build
Ryan Liptak 68b87918df Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Windows paths now use WTF-16 <-> WTF-8 conversion everywhere, which is lossless. Previously, conversion of ill-formed UTF-16 paths would either fail or invoke illegal behavior.

WASI paths must be valid UTF-8, and the relevant function calls have been updated to handle the possibility of failure due to paths not being encoded/encodable as valid UTF-8.

Closes #18694
Closes #1774
Closes #2565
2024-02-24 14:05:24 -08:00
..
Cache lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
Step change addCSourceFiles to use LazyPath instead Dependency (#19017) 2024-02-24 16:12:04 -05:00
Cache.zig Fix handling of Windows (WTF-16) and WASI (UTF-8) paths 2024-02-24 14:05:24 -08:00
Module.zig change addCSourceFiles to use LazyPath instead Dependency (#19017) 2024-02-24 16:12:04 -05:00
Step.zig std.Build: implement --host-target, --host-cpu, --host-dynamic-linker 2024-02-02 20:43:01 -07:00