summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
2021-04-06UnitTests: Use MathUtil::SaturatingCast to avoid UBLéo Lam
2021-04-06MathUtil: Add SaturatingCast to cast floats more safelyLéo Lam
2021-03-27Set console's default language/country/region based on computer settingsJosJuice
2021-03-26Refactor CP array constants slightlyPokechu22
2021-03-22Merge pull request #9566 from Sintendo/jit64divwxLC
2021-03-13Arm64Gen: Convert ARM64Reg to enum classDentomologist
2021-03-07JitCommon: Signed 32-bit division magic constantsSintendo
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2021-03-06Create BitFieldArrayPokechu22
2021-03-06Add fmt support to BitFieldPokechu22
2021-03-06Allow specifying StorageType for BitFieldPokechu22
2021-03-06Create EnumFormatterPokechu22
2021-02-13Arm64Emitter: Expand the MOVI2R unit test a littleJosJuice
2021-01-31MovI2R: Do not exhaustively testMerryMage
2021-01-31UnitTests: Add MOVI2R testMerryMage
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27Merge pull request #9436 from shuffle2/asanLéo Lam
2021-01-22UnitTests: Add setup error checkingDentomologist
2021-01-10msvc: add asan support (disabled by default)Shawn Hoffman
2020-12-11Merge pull request #9307 from Dentomologist/add-deleted-file-missing-warning-...Léo Lam
2020-12-10Add File::Delete and File::DeleteDir testsDentomologist
2020-12-04Turn format string issues into compile-time errorsLéo Lam
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