summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
AgeCommit message (Expand)Author
2023-05-14build: remove unused declarationsManlio Perillo
2023-05-14build: show the logo in named modeManlio Perillo
2023-05-14build: simplify the named build modeManlio Perillo
2023-05-14build: remove the install step in the normal build modeManlio Perillo
2023-05-14build: remove the special eowyn build modeManlio Perillo
2023-05-13Execution of test exercises added.Chris Boesch
2023-05-13Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-09Restore unit testsManlio Perillo
2023-05-09build: make literal paths portableManlio Perillo
2023-05-09build: improve code formattingManlio Perillo
2023-05-09build: add the dumpArgs functionManlio Perillo
2023-05-09build: fix doc-commentsManlio Perillo
2023-05-09build: use the blank identifier in the parameter listManlio Perillo
2023-05-09build: use self when using @fieldParentPtrManlio Perillo
2023-05-09build: don't install skipped exercisesManlio Perillo
2023-05-09build: fix `zig build -Dhealed install`Manlio Perillo
2023-05-09Merge branch 'ratfactor:main' into testingChris Boesch
2023-05-08Cleaning up zig build outputDave Gauer
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