zig/lib/std/Build/Cache
Andrew Kelley 14c8e270bb link: fix false positive crtbegin/crtend detection
Embrace the Path abstraction, doing more operations based on directory
handles rather than absolute file paths. Most of the diff noise here
comes from this one.

Fix sorting of crtbegin/crtend atoms. Previously it would look at all
path components for those strings.

Make the C runtime path detection partially a pure function, and move
some logic to glibc.zig where it belongs.
2024-10-10 14:21:52 -07:00
..
DepTokenizer.zig Build system: Support Windows depfiles with unquoted, backslash escaped spaces (#20100) 2024-06-06 18:40:10 +00:00
Directory.zig extract std.Build.Cache.Directory into separate file 2024-03-21 16:11:59 -07:00
Path.zig link: fix false positive crtbegin/crtend detection 2024-10-10 14:21:52 -07:00