aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/windows_spawn/build.zig
AgeCommit message (Expand)Author
2025-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-05-05Build: cleanupJacob Young
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-03-15windows_spawn standalone test: test on native OSAndrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2022-12-18standalone tests: Add windows spawn testRyan Liptak