Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-09-16 | Reimplement HardwareOpus | Kelebek1 | 1 | -2/+2 |
2023-03-22 | bounded_threadsafe_queue: Refactor Pop | Morph | 1 | -140/+62 |
2023-03-22 | bounded_threadsafe_queue: Add producer cv to avoid busy waiting | Morph | 1 | -17/+29 |
2023-03-22 | bounded_threadsafe_queue: Deduplicate and add PushModes | Morph | 1 | -86/+84 |
2023-03-22 | bounded_threadsafe_queue: Add TryPush | Morph | 1 | -0/+71 |
2023-03-22 | bounded_threadsafe_queue: Use simplified impl of bounded queue | Morph | 1 | -112/+199 |
2023-03-18 | common: bounded_threadsafe_queue: Use polyfill_thread. | bunnei | 1 | -2/+3 |
2022-10-22 | CMakeLists: Disable C4100 and C4324 | Morph | 1 | -9/+0 |
2022-06-15 | bounded_threadsafe_queue: Use constexpr capacity and mask | Morph | 1 | -86/+73 |
2022-06-03 | gpu_thread: Move to bounded queue | Levi Behunin | 1 | -0/+180 |