aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-25eowyn.sh: set the -e optionManlio Perillo1-1/+2
2023-04-25eowyn: always quote variablesManlio Perillo1-7/+6
2023-04-24Merge pull request #250 from perillo/improve-test-coverage-2Chris Boesch2-55/+268
2023-04-24timeout to 60 minutesChris Boesch1-0/+1
2023-04-24test: add a test for `zig build -Dn=1`Manlio Perillo1-0/+14
2023-04-24test: change the order of `zig build` optionsManlio Perillo1-7/+6
2023-04-24test: add test for `zig build` and `zig build -Dn=1 start`Manlio Perillo1-0/+166
2023-04-24build: make exercise output more reliableManlio Perillo1-16/+30
2023-04-24test: fix incorrect cleanup codeManlio Perillo1-5/+7
2023-04-24test: refactorize the codeManlio Perillo1-31/+49
2023-04-23Another README coverage list editDave Gauer1-1/+1
2023-04-23Tweaked README coverage listDave Gauer1-2/+2
2023-04-23Updated README and CONTRIBUTING to reflect realityDave Gauer2-13/+26
2023-04-23Ex 099 format instructions to 65 columns, wording, examplesDave Gauer2-65/+89
2023-04-19Update 099_formatting.zigChris Boesch1-1/+1
2023-04-19Merge pull request #247 from chrboesch/formattingChris Boesch4-1/+125
2023-04-19added first formatting exerciseChris Boesch4-1/+125
2023-04-19Merge pull request #234 from perillo/improve-ciChris Boesch27-101/+290
2023-04-18Ensure the patches are up-to-date and consistentManlio Perillo14-71/+110
2023-04-18eowyn: run `zig fmt --check` before `zig build`Manlio Perillo1-0/+3
2023-04-18Ensure the exercises use the canonical formatManlio Perillo10-30/+127
2023-04-18ci: add a CI workflowManlio Perillo2-0/+50
2023-04-18Merge pull request #246 from perillo/build-restore-compatibility-2Chris Boesch2-43/+113
2023-04-18build: avoid intermixed messages on the same lineManlio Perillo1-0/+9
2023-04-18build: don't print errors in ZiglingStep.evalManlio Perillo1-14/+33
2023-04-18build: restore compatibility support againManlio Perillo2-32/+74
2023-04-13Merge pull request #238 from perillo/update-zigling-stepChris Boesch1-24/+148
2023-04-13build: update ZiglingStep to the new APIManlio Perillo1-23/+147
2023-04-13build: disable special case for `zig build -Dhealed`Manlio Perillo1-1/+1
2023-04-13Update README.mdChris Boesch1-8/+8
2023-04-13Merge pull request #237 from chrboesch/mainChris Boesch1-0/+1
2023-04-12Update CNAMEChris Boesch1-1/+1
2023-04-12Update CNAMEChris Boesch1-1/+1
2023-04-12Create CNAMEChris Boesch1-0/+1
2023-04-12Update README.mdChris Boesch1-1/+1
2023-04-12Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560Chris Boesch3-8/+9
2023-04-12Update the code to the new zig versionManlio Perillo3-8/+9
2023-04-12Update 096_memory_allocation.zigChris Boesch1-0/+1
2023-04-12Update 097_bit_manipulation.zigChris Boesch1-0/+1
2023-04-12Update 098_bit_manipulation2.zigChris Boesch1-0/+1
2023-04-12Update README.mdChris Boesch1-1/+1
2023-04-12Merge pull request #233 from chrboesch/bit_manipulationChris Boesch3-0/+71
2023-04-12added the second exercise for bit manipulationChris Boesch3-0/+71
2023-04-12Merge pull request #232 from chrboesch/bit_manipulationChris Boesch3-0/+102
2023-04-12added first exercise for bit manipulationChris Boesch2-0/+98
2023-04-12added first exercise for bit manipulationChris Boesch1-0/+4
2023-04-12Merge pull request #224 from perillo/improve-build-moreChris Boesch2-71/+338
2023-04-11build: make PrintStep thread safeManlio Perillo1-6/+4
2023-04-11build: simplify the code when solving all the exercisesManlio Perillo1-9/+3
2023-04-11build: restore compatibility supportManlio Perillo1-8/+11