Commit graph

71 commits

Author SHA1 Message Date
Chris Boesch
4a63c43c1f 'Interfaces' check marked 2023-02-16 10:35:15 +01:00
Chris Boesch
561484280c update to version 1636 2023-02-15 19:28:27 +01:00
Chris Boesch
2557913402 Update README.md 2023-02-12 17:37:41 +01:00
Chris Boesch
5007e7330f updated to version 011.0-dev.1602 2023-02-12 17:10:40 +01:00
Chris Boesch
bee73b80b9 noted changes for version 1568 2023-02-04 15:20:54 +01:00
Chris Boesch
862950c11d notes for dev update to 1501 2023-02-01 00:04:50 +01:00
Chris Boesch
8b7afad57a Update README.md 2023-01-21 17:43:00 +01:00
Chris Boesch
f8e960faeb added note for async functions 2023-01-21 14:19:48 +01:00
Chris Boesch
bfb1d95a1f changes from @typeInfo in Readme noted 2023-01-14 16:02:16 +01:00
Chris Boesch
27b7832016 entered current zig version number 2023-01-14 13:12:24 +01:00
Chris Boesch
029839cb83 update readme for new ziglang version 2023-01-14 12:56:52 +01:00
Chris Boesch
8b8d2a6caa Update README.md
Added action item for interfaces
2023-01-12 20:10:46 +01:00
Dave Gauer
5a920ac48c README tweaks and another ver bump 2022-09-10 14:41:40 -04:00
Sebastian Aigner
74ce482711 Remove parameter in call to NativeTargetInfo.detect
Compatibility with ziglang/zig@3ee01c14ee
2022-09-09 20:42:57 +02:00
Dave Gauer
f59e07b303 Bump version for Ex 074 fix from upstream :-) 2022-09-06 08:28:31 -04:00
Dave Gauer
2656b26c83 Update Zig development build minimum version 2022-08-29 21:00:45 -04:00
Dave Gauer
00796028ba Updated build version requirement to 0.10.0-dev.3385 2022-07-31 11:04:16 -04:00
Dave Gauer
2517b63544 Bump stable version of Zig in README to correct 2022-04-22 20:33:26 -04:00
Dave Gauer
f7ffd83f18 Touch up README version changelog 2022-03-19 19:42:22 -04:00
Dave Gauer
f34b6aa024 Update sentinel type for v0.10.0
Fixes

.../076_sentinels.zig:95:30: error: incompatible types:
  'u32' and '?*const anyopaque':
    while (my_seq[i] != my_sentinel) {
2022-03-19 19:38:05 -04:00
Dave Gauer
f0357ea91c Add note about older version branches 2021-12-20 14:49:25 -05:00
Dave Gauer
515a5188f4 Update c_void to anyopaque to fix #84 2021-12-20 14:43:51 -05:00
Dave Gauer
7d29fd8ce4 Updated README with new scope of Ziglings 2021-11-07 20:52:05 -05:00
Dave Gauer
ef4bd3c749 Bumped version requirement 2021-10-09 11:01:17 -04:00
Dave Gauer
6fb910b779 fml wrong link
so many misteeks
2021-06-30 17:33:38 -04:00
Dave Gauer
a29c316e04 oh shit its markdown
I usually write my READMEs in AsciiDoc.
2021-06-30 17:31:54 -04:00
Dave Gauer
3f6a5067aa Note compiler syntax strictness (#60) 2021-06-30 17:30:01 -04:00
Dave Gauer
67ebfc7a95 Update version for real :-) 2021-06-14 10:45:32 -04:00
Dave Gauer
3b08761532 add ex084 async 2021-05-12 20:35:29 -04:00
Dave Gauer
4a379159a3 add ex083 anon lists 2021-05-09 19:53:14 -04:00
Dave Gauer
34ac5f6742 Add ex079 quoted identifiers 2021-05-09 13:10:09 -04:00
Dave Gauer
e9547cf808 add ex076 sentinels 2021-05-06 20:32:36 -04:00
Dave Gauer
4760c62d62 Added ex075 Quiz 8 2021-04-30 21:35:56 -04:00
Dave Gauer
be2b98f404 add ex069 comptime 4 2021-04-21 09:47:16 -04:00
Dave Gauer
e933c8efe1 update readme with progress 2021-04-11 11:22:38 -04:00
Dave Gauer
cc269968ea Added ex063 labels 2021-04-10 11:39:11 -04:00
Dave Gauer
9cc49f98b9 Many pointers -> many-item pointers 2021-03-13 16:27:14 -05:00
Dave Gauer
8b4b8b166f Updated readme post 000 paddd 2021-03-12 19:09:35 -05:00
Dave Gauer
1b741826ea Update README.md 2021-03-10 14:47:23 -05:00
Dave Gauer
7b1c9c3b63 add ex 55 unions 2021-03-09 20:04:43 -05:00
Dave Gauer
784b66ffcf "Multi pointers" are now "many pointers"
TypeInfo.Pointer.Size says "many", so there we are!
2021-03-07 10:08:07 -05:00
Dave Gauer
4a421cca28 Update README with TODONEs 2021-03-06 21:31:55 -05:00
Joseph T Lyons
a26c3eb36f Cleaned up some extraneous whitespace characters 2021-03-02 23:06:09 -05:00
Dave Gauer
5f7e9389d5 Added ex 48, additional comment on 46 2021-02-28 13:23:22 -05:00
Dave Gauer
356fbf1b5b New illustration in README!
Using the "put an image in an issue and link to it on the README" trick to
keep the Ziglings repo size down.
2021-02-27 14:51:15 -05:00
Dave Gauer
6f98de59a9 Update README so it has THE TRUTH 2021-02-16 20:28:34 -05:00
Dave Gauer
9b54ba79a0 Second attempt of the second attempt (#14) 2021-02-15 20:13:50 -05:00
Dave Gauer
3693a35aeb Second attempt at explaining the minimum build (#14) 2021-02-15 20:04:18 -05:00
Dave Gauer
4b8cb2e444 Attempt to make the version error and README clearer (#14) 2021-02-14 19:25:35 -05:00
Dave Gauer
654437c0bc Make "check and halt" the default for zig build NN (#15)
The "start with NN" action is now NN_start.

Also formatting output for improved clarity (hopefully).
2021-02-14 16:45:18 -05:00