summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
2020-08-24x64Emitter: Check end of allocated space when emitting code.Admiral H. Curtiss
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-08-16UnitTests: expliticly list files to be compiled.Shawn Hoffman
2020-08-16UnitTests: quiet warningsShawn Hoffman
2020-04-03Remove unused function Host_UpdateProgressDialogJosJuice
2020-01-30IOS/FS: Fix CreateFullPath to not create directories that already existLéo Lam
2020-01-25Merge pull request #8539 from leoetlino/fs-accuracyTilka
2020-01-25Merge pull request #8556 from Sintendo/bestrestTilka
2020-01-25Merge pull request #8120 from MerryMage/cdtsTilka
2020-01-25UnitTests/FS: Improve deletion testLéo Lam
2020-01-25UnitTests/FS: Add ReadDirectory ordering test (issue 10234)Léo Lam
2020-01-25UnitTests/FS: Fix file rename testsLéo Lam
2020-01-25UnitTests/FS: Add path validity and splitting testsLéo Lam
2020-01-25UnitTests/FS: Add metadata testsLéo Lam
2020-01-13x64Emitter: Unit test memory addressing modesSintendo
2020-01-06Merge pull request #8133 from Sintendo/mov64imm32Tilka
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-06InputCommon: Make the "input gate" not racey.Jordan Woyak
2019-08-31FixedSizeQueue: Bugfixes and improvementsSilent
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2019-05-29x64EmitterTest: Test 64-bit MOV with 32-bit immediateSintendo
2019-05-25Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as outputMerryMage
2019-05-25UnitTests/Jit64Common: Test GenConvertDoubleToSingleMerryMage
2019-05-24Update Discord rich presence when the title changesDavid Korth
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-04-30Remove redundant initializationFilip Gawin
2019-04-01Implement D3D12 backendStenzek
2019-03-21Core/Host: Allow frontends to block inputsspycrab
2018-12-27Merge pull request #7602 from CrystalGamma/stop-g_jitTilka
2018-12-26x64EmitterTest: Add some missing testsMerryMage
2018-12-15stop using g_jit outside of JitInterfaceCrystalGamma
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-10-12Merge pull request #7437 from stenzek/graphics-options-raceMat M
2018-10-06Merge pull request #7414 from Sintendo/shortmovsTilka
2018-09-28UnitTets: Add tests for frsqrteMerryMage
2018-09-28Remove unused Host_ShowVideoConfigStenzek
2018-09-16x64EmitterTest: Fix linting issuesSintendo
2018-09-16x64EmitterTest: test MOV with 64-bit immediatesSintendo
2018-06-21Common, DSP: Only compile in x86-64 emitter related utilities on x86 platformsLioncash
2018-06-15PowerPC: Convert CPUCore enum into an enum classLioncash
2018-06-12UnitTests: Fix MSVC compilationspycrab
2018-06-12UnitTests/VertexLoaderTest: Fix compilation on newer GTest versionsspycrab
2018-06-04Merge pull request #7057 from leoetlino/stringLéo Lam
2018-06-03UnitTest: Add StringUtil ToString/TryParse testdegasus