mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
b3969e91d9
- Fixed a bug where pushing items over queue's size left it in a corrupted state - For non-trivial types, have clear() and pop() run destructors - Added emplace(args...) - Added empty() FixedSizeQueue has semantics of a circular buffer, so pushing items continuously is expected to keep overwriting oldest elements gracefully. Tests have been updated to verify correctness of a previously bugged behaviour and to verify correctness of destructing non-trivial types |
||
---|---|---|
.. | ||
Crypto | ||
BitFieldTest.cpp | ||
BitSetTest.cpp | ||
BitUtilsTest.cpp | ||
BlockingLoopTest.cpp | ||
BusyLoopTest.cpp | ||
CMakeLists.txt | ||
CommonFuncsTest.cpp | ||
EventTest.cpp | ||
FixedSizeQueueTest.cpp | ||
FlagTest.cpp | ||
FloatUtilsTest.cpp | ||
MathUtilTest.cpp | ||
NandPathsTest.cpp | ||
SPSCQueueTest.cpp | ||
StringUtilTest.cpp | ||
SwapTest.cpp | ||
x64EmitterTest.cpp |