dolphin/Source/UnitTests
Dentomologist 7dbf463ddf BitSet64: Fix iterator incrementation
Use 1 of the same type as the stored value when shifting left. This
prevents undefined behavior caused by shifting an int more than 31 bits.

Previously iterator incrementation could either hang or prematurely
report it had reached the end of the bitset.
2024-01-01 00:41:48 -08:00
..
Common BitSet64: Fix iterator incrementation 2024-01-01 00:41:48 -08:00
Core JitArm64: Use enum class for LogicalImm size parameter 2023-12-16 16:48:26 +01:00
VideoCommon VertexLoaderTest: Resolve -Wdangling-else warnings 2023-12-11 18:45:25 -05:00
CMakeLists.txt CMake: Set --output-on-failure flag for unittests target. 2023-05-14 04:52:50 +02:00
StubHost.cpp Add Discord presence ioctlv to /dev/dolphin 2022-08-06 07:32:29 +01:00
UnitTests.vcxproj Merge pull request #11881 from JosJuice/aarch64-function-call 2023-11-25 17:30:42 +01:00
UnitTests.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
UnitTestsMain.cpp Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00