summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
AgeCommit message (Expand)Author
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-06Merge branch 'main' into improve_instructionChris Boesch
2023-05-06Improve instructions.Chris Boesch
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-06build: improve Exercise.addExecutableManlio Perillo
2023-05-06build: use multiline string literals when necessaryManlio Perillo
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-06build: remove assertion in `Exercise.key`Manlio Perillo
2023-05-06build: make `Exercise.hint` optionalManlio Perillo
2023-05-05build: add the healed-path optionManlio Perillo
2023-05-03Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-03Added new flag 'run_test' to support test steps for test exercises.Chris Boesch
2023-05-03build: improve coding style in ZiglingStepManlio Perillo
2023-05-03build: use @panic("OOM") instead of unreachableManlio Perillo
2023-05-03build: improve the exercise output checkManlio Perillo
2023-05-03build: don't use @This() in ZiglingStepManlio Perillo
2023-05-03build: remove ZiglingStep.builder fieldManlio Perillo
2023-05-03build: use Child.exec in ZiglingStep.runManlio Perillo
2023-05-03build: fix incorrect error handling in ZiglingStep.compileManlio Perillo
2023-05-03build: remove the ZiglingStep.makeInternal methodManlio Perillo
2023-05-02Merge pull request #275 from perillo/heal-only-in-testChris Boesch
2023-05-02Added Ex 101 "for loops part 5" (Closes #271)Dave Gauer
2023-05-02Restore unit testsManlio Perillo
2023-05-01comment for the issue addedChris Boesch
2023-05-01cli tests removed to solve 272Chris Boesch
2023-05-01build: don't override the top level stepsManlio Perillo
2023-05-01build: rename Exercise.baseName to nameManlio Perillo
2023-05-01build: add the Exercise.addExecutable methodManlio Perillo
2023-05-01build: rename the Exercise.C field to link_libcManlio Perillo
2023-05-01build: reduce code duplication when setting the work pathManlio Perillo
2023-05-01build: remove the Exercise.async fieldManlio Perillo
2023-05-01build: move exercises at the end of the fileManlio Perillo
2023-04-30Added Ex. 100 fourth for (as foretold in #261)Dave Gauer
2023-04-30Renamed 095 to "for3" to match feature sequenceDave Gauer
2023-04-24build: make exercise output more reliableManlio Perillo
2023-04-19Merge pull request #247 from chrboesch/formattingChris Boesch
2023-04-19added first formatting exerciseChris 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-13build: update ZiglingStep to the new APIManlio Perillo
2023-04-13build: disable special case for `zig build -Dhealed`Manlio Perillo
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-12added the second exercise for bit manipulationChris Boesch
2023-04-12added first exercise for bit manipulationChris 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