aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-12Update README.mdChris Boesch1-1/+1
2023-04-12Merge pull request #233 from chrboesch/bit_manipulationChris Boesch3-0/+71
2023-04-12added the second exercise for bit manipulationChris Boesch3-0/+71
2023-04-12Merge pull request #232 from chrboesch/bit_manipulationChris Boesch3-0/+102
2023-04-12added first exercise for bit manipulationChris Boesch2-0/+98
2023-04-12added first exercise for bit manipulationChris Boesch1-0/+4
2023-04-12Merge pull request #224 from perillo/improve-build-moreChris Boesch2-71/+338
2023-04-11build: make PrintStep thread safeManlio Perillo1-6/+4
2023-04-11build: simplify the code when solving all the exercisesManlio Perillo1-9/+3
2023-04-11build: restore compatibility supportManlio Perillo1-8/+11
2023-04-11build: improve PrintStep, SkipStep and PatchStep namesManlio Perillo2-3/+3
2023-04-11build: simplify code and add testsManlio Perillo2-7/+196
2023-04-11build: add support for skipping exercisesManlio Perillo1-45/+103
2023-04-11build: ensure the exercise links libc, when neededManlio Perillo1-0/+3
2023-04-09Update README.mdChris Boesch1-1/+1
2023-04-09Merge pull request #226 from chrboesch/adjust_advanceChris Boesch1-4/+16
2023-04-09closes https://github.com/ratfactor/ziglings/issues/223Chris Boesch1-4/+16
2023-04-08build: enable full parallelism when -Dhealed is setManlio Perillo1-1/+23
2023-04-07Update README.mdChris Boesch1-2/+2
2023-04-07Merge pull request #212 from perillo/improve-buildChris Boesch3-82/+174
2023-04-07Insert current zig version for compatiblity!Chris Boesch1-1/+1
2023-04-07help text for parameters adaptedChris Boesch1-1/+1
2023-04-07build: restore the exercise chainManlio Perillo2-32/+67
2023-04-05build: fix the description of the named_install stepManlio Perillo1-2/+2
2023-04-05Merge pull request #216 from chrboesch/i215Chris Boesch1-4/+6
2023-04-05improving the explanationChris Boesch1-4/+6
2023-04-04build: replace the logo step with the header stepManlio Perillo1-5/+3
2023-04-03build: restore support for Zig 0.6.0Manlio Perillo2-48/+75
2023-04-02build: make the logo a build stepManlio Perillo1-1/+33
2023-03-31Merge pull request #209 from chrboesch/e70Chris Boesch1-2/+2
2023-03-31changed self parameter in connect to pointerChris Boesch1-2/+2
2023-03-30Merge pull request #208 from chrboesch/issue_140Chris Boesch2-8/+5
2023-03-30function made more elegantChris Boesch2-8/+5
2023-03-30Merge pull request #207 from chrboesch/i205Chris Boesch1-4/+4
2023-03-30changed self paramter in waddle to pointerChris Boesch1-4/+4
2023-03-30Merge pull request #206 from ZoloZithro/my-branchChris Boesch1-12/+12
2023-03-30Exercise 094: Correct spelling and grammarZolo Zithro1-12/+12
2023-03-20Update README.mdChris Boesch1-1/+1
2023-03-19Merge pull request #203 from chrboesch/new_buildChris Boesch2-42/+42
2023-03-19workaround for parallel processing of the build stepsChris Boesch2-36/+38
2023-03-19first test for new build systemChris Boesch1-61/+59
2023-03-15Merge pull request #199 from joburgard/mainDave Gauer2-2/+2
2023-03-14Fix typoJo Burgard1-1/+1
2023-03-14Fix typoJo Burgard1-1/+1
2023-03-12Update README.mdChris Boesch1-1/+1
2023-03-12Update README.mdChris Boesch1-3/+1
2023-03-12Update README.mdChris Boesch1-1/+1
2023-03-09Merge pull request #197 from chrboesch/memallChris Boesch1-0/+1
2023-03-09added line feedChris Boesch1-0/+1
2023-03-09Merge pull request #195 from Seanny123/memory-allocationChris Boesch3-0/+83