dolphin/Source/UnitTests
Silent b3969e91d9
FixedSizeQueue: Bugfixes and improvements
- 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
2019-08-31 21:18:07 +02:00
..
Common FixedSizeQueue: Bugfixes and improvements 2019-08-31 21:18:07 +02:00
Core Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
VideoCommon UnitTests/VertexLoaderTest: Fix compilation on newer GTest versions 2018-06-12 14:59:57 +02:00
CMakeLists.txt CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
StubHost.cpp Update Discord rich presence when the title changes 2019-05-24 14:12:48 +02:00
UnitTests.vcxproj Implement D3D12 backend 2019-04-01 11:24:55 +10:00
UnitTests.vcxproj.user msbuild: increment other version numbers to vs2017 equivalents 2017-06-03 18:20:39 -07:00