| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-05 | Merge pull request 'fixed broken patch 103' (#9) from fix_patches into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/9 | |||
| 2023-10-05 | fixed broken patch 103 | Chris Boesch | |
| 2023-10-05 | Merge pull request 'changed the patch files that we can also use them with ↵ | Chris Boesch | |
| busybox for testing in Woodpecker' (#8) from woodpecker into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/8 | |||
| 2023-10-05 | Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into ↵ | Chris Boesch | |
| woodpecker | |||
| 2023-10-05 | changed the patch files that we can also use them with busybox for testing ↵ | Chris Boesch | |
| in Woodpecker | |||
| 2023-10-05 | Merge pull request 'switched docker image to ziglings/ziglang' (#7) from ↵ | Chris Boesch | |
| woodpecker into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/7 | |||
| 2023-10-05 | switched docker image to ziglings/ziglang | Chris Boesch | |
| 2023-10-04 | Merge pull request 'added woodpecker integration' (#6) from woodpecker into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/6 | |||
| 2023-10-04 | added woodpecker integration | Chris Boesch | |
| 2023-10-04 | Merge pull request 'fix(103_tokenization): :pencil2: Migrated to ↵ | Chris Boesch | |
| tokenizeAny' (#5) from rond/exercises:main into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/5 | |||
| 2023-10-04 | fix(103 patch): :pencil2: Update patch to reflect changes | rond | |
| Accidentally forgot to add an update in the patch file. | |||
| 2023-10-04 | fix(103_tokenization): :pencil2: Migrated to tokenizeAny | rond | |
| The tokenize functions seems to be deprecated as per the docs: https://ziglang.org/documentation/master/std/#A;std:mem.tokenize tokenizeAny is aliased to tokenizeAny as per: https://github.com/ziglang/zig/blob/master/lib/std/mem.zig#L2130C32-L2130C32 | |||
| 2023-10-03 | Merge pull request 'remove github actions' (#4) from woodpecker into main | Chris Boesch | |
| Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/4 | |||
| 2023-10-04 | remove github actions | Chris Boesch | |
| 2023-09-21 | Merge pull request 'Global scope is container-level scope' (#2) from ↵ | Chris Boesch | |
| rofrol/ziglings--exercises:rofrol-container-level into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/2 | |||
| 2023-09-20 | Global scope is container-level scope | rofrol | |
| https://ziglang.org/documentation/master/#Compile-Time-Expressions | |||
| 2023-09-20 | Update README to announce move to Codeberg! | ratfactor | |
| 2023-09-20 | Adapt README to current Zig version | Chris Boesch | |
| 2023-09-20 | Adapt Github structure to Codeberg | Chris Boesch | |
| 2023-09-19 | Update README.md with new clone instructions | Dave Gauer | |
| 2023-09-19 | Announce move to Codeberg in README | Dave Gauer | |
| 2023-08-27 | Merge pull request #357 from ratfactor/check_patches | Chris Boesch | |
| Fixed some broken patches | |||
| 2023-08-27 | Fixed some broken patches | Chris Boesch | |
| 2023-08-27 | Merge pull request #356 from juergenhoetzel/code-point-size | Chris Boesch | |
| Add example for Unicode Code point literal > 255 Thanks! :smile: | |||
| 2023-08-27 | Update README.md | Chris Boesch | |
| Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355 | |||
| 2023-08-27 | Add example for Unicode Code point literal > 255 | Juergen Hoetzel | |
| Only Basic Latin and Latin-1 Supplement code points fit into a single byte. | |||
| 2023-08-17 | Merge pull request #352 from kai-tub/main-1 | Chris Boesch | |
| Add link to DoD talk in 101_for5.zig #348 | |||
| 2023-08-17 | Add link to DoD talk in 101_for5.zig | Kai Norman Clasen | |
| 2023-08-17 | Merge pull request #351 from ratfactor/class_role | Chris Boesch | |
| changed struct name 'class' into 'role' | |||
| 2023-08-17 | changed struct name 'class' into 'role' | Chris Boesch | |
| 2023-08-02 | Merge pull request #346 from ratfactor/i339 | Chris Boesch | |
| changed struct name 'class' into 'role' | |||
| 2023-08-02 | changed struct name 'class' into 'role' | Chris Boesch | |
| 2023-07-26 | Merge pull request #342 from ratfactor/v4246 | Chris Boesch | |
| Upgrade to Zig version 4246 | |||
| 2023-07-26 | Upgrade to Zig version 4246 | Chris Boesch | |
| 2023-07-26 | Merge pull request #340 from nchataing/fix-main-build | Chris Boesch | |
| fix: main entry point is broken with version 0.11.0-dev.4228 | |||
| 2023-07-25 | fix: main entry point is broken with version 0.11.0-dev.4228 | Nicolas Chataing | |
| 2023-07-03 | Merge pull request #337 from kimshrier/exercise_096_typo | Chris Boesch | |
| fix typo | |||
| 2023-07-03 | fix typo | Kim SHrier | |
| 2023-06-29 | Update 078_sentinels3.zig | Chris Boesch | |
| Changed description of @ptrCast closes https://github.com/ratfactor/ziglings/issues/334 | |||
| 2023-06-27 | Version updated | Chris Boesch | |
| 2023-06-27 | Merge pull request #333 from ratfactor/v3853 | Chris Boesch | |
| Revised exercises due to the changes of Zig version 0.11.0-dev.3853 | |||
| 2023-06-27 | Compatibility checks temporarily disabled (2) | Chris Boesch | |
| 2023-06-27 | Compatibility checks temporarily disabled | Chris Boesch | |
| 2023-06-26 | Unit tests temporarily disabled | Chris Boesch | |
| 2023-06-26 | Revised exercises due to the changes of Zig version 0.11.0-dev.3853 | Chris Boesch | |
| 2023-06-26 | Merge pull request #331 from ratfactor/tokenization | Chris Boesch | |
| First tokenization exerice | |||
| 2023-06-26 | First tokenization exerice. | Chris Boesch | |
| 2023-06-22 | Merge pull request #329 from lorrding/refactor-var-to-const | Chris Boesch | |
| Change `var` to `const` in some exercises | |||
| 2023-06-22 | Update outdated comments | lording | |
| 2023-06-22 | Merge branch 'main' into refactor-var-to-const | lording | |
