suyu/src
Morph 25429998e3 bounded_threadsafe_queue: Use constexpr capacity and mask
While this is the primary change, we also:
- Remove the mpsc namespace and rename Queue to MPSCQueue
- Make Slot a private struct within MPSCQueue
- Remove the AlignedAllocator template argument, as we use std::allocator
- Replace instances of mask + 1 with capacity, and mask + 2 with capacity + 1
2022-06-15 16:59:13 -04:00
..
audio_core command_generator: Use u8 for tap index lut 2022-05-13 00:50:58 -04:00
common bounded_threadsafe_queue: Use constexpr capacity and mask 2022-06-15 16:59:13 -04:00
core Merge pull request #8388 from liamwhite/simpler-pause 2022-06-13 15:48:03 -07:00
input_common Merge pull request #8374 from german77/asnycvibrations 2022-05-28 00:55:53 -07:00
shader_recompiler structured_control_flow: Remove constexpr Flow::Block 2022-06-13 19:18:20 -04:00
tests chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
video_core bounded_threadsafe_queue: Use constexpr capacity and mask 2022-06-15 16:59:13 -04:00
web_service general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
yuzu Merge pull request #8446 from liamwhite/cmd-gdb 2022-06-13 14:38:37 -04:00
yuzu_cmd Merge pull request #8446 from liamwhite/cmd-gdb 2022-06-13 14:38:37 -04:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4505 and C5245 2022-04-07 23:00:04 -04:00