aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)Author
2023-04-24Merge pull request #250 from perillo/improve-test-coverage-2Chris Boesch
2023-04-24timeout to 60 minutesChris Boesch
2023-04-24test: add a test for `zig build -Dn=1`Manlio Perillo
2023-04-24test: change the order of `zig build` optionsManlio Perillo
2023-04-24test: add test for `zig build` and `zig build -Dn=1 start`Manlio Perillo
2023-04-24build: make exercise output more reliableManlio Perillo
2023-04-24test: fix incorrect cleanup codeManlio Perillo
2023-04-24test: refactorize the codeManlio Perillo
2023-04-23Another README coverage list editDave Gauer
2023-04-23Tweaked README coverage listDave Gauer
2023-04-23Updated README and CONTRIBUTING to reflect realityDave Gauer
2023-04-23Ex 099 format instructions to 65 columns, wording, examplesDave Gauer
2023-04-19Update 099_formatting.zigChris Boesch
2023-04-19Merge pull request #247 from chrboesch/formattingChris Boesch
2023-04-19added first formatting exerciseChris Boesch
2023-04-19Merge pull request #234 from perillo/improve-ciChris Boesch
2023-04-18Ensure the patches are up-to-date and consistentManlio Perillo
2023-04-18eowyn: run `zig fmt --check` before `zig build`Manlio Perillo
2023-04-18Ensure the exercises use the canonical formatManlio Perillo
2023-04-18ci: add a CI workflowManlio Perillo
2023-04-18Merge pull request #246 from perillo/build-restore-compatibility-2Chris Boesch
2023-04-18build: avoid intermixed messages on the same lineManlio Perillo
2023-04-18build: don't print errors in ZiglingStep.evalManlio Perillo
2023-04-18build: restore compatibility support againManlio Perillo
2023-04-13Merge pull request #238 from perillo/update-zigling-stepChris Boesch
2023-04-13build: update ZiglingStep to the new APIManlio Perillo
2023-04-13build: disable special case for `zig build -Dhealed`Manlio Perillo
2023-04-13Update README.mdChris Boesch
2023-04-13Merge pull request #237 from chrboesch/mainChris Boesch
2023-04-12Update CNAMEChris Boesch
2023-04-12Update CNAMEChris Boesch
2023-04-12Create CNAMEChris Boesch
2023-04-12Update README.mdChris Boesch
2023-04-12Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560Chris Boesch
2023-04-12Update the code to the new zig versionManlio Perillo
2023-04-12Update 096_memory_allocation.zigChris Boesch
2023-04-12Update 097_bit_manipulation.zigChris Boesch
2023-04-12Update 098_bit_manipulation2.zigChris Boesch
2023-04-12Update README.mdChris Boesch
2023-04-12Merge pull request #233 from chrboesch/bit_manipulationChris Boesch
2023-04-12added the second exercise for bit manipulationChris Boesch
2023-04-12Merge pull request #232 from chrboesch/bit_manipulationChris Boesch
2023-04-12added first exercise for bit manipulationChris Boesch
2023-04-12added first exercise for bit manipulationChris Boesch
2023-04-12Merge pull request #224 from perillo/improve-build-moreChris Boesch
2023-04-11build: make PrintStep thread safeManlio Perillo
2023-04-11build: simplify the code when solving all the exercisesManlio Perillo
2023-04-11build: restore compatibility supportManlio Perillo
2023-04-11build: improve PrintStep, SkipStep and PatchStep namesManlio Perillo
2023-04-11build: simplify code and add testsManlio Perillo