zig/lib/std/Build
Alex Rønne Petersen 24ecf45569
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
This is necessary since isGnuLibC() is true for hurd, so we need to be able to
represent a glibc version for it.

Also add an Os.TaggedVersionRange.gnuLibCVersion() convenience function.
2024-11-24 22:11:16 +01: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 build: don't hang when capturing Stdout of verbose Build.Step.Run 2024-11-19 11:50:38 -08:00
Cache.zig std.Target: Add Os.HurdVersionRange for Os.Tag.hurd. 2024-11-24 22:11:16 +01: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.Build.Watch: implement removing watches for kqueue 2024-10-24 23:31:56 -07:00