aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
AgeCommit message (Expand)Author
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
2023-04-11build: simplify code and add testsManlio Perillo
2023-04-11build: add support for skipping exercisesManlio Perillo
2023-04-11build: ensure the exercise links libc, when neededManlio Perillo
2023-04-08build: enable full parallelism when -Dhealed is setManlio Perillo
2023-04-07help text for parameters adaptedChris Boesch
2023-04-07build: restore the exercise chainManlio Perillo
2023-04-05build: fix the description of the named_install stepManlio Perillo
2023-04-04build: replace the logo step with the header stepManlio Perillo
2023-04-03build: restore support for Zig 0.6.0Manlio Perillo
2023-04-02build: make the logo a build stepManlio Perillo
2023-03-19workaround for parallel processing of the build stepsChris Boesch
2023-03-19first test for new build systemChris Boesch
2023-03-08move memory allocation example to 095Sean Aubin
2023-03-08first draft of memory allocation exerciseSean Aubin
2023-03-04exercise for new for-loopsChris Boesch
2023-02-28fix typos/grammar in 093_hello_c.zigSean Aubin
2023-02-21dev.1711 - switched to multi-object-for-loopsChris Boesch
2023-02-19check for dev1650 and some minor polishChris Boesch
2023-02-18added C math exerciseChris Boesch
2023-02-16some improvements in the descriptionChris Boesch
2023-02-16Merge branch 'main' into hello_cChris Boesch
2023-02-16Merge pull request #181 from chrboesch/interfacesChris Boesch
2023-02-15Added story/explanation to new ex. 092Dave Gauer
2023-02-15added the first C exerciseChris Boesch
2023-02-15update to version 1636Chris Boesch
2023-02-12updated to version 011.0-dev.1602Chris Boesch
2023-02-11added 092_interfaces to buildChris Boesch
2023-02-04Merge pull request #177 from DameonSmith/patch-1Chris Boesch
2023-02-04new build number addedChris Boesch
2023-02-02Merge pull request #178 from chrboesch/issue176Chris Boesch
2023-02-02removed trim of trailing spacesChris Boesch
2023-02-01Updating build.zig to support new API change.Dameon Smith
2023-01-31update to zig dev release 1501Chris Boesch
2023-01-22changed 'the_end' to '999_the_end'Chris Boesch