aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/issue_5825/build.zig
AgeCommit message (Expand)Author
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-05-05Build: cleanupJacob Young
2024-01-01fix windows-only test case not upgraded to new build APIAndrew Kelley
2023-09-27windows: fix not finding system libs when compiling for *-windows-msvckcbanner
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces Compile.forceBuild() and Compile.forceEmit(…)Felix "xq" Queißner
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
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
2020-12-11fix deadlock with build-exe on an object for windowsAndrew Kelley