aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
AgeCommit message (Collapse)Author
2023-01-21the_end function addedChris Boesch
2023-01-21trim of leading spaces addedChris Boesch
2023-01-21Merge branch 'main' into check_output_lenChris Boesch
2023-01-21disable the async excercises because of temporary not available in zigChris Boesch
compiler
2022-11-16output fixes to 16 and 19Tobias Simetsreiter
2022-11-16exit non zero on errorTobias Simetsreiter
2022-11-16exclude trailing newlines and spacesTobias Simetsreiter
2022-11-16add check for trailing output charactersTobias Simetsreiter
2022-09-10README tweaks and another ver bumpDave Gauer
2022-09-09Remove parameter in call to NativeTargetInfo.detectSebastian Aigner
Compatibility with ziglang/zig@3ee01c14ee7ba42b484f15daeacb67da90a81c9e
2022-09-06Bump version for Ex 074 fix from upstream :-)Dave Gauer
2022-08-29Update Zig development build minimum versionDave Gauer
2022-08-29Use stage 1 compiler for async exercisesJan Brauer
2022-07-31Correct conventional Zig reference vs value passing re #89Dave Gauer
2022-07-31Updated build version requirement to 0.10.0-dev.3385Dave Gauer
2022-07-31Merge pull request #104 from lkadalski/patch-2Dave Gauer
fix: wrong expected output in exercise 004
2022-06-11fix: wrong expected output in exercise 004Łukasz Kądalski
2022-05-16064_builtins: clarify @addWithOverflow explanationDerTee
There were misunderstandings concerning overflowing operations and overflowed variables. Hopefully it's clearer now.
2022-05-01Fix build on latest nightly zigiz
2022-03-19Update sentinel type for v0.10.0Dave Gauer
Fixes .../076_sentinels.zig:95:30: error: incompatible types: 'u32' and '?*const anyopaque': while (my_seq[i] != my_sentinel) {
2021-12-20Update c_void to anyopaque to fix #84Dave Gauer
2021-11-07Added ex91 - closing in on async!Dave Gauer
2021-10-09Bumped version requirementDave Gauer
2021-10-09Updated for dev pre-release build v0.9.0-dev.1343Dave Gauer
A change in the "build" library imports and some cleanup in the patches.
2021-07-21Cleaned trailing spaces, added trailing commasDave Gauer
2021-07-21Newline after PASSED so multiline results line up betterDave Gauer
2021-07-21another fixAirbus5717
2021-07-21fix fmtAirbus5717
2021-07-21added newline print to make output look nicerAirbus5717
2021-06-14add ex090 async 7Dave Gauer
2021-06-14Update version for real :-)Dave Gauer
2021-06-14Updated to master build 0.9.0-dev.137Dave Gauer
2021-05-27Add ex089 Async 6Dave Gauer
2021-05-13add ex088 async 5 awaitDave Gauer
2021-05-12add ex087 async 4Dave Gauer
2021-05-12add ex086 async 3Dave Gauer
2021-05-12add ex085 async 2Dave Gauer
2021-05-12add ex084 asyncDave Gauer
2021-05-09add ex083 anon listsDave Gauer
2021-05-09add ex082 anon structs 3Dave Gauer
2021-05-09add ex081 anon structs 2Dave Gauer
2021-05-09add ex080 anonymous structs 1Dave Gauer
2021-05-09Add ex079 quoted identifiersDave Gauer
2021-05-08Fix 076, add 077,078 sentinels and many-item pointersDave Gauer
2021-05-06add ex076 sentinelsDave Gauer
2021-04-30Added ex075 Quiz 8Dave Gauer
2021-04-26add ex073 comptime 8Dave Gauer
2021-04-24fixed hint typoDave Gauer
2021-04-24add 072 comptime 7Dave Gauer
2021-04-23make global required version in build scriptDave Gauer