dolphin/Source/Core
Michael M b58f8d19ab Rename Common::FifoQueue to Common::SPSCQueue
Since all queues are FIFO data structures, the name wasn't informative
as to why you'd use it over a normal queue. I originally thought it had
something to do with the hardware graphics FIFO.

This renames it using the common acronym SPSC, which stands for
single-producer single-consumer, and is most commonly used to talk about
lock-free data structures, both of which this is.
2017-08-23 17:00:52 -07:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common Rename Common::FifoQueue to Common::SPSCQueue 2017-08-23 17:00:52 -07:00
Core Rename Common::FifoQueue to Common::SPSCQueue 2017-08-23 17:00:52 -07:00
DiscIO Merge pull request #5864 from JosJuice/directoryblob-disccontentcontainer 2017-08-23 18:48:24 +02:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Merge pull request #5951 from ligfx/gametrackerworkqueuethread 2017-08-23 08:02:36 -07:00
DolphinWX Rename Common::FifoQueue to Common::SPSCQueue 2017-08-23 17:00:52 -07:00
InputCommon Merge pull request #5742 from ToadKing/fix-bad-controllers 2017-08-17 03:42:02 +08:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Clipper: Copy both color sequences in CopyVertex as opposed to one 2017-08-22 22:45:28 -04:00
VideoCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
CMakeLists.txt