aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)AuthorFilesLines
2023-07-25fix: main entry point is broken with version 0.11.0-dev.4228Nicolas Chataing1-2/+2
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch1-1/+1
2023-06-26First tokenization exerice.Chris Boesch1-0/+21
2023-05-30Changed error text to bold.Chris Boesch1-2/+2
2023-05-30Merge pull request #308 from perillo/refactor-zigling-step-moreChris Boesch1-185/+39
2023-05-25change std.debug.TTY to std.io.ttypseudoc1-1/+1
2023-05-22build: use the old color styleManlio Perillo1-5/+17
2023-05-20build: in `ZiglingStep.check_output` panic in case of OOMManlio Perillo1-1/+1
2023-05-19build: use `std.Build.Step.fail` to report errorsManlio Perillo1-27/+15
2023-05-19build: remove `ZiglingStep.eval`Manlio Perillo1-163/+17
2023-05-15Refactor testing supportManlio Perillo1-67/+48
2023-05-15Added testing exercise.Chris Boesch1-2/+1
2023-05-14build: remove extra comment for named modeManlio Perillo1-1/+0
2023-05-14build: remove the install and uninstall stepsManlio Perillo1-0/+3
2023-05-14build: improve the help message in ZiglingStepManlio Perillo1-17/+27
2023-05-14build: remove unused declarationsManlio Perillo1-43/+0
2023-05-14build: show the logo in named modeManlio Perillo1-0/+3
2023-05-14build: simplify the named build modeManlio Perillo1-39/+5
2023-05-14build: remove the install step in the normal build modeManlio Perillo1-9/+2
2023-05-14build: remove the special eowyn build modeManlio Perillo1-23/+0
2023-05-13Execution of test exercises added.Chris Boesch1-6/+72
2023-05-13Merge branch 'ratfactor:main' into testingChris Boesch1-63/+79
2023-05-09Restore unit testsManlio Perillo1-20/+20
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-09Merge branch 'ratfactor:main' into testingChris Boesch1-23/+35
2023-05-08Cleaning up zig build outputDave Gauer1-23/+35
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch1-3/+5
2023-05-06Merge branch 'main' into improve_instructionChris Boesch1-44/+144
2023-05-06Improve instructions.Chris Boesch1-4/+5
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch1-44/+143
2023-05-06build: improve Exercise.addExecutableManlio Perillo1-2/+2
2023-05-06build: use multiline string literals when necessaryManlio Perillo1-23/+128
2023-05-06Merge branch 'ratfactor:main' into testingChris Boesch1-4/+5
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-03Merge branch 'ratfactor:main' into testingChris Boesch1-81/+116
2023-05-03Added new flag 'run_test' to support test steps for test exercises.Chris Boesch1-0/+9
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