summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
AgeCommit message (Expand)Author
2023-05-30Changed error text to bold.Chris Boesch
2023-05-30Merge pull request #308 from perillo/refactor-zigling-step-moreChris Boesch
2023-05-25change std.debug.TTY to std.io.ttypseudoc
2023-05-22build: use the old color styleManlio Perillo
2023-05-20build: in `ZiglingStep.check_output` panic in case of OOMManlio Perillo
2023-05-19build: use `std.Build.Step.fail` to report errorsManlio Perillo
2023-05-19build: remove `ZiglingStep.eval`Manlio Perillo
2023-05-15Refactor testing supportManlio Perillo
2023-05-15Added testing exercise.Chris Boesch
2023-05-14build: remove extra comment for named modeManlio Perillo
2023-05-14build: remove the install and uninstall stepsManlio Perillo
2023-05-14build: improve the help message in ZiglingStepManlio Perillo
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