| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove pthread from sys/unix and use sys/posix where used | Laytan | 2024-10-28 | 1 | -124/+0 |
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ fi... | Karl Zylinski | 2024-09-14 | 1 | -1/+1 |
| * | Require parentheses for `#align(N)` | gingerBill | 2023-08-15 | 1 | -11/+11 |
| * | Implement pthread_cancel. | Jeroen van Rijn | 2022-05-11 | 1 | -0/+9 |
| * | Begin adding vendor:miniaudio | gingerBill | 2021-09-17 | 1 | -0/+1 |
| * | Strip semicolons in core which were missing | gingerBill | 2021-09-08 | 1 | -45/+45 |
| * | Remove `#opaque` usage in core library | gingerBill | 2021-02-23 | 1 | -9/+9 |
| * | Deprecate `opaque` in favour of `#opaque` in the core library | gingerBill | 2020-12-04 | 1 | -9/+9 |
| * | Update `sys/unix`; Rename `thread.create_and_start` | gingerBill | 2020-06-27 | 1 | -0/+4 |
| * | added note about pthread_yield | KTRosenberg | 2020-01-02 | 1 | -0/+2 |
| * | replaced pthread_yield with ssched_yield, fixed semaphore post:q | KTRosenberg | 2020-01-02 | 1 | -0/+2 |
| * | Implement core:thread and core:sync on Unix using pthreads | Tetralux | 2019-12-01 | 1 | -0/+106 |