Commit Graph

  • c6e055dd83 build: don't print errors in ZiglingStep.eval Manlio Perillo 2023-04-17 15:52:57 +0200
  • b39c7e61ef build: restore compatibility support again Manlio Perillo 2023-04-18 12:22:30 +0200
  • 9ff7f5ee69 Merge pull request #238 from perillo/update-zigling-step Chris Boesch 2023-04-13 18:47:36 +0200
  • e3c5cb2175 build: update ZiglingStep to the new API Manlio Perillo 2023-04-13 18:03:00 +0200
  • e91c7a24f2 build: disable special case for `zig build -Dhealed` Manlio Perillo 2023-04-13 17:47:17 +0200
  • 540042576e Update README.md Chris Boesch 2023-04-13 10:41:34 +0200
  • 3b3f802cc8 Merge pull request #237 from chrboesch/main Chris Boesch 2023-04-13 09:57:50 +0200
  • 4b941892e1 Update CNAME Chris Boesch 2023-04-12 21:07:38 +0200
  • b7812b684f Update CNAME Chris Boesch 2023-04-12 21:04:18 +0200
  • 10f0aa2100 Create CNAME Chris Boesch 2023-04-12 20:56:32 +0200
  • 850ec0c164 Update README.md Chris Boesch 2023-04-12 19:32:34 +0200
  • bf013df4bf Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560 Chris Boesch 2023-04-12 19:02:43 +0200
  • bc98057d66 Update the code to the new zig version Manlio Perillo 2023-04-12 18:41:40 +0200
  • 3121ebff30 Update 096_memory_allocation.zig Chris Boesch 2023-04-12 17:14:18 +0200
  • 8eaf472959 Update 097_bit_manipulation.zig Chris Boesch 2023-04-12 17:13:51 +0200
  • ea330749ca Update 098_bit_manipulation2.zig Chris Boesch 2023-04-12 17:10:54 +0200
  • ecde85f5d5 Update README.md Chris Boesch 2023-04-12 17:09:03 +0200
  • ffd3de2d01 Merge pull request #233 from chrboesch/bit_manipulation Chris Boesch 2023-04-12 17:08:06 +0200
  • 9f48d84ac8 added the second exercise for bit manipulation Chris Boesch 2023-04-12 17:00:26 +0200
  • 35765f9299 Merge pull request #232 from chrboesch/bit_manipulation Chris Boesch 2023-04-12 15:52:27 +0200
  • 299418c314 added first exercise for bit manipulation Chris Boesch 2023-04-12 15:47:20 +0200
  • 3c19500827 added first exercise for bit manipulation Chris Boesch 2023-04-12 15:44:12 +0200
  • 1ccc86edd6 Merge pull request #224 from perillo/improve-build-more Chris Boesch 2023-04-12 15:27:48 +0200
  • 47876e6371 build: make PrintStep thread safe Manlio Perillo 2023-04-10 21:24:49 +0200
  • 1ee8aabcf3 build: simplify the code when solving all the exercises Manlio Perillo 2023-04-10 21:02:54 +0200
  • be782af7a3 build: restore compatibility support Manlio Perillo 2023-04-10 18:14:58 +0200
  • 647a24afae build: improve PrintStep, SkipStep and PatchStep names Manlio Perillo 2023-04-09 18:48:19 +0200
  • c656536d3f build: simplify code and add tests Manlio Perillo 2023-04-09 18:33:59 +0200
  • d43f19ded8 build: add support for skipping exercises Manlio Perillo 2023-04-08 12:56:51 +0200
  • 67f369484c build: ensure the exercise links libc, when needed Manlio Perillo 2023-04-08 09:51:07 +0200
  • 7b37047c05 Update README.md Chris Boesch 2023-04-09 19:40:39 +0200
  • 420acb781b Merge pull request #226 from chrboesch/adjust_advance Chris Boesch 2023-04-09 19:39:24 +0200
  • cff8aa2e52 closes https://github.com/ratfactor/ziglings/issues/223 Chris Boesch 2023-04-09 19:25:04 +0200
  • 1cf910fb51 build: enable full parallelism when -Dhealed is set Manlio Perillo 2023-04-08 09:02:38 +0200
  • b478c1bff4 Update README.md Chris Boesch 2023-04-07 18:28:33 +0200
  • e242d821ba Merge pull request #212 from perillo/improve-build Chris Boesch 2023-04-07 18:24:42 +0200
  • ddc835762c Insert current zig version for compatiblity! Chris Boesch 2023-04-07 18:18:15 +0200
  • 0fd80d6cba help text for parameters adapted Chris Boesch 2023-04-07 18:06:13 +0200
  • 59e28987da build: restore the exercise chain Manlio Perillo 2023-04-06 12:47:08 +0200
  • 75a1600626 build: fix the description of the named_install step Manlio Perillo 2023-04-05 11:16:23 +0200
  • 8bf719e5e2 Merge pull request #216 from chrboesch/i215 Chris Boesch 2023-04-05 16:30:51 +0200
  • 14ad753001 improving the explanation Chris Boesch 2023-04-05 16:11:56 +0200
  • 36e3f577ca build: replace the logo step with the header step Manlio Perillo 2023-04-04 18:32:30 +0200
  • 45713ec8ab build: restore support for Zig 0.6.0 Manlio Perillo 2023-04-03 11:06:39 +0200
  • dd15cb94fd build: make the logo a build step Manlio Perillo 2023-04-02 14:59:22 +0200
  • b75a76d072 Merge pull request #209 from chrboesch/e70 Chris Boesch 2023-03-31 12:31:15 +0200
  • ad8aec7885 changed self parameter in connect to pointer Chris Boesch 2023-03-31 12:18:57 +0200
  • 5469a7b89f Merge pull request #208 from chrboesch/issue_140 Chris Boesch 2023-03-30 23:22:09 +0200
  • b16cd86906 function made more elegant Chris Boesch 2023-03-30 23:11:40 +0200
  • aa01f6eea9 Merge pull request #207 from chrboesch/i205 Chris Boesch 2023-03-30 22:49:10 +0200
  • 34e36e4175 changed self paramter in waddle to pointer Chris Boesch 2023-03-30 22:42:44 +0200
  • 87ddb98d23 Merge pull request #206 from ZoloZithro/my-branch Chris Boesch 2023-03-30 16:40:49 +0200
  • dfed138555 Exercise 094: Correct spelling and grammar Zolo Zithro 2023-03-30 09:40:13 -0400
  • 66d9d337a6 Update README.md Chris Boesch 2023-03-20 00:24:24 +0100
  • 2ba268a0b0 Merge pull request #203 from chrboesch/new_build Chris Boesch 2023-03-19 18:28:47 +0100
  • 3b85c24694 workaround for parallel processing of the build steps Chris Boesch 2023-03-19 18:23:35 +0100
  • 78e856f602 first test for new build system Chris Boesch 2023-03-19 00:59:42 +0100
  • ad8b0383a4 Merge pull request #199 from joburgard/main Dave Gauer 2023-03-15 18:52:16 -0400
  • 903b5fc536 Fix typo Jo Burgard 2023-03-14 13:43:50 +0100
  • b5e16e8d0b Fix typo Jo Burgard 2023-03-14 13:35:20 +0100
  • 5ad5bba918 Update README.md Chris Boesch 2023-03-12 13:49:26 +0100
  • 423e63a83d Update README.md Chris Boesch 2023-03-12 13:47:48 +0100
  • c3f9c7878c Update README.md Chris Boesch 2023-03-12 13:47:13 +0100
  • 4455afebf9 Merge pull request #197 from chrboesch/memall Chris Boesch 2023-03-09 12:39:32 +0100
  • 8f67cb8c02 added line feed Chris Boesch 2023-03-09 12:20:45 +0100
  • fd8bde3cd3 Merge pull request #195 from Seanny123/memory-allocation Chris Boesch 2023-03-09 11:38:42 +0100
  • be87134397 change empty init to '???' placeholder Sean Aubin 2023-03-08 19:22:17 -0500
  • 484822a8da rename memory allocation 095 -> 096 Sean Aubin 2023-03-08 13:42:21 -0500
  • a218425ee5 add 095_memory_allocation.patch Sean Aubin 2023-03-08 13:21:48 -0500
  • 551a36f7c9 fix allocate example Sean Aubin 2023-03-08 13:09:41 -0500
  • f08af9b242 move memory allocation example to 095 Sean Aubin 2023-03-08 12:51:07 -0500
  • f01d9ba92d rephrase/reformat comments Sean Aubin 2023-03-08 12:50:10 -0500
  • 1be1d854a8 first draft of memory allocation exercise Sean Aubin 2023-02-28 20:54:42 -0500
  • f10f9efe7f Merge pull request #196 from chrboesch/for-loops Chris Boesch 2023-03-04 16:15:30 +0100
  • 101151f3f1 exercise for new for-loops Chris Boesch 2023-03-04 16:07:53 +0100
  • 582f3b1b09 Merge pull request #194 from Seanny123/sean-nitpicks Chris Boesch 2023-02-28 16:29:37 +0100
  • 20a0fcdd9a fix typos/grammar in 093_hello_c.zig Sean Aubin 2023-02-27 17:22:51 -0500
  • 861bf28e73 Update README.md Chris Boesch 2023-02-22 11:22:41 +0100
  • fb029e6982 Update README.md Chris Boesch 2023-02-21 21:55:32 +0100
  • c34380e939 Merge pull request #191 from chrboesch/dev_1711 Chris Boesch 2023-02-21 21:54:09 +0100
  • e7326dc5f9 dev.1711 - switched to multi-object-for-loops Chris Boesch 2023-02-21 21:43:40 +0100
  • 8da0a6aa7d Merge pull request #190 from chrboesch/issue_126 Chris Boesch 2023-02-20 21:48:19 +0100
  • b409387dc8 removed unnecessary self pointer Chris Boesch 2023-02-20 21:32:10 +0100
  • 21b6cccd5f Update README.md Chris Boesch 2023-02-19 21:59:52 +0100
  • f9b3d50824 Merge pull request #189 from chrboesch/dev1650 Chris Boesch 2023-02-19 18:18:22 +0100
  • 1d10a062e2 check for dev1650 and some minor polish Chris Boesch 2023-02-19 17:52:16 +0100
  • b2de68869e Merge pull request #188 from chrboesch/issue_185 Chris Boesch 2023-02-19 00:30:10 +0100
  • e92858bd65 issue 185, description improved Chris Boesch 2023-02-19 00:20:13 +0100
  • 9f08e1efe4 Merge pull request #187 from chrboesch/c_math Chris Boesch 2023-02-19 00:10:08 +0100
  • 84f4b4a9c7 small improvements in hello_c Chris Boesch 2023-02-19 00:00:08 +0100
  • f6a2356bea Merge pull request #186 from chrboesch/c_math Chris Boesch 2023-02-18 23:52:08 +0100
  • 23f2cc88d2 added C math exercise Chris Boesch 2023-02-18 23:39:21 +0100
  • 6353299cd6 'working with C marked' Chris Boesch 2023-02-16 19:44:35 +0100
  • 5d7d811298 Merge pull request #183 from chrboesch/hello_c Chris Boesch 2023-02-16 19:42:24 +0100
  • dc187889c1 some improvements in the description Chris Boesch 2023-02-16 19:28:10 +0100
  • bb95625477 try 'write' that works on mac, but I didn't know if it works on windows Chris Boesch 2023-02-16 18:33:06 +0100
  • 120cf0c158 Merge pull request #184 from DiogoNeves/patch-1 Chris Boesch 2023-02-16 13:50:41 +0100
  • dce731a0ec Merge branch 'main' into hello_c Chris Boesch 2023-02-16 11:17:52 +0100
  • 9693860bc0 inserted a workaround for mac-os, see https://github.com/ziglang/zig/issues/14657#issuecomment-1432180967 Chris Boesch 2023-02-16 11:15:07 +0100
  • 4a63c43c1f 'Interfaces' check marked Chris Boesch 2023-02-16 10:35:15 +0100