aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Target/Query.zig
AgeCommit message (Expand)Author
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-03-09std.Target.Query: Don't append glibc version in zigTriple() if ABI isn't GNU.Alex Rønne Petersen
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-01-16x86_64: implement clz and notJacob Young
2025-01-05std: fix undefined value in Target.Querymlugg
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-11-06Provide a detailed message for invalid arch in target triple (#21921)Daniel Hooper
2024-11-01std.Target: Add support for specifying Android API level.Alex Rønne Petersen
2024-10-16std.Target: Rename OS version range functions to drop the "get" prefix.Alex Rønne Petersen
2024-10-16std.Target: Change Cpu.baseline() to also be able to take OS into consideration.Alex Rønne Petersen
2024-10-12std.Target.Query: fix compilation error (#21669)DravenK
2024-09-24std.Target: Introduce Abi.androideabi to distinguish the soft float case.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-23std.Target.Query: Fix `parse` test on ABIs like `gnueabi`, `gnuabi64`, etc.Alex Rønne Petersen
2024-04-18std.Build: revert --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-04-14Target: cleanupJacob Young
2024-03-13zig libc: allow non-native targetsMichael Dusan
2024-02-02std.Target.Query: avoid using builtin.target.abiAndrew Kelley
2024-01-01std.Target.Query: fix regression with windows os version rangeAndrew Kelley
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley