summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
2024-08-22Add support for libfmt-11Alfred Wingate
2024-08-17UnitTests: Remove MSBuild input/output trackingJosJuice
2024-08-16UnitTests: Delete output Sys folder before copying to itJosJuice
2024-08-16Merge pull request #13015 from tygyh/Use-boolean-literalsTilka
2024-08-15Use 'contains' methodmitaclaw
2024-08-15Replace boolean constants with boolean literalsDr. Dystopia
2024-08-14Remove self-comparisonDr. Dystopia
2024-07-07Add Unit Test for Patch AllowlistLillyJadeKatrin
2024-06-15Merge pull request #12815 from Dentomologist/enable_hotkeys_and_controllers_f...Admiral H. Curtiss
2024-06-10Merge pull request #12837 from JosJuice/cmake-one-tests-binaryAdmiral H. Curtiss
2024-06-09Add some unit tests for the `Rectangle` classNiel Lebeck
2024-06-06CMake: Put all unit tests in one binaryJosJuice
2024-05-31TAS Input: Enable hotkeys and controller input when Input has focusDentomologist
2024-05-05Merge pull request #12737 from nlebeck/settingshandler-splitJosJuice
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-04-23Eliminate SettingsHandler's `SetBytes` and `Reset` methodsNiel Lebeck
2024-04-22port to OpenBSDGuilherme Janczak
2024-04-12Pass SettingsHandler buffers by const ref instead of rvalue refNiel Lebeck
2024-04-12Merge pull request #12614 from nlebeck/settingshandler-edgecaseTilka
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2024-03-31Merge pull request #12645 from mitaclaw/ppc-symbols-signalAdmiral H. Curtiss
2024-03-28DolphinQt: A Ubiquitous Signal For When Symbols Changemitaclaw
2024-03-23DivUtils: Add unsigned division magic functionBram Speeckaert
2024-03-06Add SettingsHandler unit tests exercising the edge case in PR #8704Niel Lebeck
2024-03-01Add simple unit tests for SettingsHandlerNiel Lebeck
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2024-01-12Core/HW/MMIO: Pass System through Read() and Write().Admiral H. Curtiss
2024-01-01BitSet64: Fix iterator incrementationDentomologist
2023-12-31UnitTests: Refactor BitSetTestDentomologist
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-16Merge pull request #12427 from JosJuice/jitarm64-msr-updated-logical-immAdmiral H. Curtiss
2023-12-16JitArm64: Use enum class for LogicalImm size parameterJosJuice
2023-12-13Added testsvyuuui
2023-12-12Merge pull request #12395 from lioncash/testTilka
2023-12-11VertexLoaderTest: Resolve -Wdangling-else warningsLioncash
2023-12-11FloatUtilsTest: Resolve -Wsign-compare warningLioncash
2023-12-02VertexLoaderTest: Add test for skipped texture coordinatesPokechu22
2023-12-02VertexLoaderTest: Add test for skipped colorsPokechu22
2023-11-28JitArm64: Use LSL+CLS for classifying floatsJosJuice
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-11-25Merge pull request #11881 from JosJuice/aarch64-function-callAdmiral H. Curtiss
2023-11-05Merge pull request #12133 from mandar1jn/skylanders-improved-generationAdmiral H. Curtiss
2023-11-05Skylanders: Improve figure data view and generationMandar1jn
2023-11-01JitArm64: Add utility for calling a function with argumentsJosJuice
2023-10-30UnitTests: Test ApproximateReciprocalSquareRootSintendo
2023-08-29PageFaultTest: Use GTEST_SKIP instead of early returnDentomologist
2023-08-26Merge pull request #12117 from JosJuice/config-callback-cpuAdmiral H. Curtiss
2023-08-17UnitTests: Declare as CPU thread when using CPUThreadConfigCallbackJosJuice
2023-08-05X64EmitterTest: Check bytes instead of disassembly in JMP testDentomologist
2023-08-05x64EmitterTest: add J/J_CC/CALL unit testsDentomologist