| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-12 | Update the code to the new zig version | Manlio Perillo | 1 | -1/+1 | |
| Update the code to the breaking change in ziglang commit 60eabc0ec (std.Build.CompileStep: remove run() and install()) Update the zig version in the README.md file. | |||||
| 2023-04-07 | Insert current zig version for compatiblity! | Chris Boesch | 1 | -1/+1 | |
| This is primarily to make users aware that there has been a change in the call for individual exercises. | |||||
| 2023-04-03 | build: restore support for Zig 0.6.0 | Manlio Perillo | 1 | -0/+65 | |
| The version check for Zig 0.6.0 was incorrect since commit 971ab7f (Use a zig build script to run ziglings). Move compatibility support to a separate file, in order to simplify build.zig. In case of incompatible version, exit with code 3 instead of 0, in order to detect the case of failure in a test (to be implemented). Remove the use of comptime when checking compatibility at the start of the build function, since it is not necessary. Closes #210. | |||||
