summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
2023-05-16StringUtil: Move GetEscapedHtml() into Common namespaceLioncash
2023-05-14CMake: Set --output-on-failure flag for unittests target.Admiral H. Curtiss
2023-04-15Common/MathUtil: Move IntLog2 into MathUtil namespaceLioncash
2023-04-09PowerPC: Refactor to class, move to System.Admiral H. Curtiss
2023-04-05UnitTests: Avoid ppcState global.Admiral H. Curtiss
2023-03-26JitInterface: Convert m_jit to unique_ptr.Admiral H. Curtiss
2023-03-26JitInterface: Refactor to class, move to System.Admiral H. Curtiss
2023-03-25JitBase: Avoid System::GetInstance() and ppcState.Admiral H. Curtiss
2023-03-22Common: Move FixedSizeQueue into Common namespaceLioncash
2023-03-21Common: Move FPU-related helpers into Common namespaceLioncash
2023-02-22use std-provided randomness for JitArm64 unittestsShawn Hoffman
2023-02-15Add unit test for File::CreateFullPath().Admiral H. Curtiss
2023-01-29CMake: Use imported target for fmt in testsTellowKrinkle
2023-01-27PowerPC: Move a few functions to PowerPCState.Admiral H. Curtiss
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2023-01-20Externals: Convert gtest to a submodule and update to v1.12.1Pokechu22
2023-01-13UnitTests: Add custom main that calls RegisterMsgAlertHandlerPokechu22
2022-12-11Replace BitUtils with C++20: RotateLeft/RotateRightJosJuice
2022-11-27CoreTiming: Store Globals in CoreTimingManager.Admiral H. Curtiss
2022-11-27CoreTiming: Refactor to class.Admiral H. Curtiss
2022-11-26CoreTiming: Move the 'Globals' instance into Core::System.Admiral H. Curtiss
2022-11-23HW: Pass System to MMIO handlers.Admiral H. Curtiss
2022-11-23Merge pull request #11253 from AdmiralCurtiss/core-timing-events-pass-systemMai
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-11-06CoreTiming: Pass Core::System to Events.Admiral H. Curtiss
2022-09-18VertexLoaderTest: Add NormalAllPokechu22
2022-09-18VertexLoaderTest: Add DirectAllComponentsPokechu22
2022-08-22Merge pull request #10933 from shuffle2/vsAdmiral H. Curtiss
2022-08-06Add Discord presence ioctlv to /dev/dolphinInvoxiPlayGames
2022-08-02msbuild: refactor to reduce rebuild eventsShawn Hoffman
2022-07-31Merge pull request #10883 from Pokechu22/pi-fifo-reset-gp-fifoTilka
2022-07-27Crypto/SHA1: add unittestsShawn Hoffman
2022-07-26UnitTests: Fix warnings from HermesTextPokechu22
2022-07-25CPUDetect: improve win/arm64 supportShawn Hoffman
2022-07-22Create constant for GPFifo physical addressPokechu22
2022-07-10UnitTests/MovI2R: Test all logical immediatesMerry
2022-06-14UnitTests: Remove unused include from DSPAssemblyTestPokechu22
2022-06-14UnitTests: Fix license for HermesBinary.cppPokechu22
2022-06-14UnitTests: Edit wait_for_dsp_mail in HermesText to match HermesBinaryPokechu22
2022-06-14UnitTests: Update DSP test text for old renamesPokechu22
2022-06-14UnitTests: Add tests for assembling DSP code to expected binaryPokechu22
2022-06-14UnitTests: Fail DSPAssemblyTest if the assembled code doesn't match the expec...Pokechu22
2022-06-14UnitTests: Use fmt::print in DSPAssemblyTestPokechu22
2022-06-14UnitTests: Use fmt::print in PageFaultTestPokechu22
2022-06-14UnitTests: Fix typo in DSPAssemblyTestPokechu22
2022-06-14UnitTests: Use hermes.s as part of an actual testPokechu22
2022-06-03UnitTests: Fix -Wrange-loop-construct warningsDentomologist
2022-06-02Merge pull request #10678 from Dentomologist/skip_pagefault_test_if_no_except...Pokechu22
2022-05-19UnitTests: Skip PageFaultTest if exception handlers are not supportedDentomologist
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22