summaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2025-02-09Merge pull request 'issue201-adding-progress-tracking' (#203) from zendril/ex...Chris Boesch
2025-02-09Skip 74, the compiler corrects this now.Chris Boesch
2025-02-04cleanup for PRZendril
2025-02-04cleanup for PRZendril
2025-02-04cleanup for PRZendril
2025-02-04tracking, skipping and reset all wired inZendril
2025-02-04fmtZendril
2025-02-04reset and completed exercise tracking wired inZendril
2024-11-03created a new exercise about vectors in zig, gave it number 109bgthompson
2024-09-20Minor improvements.Chris Boesch
2024-09-16downgrade zig version to eowyn versionNuno Mendes
2024-09-16update zig version in build and readmeNuno Mendes
2024-09-15108: Add a exercise for a labeled switchNuno Mendes
2024-09-02Fixes several changes in std.builtin.zigChris Boesch
2024-08-22Insert wrong version number into build file.Chris Boesch
2024-08-22Fixes changes in zig build system.Chris Boesch
2024-08-08Add build parameter to start at a specific exerciseMichael Cooper
2024-08-04Changed needed zig version.Chris Boesch
2024-07-21fix build files broken by latest 0.14.0-dev changes to Build.Step.MakeOptionsbsubei
2024-06-25Rename 'std.rand' to 'std.Random'Chris Boesch
2024-06-25Merge pull request 'attempt at implementing #113 "Add a way to do one random ...Chris Boesch
2024-06-25attempt at implementing #113 "Add a way to do one random exercise"Andrew Dunbar
2024-06-17Fixes because of a new Zig version, which changes some functions.Chris Boesch
2024-06-16Calling `split` is deprecatedSebastian
2024-05-29Fixed the changes from reworking std.Progress.Chris Boesch
2024-05-05Fix patches for 106 and 107Chris Boesch
2024-04-03Zig version changedChris Boesch
2024-03-31Fix breaking zig change to @fieldParentPtr parameterskamidev
2024-03-27106 & 107Alan CHUNG
2024-03-26106_files.zig actual testAlan CHUNG
2024-03-25modified build.zigAlan CHUNG
2024-03-23Added second threading exercise.Chris Boesch
2024-03-22Fixed the renaming of std.os to std.posixChris Boesch
2024-03-15Changes for a new Zig version.Chris Boesch
2024-03-14fix exercise 82 outputdolichomps
2024-03-05Added threading exerciseChris Boesch
2024-02-16Zig version adjusted.Chris Boesch
2024-02-06Fix zig_exe location in Build structAlexander Saltanov
2024-01-05Bump version to match required changes.drglove
2023-11-21fixed variable declaration by changing it to a const, since it's never mutatedZev Averbach
2023-11-07Changed three dots to colons, see #23Chris Boesch
2023-11-06Change the task so that the exercise contains two errors again.Chris Boesch
2023-10-24fixed build: renamed exec to runChris Boesch
2023-10-06changed compat check to comptimeChris Boesch
2023-07-25fix: main entry point is broken with version 0.11.0-dev.4228Nicolas Chataing
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch
2023-06-26First tokenization exerice.Chris Boesch
2023-05-30Changed error text to bold.Chris Boesch
2023-05-30Merge pull request #308 from perillo/refactor-zigling-step-moreChris Boesch
2023-05-25change std.debug.TTY to std.io.ttypseudoc