| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | initial OpenBSD support | Sébastien Marie | 2022-02-25 | 1 | -1/+1 |
| * | Strip semicolons in core which were missing | gingerBill | 2021-09-08 | 1 | -72/+72 |
| * | Get Odin compiling and produced exe's running on FreeBSD | Christian Seibold | 2020-09-14 | 1 | -1/+1 |
| * | Update package sync | gingerBill | 2020-08-02 | 1 | -0/+5 |
| * | Add `sync.condition_wait_for_timeout` for unix | gingerBill | 2020-06-27 | 1 | -0/+65 |
| * | Add `sync.Barrier`; Add `sync.Blocking_Mutex` for unix | gingerBill | 2020-06-27 | 1 | -36/+103 |
| * | Fix sync and thread on *nix | gingerBill | 2020-06-22 | 1 | -1/+1 |
| * | Update `sync.Condition` to require a `^sync.Mutex` on init | gingerBill | 2020-06-22 | 1 | -19/+31 |
| * | Implement core:thread and core:sync on Unix using pthreads | Tetralux | 2019-12-01 | 1 | -0/+99 |