zig/lib/std/Build
Mitchell Hashimoto 76f7b40e15 build: dupe library, rpath, and framework LazyPaths
Without duping, users could get some unexpected behavior if they used a
string with a lifetime that didn't persist throughout the full build,
i.e. if it wasn't heap allocated, or if it was explicitly freed.
2023-08-02 20:20:48 -07:00
..
Cache migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
Step build: dupe library, rpath, and framework LazyPaths 2023-08-02 20:20:48 -07:00
Cache.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Step.zig build system: follow-up enhancements regarding LazyPath 2023-07-30 11:19:32 -07:00