| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Thread Pool in `core:thread` | gingerBill | 2022-03-31 | 1 | -76/+148 |
| * | Replace `sync` with `sync2` | gingerBill | 2022-03-30 | 1 | -11/+6 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -49/+49 |
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| * | Revert *nix thread stuff to old sync | gingerBill | 2021-04-13 | 1 | -7/+12 |
| * | Default to pthreads in sync2 for *nix | gingerBill | 2021-04-13 | 1 | -12/+7 |
| * | Add `raw_data` to replace cases in which `&x[0]` was used | gingerBill | 2020-06-29 | 1 | -2/+1 |
| * | Fixed thread_pool not destroying threads | jharler | 2020-05-11 | 1 | -0/+5 |
| * | Add `thread.Pool` with example in demo.odin; Update linalg to support handnes... | gingerBill | 2020-01-02 | 1 | -0/+147 |