| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-05 | build: fix the description of the named_install step | Manlio Perillo | 1 | -2/+2 | |
| Replace the description of the named_install step from "Install {s} to zig-cache/bin" to "Copy {s} to prefix path". The latter has been adapded from the description of the builtin install step. Ad an empty line before the build_step variable, in order to improve readability. Closes #213 | |||||
| 2023-04-05 | Merge pull request #216 from chrboesch/i215 | Chris Boesch | 1 | -4/+6 | |
| improving the explanation | |||||
| 2023-04-05 | improving the explanation | Chris Boesch | 1 | -4/+6 | |
| 2023-04-04 | build: replace the logo step with the header step | Manlio Perillo | 1 | -5/+3 | |
| Remove the logo step, and use PrintStep for the header step. The logo step was added as a quick fix after the Builder.addLog function was removed. Now the logo is no longer shown when running `zig build -l` or `zig build -h`. | |||||
| 2023-04-03 | build: restore support for Zig 0.6.0 | Manlio Perillo | 2 | -48/+75 | |
| The version check for Zig 0.6.0 was incorrect since commit 971ab7f (Use a zig build script to run ziglings). Move compatibility support to a separate file, in order to simplify build.zig. In case of incompatible version, exit with code 3 instead of 0, in order to detect the case of failure in a test (to be implemented). Remove the use of comptime when checking compatibility at the start of the build function, since it is not necessary. Closes #210. | |||||
| 2023-04-02 | build: make the logo a build step | Manlio Perillo | 1 | -1/+33 | |
| Currently, the logo is always printed when the build script is executed, resulting in the logo being printed twice with `zig build -h` and `zig build -l`. Make the logo a build step, so that the logo is printed to stderr only when necessary. Closes #211 | |||||
| 2023-03-31 | Merge pull request #209 from chrboesch/e70 | Chris Boesch | 1 | -2/+2 | |
| changed self parameter in connect to pointer | |||||
| 2023-03-31 | changed self parameter in connect to pointer | Chris Boesch | 1 | -2/+2 | |
| 2023-03-30 | Merge pull request #208 from chrboesch/issue_140 | Chris Boesch | 2 | -8/+5 | |
| function made more elegant | |||||
| 2023-03-30 | function made more elegant | Chris Boesch | 2 | -8/+5 | |
| 2023-03-30 | Merge pull request #207 from chrboesch/i205 | Chris Boesch | 1 | -4/+4 | |
| changed self paramter in waddle to pointer | |||||
| 2023-03-30 | changed self paramter in waddle to pointer | Chris Boesch | 1 | -4/+4 | |
| 2023-03-30 | Merge pull request #206 from ZoloZithro/my-branch | Chris Boesch | 1 | -12/+12 | |
| Exercise 094: Correct spelling and grammar Thanks! | |||||
| 2023-03-30 | Exercise 094: Correct spelling and grammar | Zolo Zithro | 1 | -12/+12 | |
| 2023-03-20 | Update README.md | Chris Boesch | 1 | -1/+1 | |
| change note to attention for new build system | |||||
| 2023-03-19 | Merge pull request #203 from chrboesch/new_build | Chris Boesch | 2 | -42/+42 | |
| workaround for new build system | |||||
| 2023-03-19 | workaround for parallel processing of the build steps | Chris Boesch | 2 | -36/+38 | |
| 2023-03-19 | first test for new build system | Chris Boesch | 1 | -61/+59 | |
| 2023-03-15 | Merge pull request #199 from joburgard/main | Dave Gauer | 2 | -2/+2 | |
| Fix typos | |||||
| 2023-03-14 | Fix typo | Jo Burgard | 1 | -1/+1 | |
| 2023-03-14 | Fix typo | Jo Burgard | 1 | -1/+1 | |
| 2023-03-12 | Update README.md | Chris Boesch | 1 | -1/+1 | |
| 2023-03-12 | Update README.md | Chris Boesch | 1 | -3/+1 | |
| 2023-03-12 | Update README.md | Chris Boesch | 1 | -1/+1 | |
| see https://github.com/ratfactor/ziglings/issues/198 | |||||
| 2023-03-09 | Merge pull request #197 from chrboesch/memall | Chris Boesch | 1 | -0/+1 | |
| added line feed | |||||
| 2023-03-09 | added line feed | Chris Boesch | 1 | -0/+1 | |
| 2023-03-09 | Merge pull request #195 from Seanny123/memory-allocation | Chris Boesch | 3 | -0/+83 | |
| Memory allocation exercise | |||||
| 2023-03-08 | change empty init to '???' placeholder | Sean Aubin | 2 | -3/+3 | |
| 2023-03-08 | rename memory allocation 095 -> 096 | Sean Aubin | 2 | -0/+0 | |
| 2023-03-08 | add 095_memory_allocation.patch | Sean Aubin | 1 | -0/+4 | |
| 2023-03-08 | fix allocate example | Sean Aubin | 1 | -1/+1 | |
| 2023-03-08 | move memory allocation example to 095 | Sean Aubin | 2 | -4/+4 | |
| 2023-03-08 | rephrase/reformat comments | Sean Aubin | 1 | -19/+24 | |
| 2023-03-08 | first draft of memory allocation exercise | Sean Aubin | 2 | -0/+74 | |
| 2023-03-04 | Merge pull request #196 from chrboesch/for-loops | Chris Boesch | 4 | -3/+75 | |
| exercise for new for-loops | |||||
| 2023-03-04 | exercise for new for-loops | Chris Boesch | 4 | -3/+75 | |
| 2023-02-28 | Merge pull request #194 from Seanny123/sean-nitpicks | Chris Boesch | 2 | -5/+5 | |
| Nitpicks: typos, grammar | |||||
| 2023-02-28 | fix typos/grammar in 093_hello_c.zig | Sean Aubin | 2 | -5/+5 | |
| - output a text -> output text - In Zig -> add comma - result ist -> result is - remove extra whitespace | |||||
| 2023-02-22 | Update README.md | Chris Boesch | 1 | -1/+1 | |
| 2023-02-21 | Update README.md | Chris Boesch | 1 | -2/+2 | |
| 2023-02-21 | Merge pull request #191 from chrboesch/dev_1711 | Chris Boesch | 9 | -16/+18 | |
| dev.1711 - switched to multi-object-for-loops | |||||
| 2023-02-21 | dev.1711 - switched to multi-object-for-loops | Chris Boesch | 9 | -16/+18 | |
| 2023-02-20 | Merge pull request #190 from chrboesch/issue_126 | Chris Boesch | 1 | -1/+1 | |
| removed unnecessary self pointer | |||||
| 2023-02-20 | removed unnecessary self pointer | Chris Boesch | 1 | -1/+1 | |
| 2023-02-19 | Update README.md | Chris Boesch | 1 | -1/+1 | |
| 2023-02-19 | Merge pull request #189 from chrboesch/dev1650 | Chris Boesch | 6 | -9/+12 | |
| check for dev1650 and some minor polish | |||||
| 2023-02-19 | check for dev1650 and some minor polish | Chris Boesch | 6 | -9/+12 | |
| 2023-02-19 | Merge pull request #188 from chrboesch/issue_185 | Chris Boesch | 1 | -2/+7 | |
| issue 185, description improved | |||||
| 2023-02-19 | issue 185, description improved | Chris Boesch | 1 | -2/+7 | |
| 2023-02-19 | Merge pull request #187 from chrboesch/c_math | Chris Boesch | 2 | -2/+2 | |
| small improvements in hello_c | |||||
