| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Get around the std::atomic issue | gingerBill | 2023-01-01 | 1 | -72/+88 | |
| * | | Begin work on futex-ifying the threading primitives | gingerBill | 2023-01-01 | 1 | -39/+133 | |
| * | | Unify compiler `Futex` interface | gingerBill | 2023-01-01 | 1 | -26/+17 | |
| |/ | ||||||
| * | rework openbsd futexes a little | Colin Davidson | 2022-12-29 | 1 | -6/+13 | |
| * | cover openbsd too | Colin Davidson | 2022-12-29 | 1 | -0/+34 | |
| * | oops if->elif | Colin Davidson | 2022-12-29 | 1 | -1/+1 | |
| * | add freebsd support | Colin Davidson | 2022-12-29 | 1 | -0/+31 | |
| * | fix ulock/uwait imports | Colin Davidson | 2022-12-28 | 1 | -2/+2 | |
| * | fix build | Colin Davidson | 2022-12-28 | 1 | -1/+1 | |
| * | move to work-stealing threadpool | Colin Davidson | 2022-12-28 | 1 | -51/+148 | |
| * | Combine join and destroy for threads | gingerBill | 2022-12-20 | 1 | -8/+2 | |
| * | Remove need for `semaphore` in `Thread` | gingerBill | 2022-12-20 | 1 | -27/+14 | |
| * | Remove dead code in the compiler | gingerBill | 2022-12-18 | 1 | -42/+8 | |
| * | `gb_internal` a lot | gingerBill | 2022-12-18 | 1 | -96/+96 | |
| * | initial OpenBSD support | Sébastien Marie | 2022-02-25 | 1 | -1/+1 | |
| * | Use more `{}` ctor | gingerBill | 2022-01-10 | 1 | -2/+2 | |
| * | Add mutex guards for signature scopes | gingerBill | 2022-01-10 | 1 | -0/+34 | |
| * | src: Add preliminary support for Linux AArch64 | Yawning Angel | 2021-12-23 | 1 | -0/+4 | |
| * | Make `thread_join` be more correct | gingerBill | 2021-08-26 | 1 | -4/+5 | |
| * | Wrap linux specific code for `internal_thread_proc` | gingerBill | 2021-08-26 | 1 | -2/+4 | |
| * | Add missing header | gingerBill | 2021-08-26 | 1 | -0/+4 | |
| * | Don't permit any signal delivery to threads on Linux | gingerBill | 2021-08-26 | 1 | -1/+6 | |
| * | Unify thread pool logic across the rest of the compiler, using a global threa... | gingerBill | 2021-08-26 | 1 | -0/+40 | |
| * | Fix typo | gingerBill | 2021-08-26 | 1 | -2/+2 | |
| * | Improved `ThreadPool` implementation | gingerBill | 2021-08-26 | 1 | -1/+59 | |
| * | Correct atomic usage | gingerBill | 2021-08-19 | 1 | -11/+11 | |
| * | Migrate and remove more from gb.h | gingerBill | 2021-08-19 | 1 | -0/+348 | |