aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)AuthorFilesLines
2023-04-12Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560Chris Boesch1-5/+5
2023-04-12Update the code to the new zig versionManlio Perillo1-5/+5
2023-04-12added the second exercise for bit manipulationChris Boesch1-0/+4
2023-04-12added first exercise for bit manipulationChris Boesch1-0/+4
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 Perillo1-2/+2
2023-04-11build: simplify code and add testsManlio Perillo1-7/+29
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-08build: enable full parallelism when -Dhealed is setManlio Perillo1-1/+23
2023-04-07help text for parameters adaptedChris Boesch1-1/+1
2023-04-07build: restore the exercise chainManlio Perillo1-23/+65
2023-04-05build: fix the description of the named_install stepManlio Perillo1-2/+2
2023-04-04build: replace the logo step with the header stepManlio Perillo1-5/+3
2023-04-03build: restore support for Zig 0.6.0Manlio Perillo1-48/+10
2023-04-02build: make the logo a build stepManlio Perillo1-1/+33
2023-03-19workaround for parallel processing of the build stepsChris Boesch1-32/+26
2023-03-19first test for new build systemChris Boesch1-61/+59
2023-03-08move memory allocation example to 095Sean Aubin1-4/+4
2023-03-08first draft of memory allocation exerciseSean Aubin1-0/+4
2023-03-04exercise for new for-loopsChris Boesch1-1/+5
2023-02-28fix typos/grammar in 093_hello_c.zigSean Aubin1-1/+1
2023-02-21dev.1711 - switched to multi-object-for-loopsChris Boesch1-1/+1
2023-02-19check for dev1650 and some minor polishChris Boesch1-1/+1
2023-02-18added C math exerciseChris Boesch1-1/+6
2023-02-16some improvements in the descriptionChris Boesch1-4/+4
2023-02-16Merge branch 'main' into hello_cChris Boesch1-0/+4
2023-02-16Merge pull request #181 from chrboesch/interfacesChris Boesch1-0/+4
2023-02-15Added story/explanation to new ex. 092Dave Gauer1-1/+1
2023-02-15added the first C exerciseChris Boesch1-0/+14
2023-02-15update to version 1636Chris Boesch1-3/+3
2023-02-12updated to version 011.0-dev.1602Chris Boesch1-5/+3
2023-02-11added 092_interfaces to buildChris Boesch1-4/+5
2023-02-04Merge pull request #177 from DameonSmith/patch-1Chris Boesch1-2/+6
2023-02-04new build number addedChris Boesch1-1/+1
2023-02-02Merge pull request #178 from chrboesch/issue176Chris Boesch1-3/+3
2023-02-02removed trim of trailing spacesChris Boesch1-3/+3
2023-02-01Updating build.zig to support new API change.Dameon Smith1-1/+5
2023-01-31update to zig dev release 1501Chris Boesch1-1/+1
2023-01-22changed 'the_end' to '999_the_end'Chris Boesch1-1/+1
2023-01-21the_end function addedChris Boesch1-0/+4
2023-01-21trim of leading spaces addedChris Boesch1-3/+3
2023-01-21Merge branch 'main' into check_output_lenChris Boesch1-44/+46
2023-01-21disable the async excercises because of temporary not available in zigChris Boesch1-44/+46
2022-11-16output fixes to 16 and 19Tobias Simetsreiter1-3/+3
2022-11-16exit non zero on errorTobias Simetsreiter1-1/+1
2022-11-16exclude trailing newlines and spacesTobias Simetsreiter1-7/+9
2022-11-16add check for trailing output charactersTobias Simetsreiter1-1/+1