summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
2025-11-27Disable PatchAllowlistTest if USE_RETRO_ACHIEVEMENTS is OFFJoshua Vandaële
2025-11-16Merge pull request #13689 from JosJuice/lock-core-any-threadJosJuice
2025-11-10Core: Remove IsHostThreadJosJuice
2025-11-09Common: Add a DirectIOFile class that allows for copies which are entirely th...Jordan Woyak
2025-11-08Merge pull request #14020 from jordan-woyak/string-util-cleanupsJosJuice
2025-11-02Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::...Jordan Woyak
2025-11-02UnitTests: Add some StringUtil character encoding conversion tests.Jordan Woyak
2025-10-08Jit64: Dynamic length of regular jump instruction (for known addresses)Martino Fontana
2025-09-26Merge pull request #13940 from iwubcode/glslang_updateJMC47
2025-09-23Externals / VideoCommon: update glslang to latest, turn into submoduleiwubcode
2025-09-17Merge pull request #13874 from sepalani/bitcast-ptrJMC47
2025-08-27MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_great...Jordan Woyak
2025-08-18Common/BitUtils: Add operator[] to BitCastPtrTypeSepalani
2025-08-10Merge pull request #13846 from JoshuaVandaele/better-xcbTilka
2025-08-04Qt: Better wayland detection to enforce xcbJoshua Vandaële
2025-08-03Host: Remove unnecessary functionsDentomologist
2025-08-03Host: Remove unnecessary functionDentomologist
2025-07-16Merge pull request #13783 from jordan-woyak/schedule-event-from-thread-fixJMC47
2025-07-12Fix various warningsJoshua Vandaële
2025-06-29CoreTiming: Fix unsafe usage of m_globals.global_timer in ScheduleEvent from ...Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-08Merge pull request #13676 from LillyJadeKatrin/retroachievements-allowlist-te...JMC47
2025-06-07Merge pull request #13023 from tygyh/Replace-ties-with-structured-bindingsJordan Woyak
2025-05-21RetroAchievements: Updated PatchAllowlistTest to generate new allowlistLillyJadeKatrin
2025-05-18Merge pull request #13672 from tygyh/UnitTests/Remove-redundant-template-type...Jordan Woyak
2025-05-18Merge pull request #13668 from tygyh/UnitTests/Core/Make-parameters-constantJordan Woyak
2025-05-16UnitTests: Remove redundant template type specifersDr. Dystopia
2025-05-16Merge pull request #13666 from tygyh/UnitTests/PowerPC-Use-constant-functions...Jordan Woyak
2025-05-16Merge pull request #13669 from tygyh/UnitTests/Common/Use-std-size-for-size-c...Jordan Woyak
2025-05-16UnitTests/Core: Remove unused includesDr. Dystopia
2025-05-16UnitTests/Core: Make parameters constantDr. Dystopia
2025-05-16UnitTests/Common: Use `std::size` for size calculationDr. Dystopia
2025-05-16UnitTests/PowerPC: Use constant functions, variables and parametersDr. Dystopia
2025-05-09Merge pull request #10766 from xperia64/dsp_format_funJMC47
2025-05-07Merge pull request #13572 from tygyh/UnitTests-Remove-redundant-virtual-speci...Jordan Woyak
2025-05-07Merge pull request #13569 from tygyh/UnitTests-Use-constexprJordan Woyak
2025-05-07Merge pull request #13571 from tygyh/VertexLoaderTest-Replace-std-tie-with-st...Jordan Woyak
2025-04-30Merge pull request #13567 from tygyh/UnitTests-Rename-lambda-parameters-which...Jordan Woyak
2025-04-30UnitTests: Add tests for WorkQueueThread.Jordan Woyak
2025-04-25Merge pull request #13451 from vyuuui/numeric_labelsTilka
2025-04-25Use correct exceptions for d3 reads/writesxperia64
2025-04-25Fix DSPAcceleratorTestxperia64
2025-04-23UnitTests: Remove redundant `virtual` specifierDr. Dystopia
2025-04-23VertexLoaderTest: Replace `std::tie` with structured bindingsDr. Dystopia
2025-04-23UnitTests: Use `constexpr`Dr. Dystopia
2025-04-23UnitTests: Rename lambda parameters which hide previous declarationsDr. Dystopia
2025-04-22Common: SPSCQueue cleanups and improvements.Jordan Woyak
2025-03-24Add numeric label support to assemblervyuuui
2025-01-29Add a SplitPath unit test exercising Windows paths with drive lettersNiel Lebeck
2025-01-20Merge pull request #13204 from LillyJadeKatrin/retroachievements-allow-batchJosJuice