summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
2024-11-15GDBStub: Signal Breakpoint Changes To Hostmitaclaw
2024-10-30Merge pull request #13147 from mitaclaw/jit-block-table-model-fixJMC47
2024-10-27Merge pull request #12744 from nlebeck/settingshandler-split-2JMC47
2024-10-23Host: Rename `JitCacheInvalidation`mitaclaw
2024-10-22Add missing algorithm header in SettingsHandlerTest.cppAdmiral H. Curtiss
2024-10-21Split `SettingsHandler` into separate reader and writer classesNiel Lebeck
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-10-19JITs: Add GetMemoryStats Functionmitaclaw
2024-10-19JITs: Add EraseSingleBlock Functionmitaclaw
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-12Cache normals in addition to binormals and tangentsPokechu22
2024-10-10Modernize `std::equal` with rangesmitaclaw
2024-10-10Modernize `std::count` with rangesmitaclaw
2024-09-22StringUtil: Remove `JoinStrings`mitaclaw
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