aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)AuthorFilesLines
2023-05-09build: make literal paths portableManlio Perillo1-1/+5
2023-05-09build: improve code formattingManlio Perillo1-7/+15
2023-05-09build: add the dumpArgs functionManlio Perillo1-10/+10
2023-05-09build: fix doc-commentsManlio Perillo1-9/+9
2023-05-09build: use the blank identifier in the parameter listManlio Perillo1-4/+2
2023-05-09build: use self when using @fieldParentPtrManlio Perillo1-5/+5
2023-05-09build: don't install skipped exercisesManlio Perillo1-4/+12
2023-05-09build: fix `zig build -Dhealed install`Manlio Perillo1-3/+1
2023-05-08Cleaning up zig build outputDave Gauer1-23/+35
2023-05-06Merge branch 'main' into improve_instructionChris Boesch1-44/+144
2023-05-06Improve instructions.Chris Boesch1-4/+5
2023-05-06build: improve Exercise.addExecutableManlio Perillo1-2/+2
2023-05-06build: use multiline string literals when necessaryManlio Perillo1-23/+128
2023-05-06build: remove assertion in `Exercise.key`Manlio Perillo1-8/+8
2023-05-06build: make `Exercise.hint` optionalManlio Perillo1-11/+5
2023-05-05build: add the healed-path optionManlio Perillo1-4/+5
2023-05-03build: improve coding style in ZiglingStepManlio Perillo1-26/+45
2023-05-03build: use @panic("OOM") instead of unreachableManlio Perillo1-9/+9
2023-05-03build: improve the exercise output checkManlio Perillo1-5/+5
2023-05-03build: don't use @This() in ZiglingStepManlio Perillo1-5/+5
2023-05-03build: remove ZiglingStep.builder fieldManlio Perillo1-8/+6
2023-05-03build: use Child.exec in ZiglingStep.runManlio Perillo1-30/+17
2023-05-03build: fix incorrect error handling in ZiglingStep.compileManlio Perillo1-1/+10
2023-05-03build: remove the ZiglingStep.makeInternal methodManlio Perillo1-14/+36
2023-05-02Merge pull request #275 from perillo/heal-only-in-testChris Boesch1-3/+2
2023-05-02Added Ex 101 "for loops part 5" (Closes #271)Dave Gauer1-0/+4
2023-05-02Restore unit testsManlio Perillo1-3/+2
2023-05-01comment for the issue addedChris Boesch1-0/+1
2023-05-01cli tests removed to solve 272Chris Boesch1-2/+2
2023-05-01build: don't override the top level stepsManlio Perillo1-6/+0
2023-05-01build: rename Exercise.baseName to nameManlio Perillo1-6/+14
2023-05-01build: add the Exercise.addExecutable methodManlio Perillo1-20/+16
2023-05-01build: rename the Exercise.C field to link_libcManlio Perillo1-6/+6
2023-05-01build: reduce code duplication when setting the work pathManlio Perillo1-16/+22
2023-05-01build: remove the Exercise.async fieldManlio Perillo1-18/+0
2023-05-01build: move exercises at the end of the fileManlio Perillo1-464/+464
2023-04-30Added Ex. 100 fourth for (as foretold in #261)Dave Gauer1-0/+4
2023-04-30Renamed 095 to "for3" to match feature sequenceDave Gauer1-1/+1
2023-04-24build: make exercise output more reliableManlio Perillo1-16/+30
2023-04-19Merge pull request #247 from chrboesch/formattingChris Boesch1-0/+4
2023-04-19added first formatting exerciseChris Boesch1-0/+4
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 Perillo1-32/+6
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-12Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560Chris Boesch1-5/+5
2023-04-12Update the code to the new zig versionManlio Perillo1-5/+5
2023-04-12added the second exercise for bit manipulationChris Boesch1-0/+4
2023-04-12added first exercise for bit manipulationChris Boesch1-0/+4