aboutsummaryrefslogtreecommitdiff
path: root/test/src/compare_output.zig
AgeCommit message (Expand)Author
2023-03-15re-enable compare-output test casesAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-02-17add test to ignore sigpipeJonathan Marler
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-06-12std.build: don't default to static linkageVeikka Tuominen
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-11Changes createExecutable parameter is_dynamic to a enum to make code more rea...Felix (xq) Queißner
2021-01-02tests: Use {s} instead of {} when formatting stringsLemonBoy
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-01-05rework and improve some of the zig build stepsAndrew Kelley