zig/lib/std/Build
Alex Rønne Petersen 140fb615a6
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
These are really answering questions about the Zig compiler's capacity to
provide a libc/libc++ implementation. As such, std.zig.target seems like a more
fitting place for these.
2024-10-16 22:25:13 +02:00
..
Cache std.Build.Cache.Path: fix single-quote escaping format 2024-10-10 14:21:52 -07:00
Fuzz Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Step std.Target: Move isLib{C,Cxx}LibName() to std.zig.target. 2024-10-16 22:25:13 +02:00
Cache.zig link.Elf: eliminate an O(N^2) algorithm in flush() 2024-10-12 10:44:17 -07:00
Fuzz.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Module.zig std.Target: Move isLib{C,Cxx}LibName() to std.zig.target. 2024-10-16 22:25:13 +02:00
Step.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Watch.zig std: fix inappropriate use of unreachable in fanotify_init 2024-09-25 16:07:04 -07:00