dolphin/Source/UnitTests
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
..
Common Rename Common::FifoQueue to Common::SPSCQueue 2017-08-23 17:00:52 -07:00
Core Merge Core/Config/Config.h into Common/Config/Config.h 2017-07-09 16:28:54 -07:00
VideoCommon VertexLoaderTest: fix maybe-uninitialized warning 2017-03-31 13:51:20 -07:00
CMakeLists.txt unittests: set user directory so SYSCONF does not get created at the drive root 2017-06-06 04:07:13 -07:00
StubHost.cpp DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
UnitTests.vcxproj Remove OpenAL DLL from Externals 2017-06-27 00:06:14 -07:00
UnitTests.vcxproj.user msbuild: increment other version numbers to vs2017 equivalents 2017-06-03 18:20:39 -07:00