summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core
AgeCommit message (Expand)Author
2020-08-16UnitTests: quiet warningsShawn Hoffman
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-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
2019-05-25Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as outputMerryMage
2019-05-25UnitTests/Jit64Common: Test GenConvertDoubleToSingleMerryMage
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-12-15stop using g_jit outside of JitInterfaceCrystalGamma
2018-09-28UnitTets: Add tests for frsqrteMerryMage
2018-06-15PowerPC: Convert CPUCore enum into an enum classLioncash
2018-06-03FS: Add a struct for modesLéo Lam
2018-05-08IOS/FS: Fix rename not handling existing target correctlyLéo Lam
2018-04-15UnitTests: Add tests for the Wii filesystemLéo Lam
2018-03-24CPUCoreBase: Make the GetName() member function const qualifiedLioncash
2017-09-24UnitTests: Add DSP accelerator testsLéo Lam
2017-07-09Merge Core/Config/Config.h into Common/Config/Config.hMichael Maltese
2017-06-30DSPDisassembler: remove unused base_addr parameterMichael Maltese
2017-06-30DSPDisassembler: get rid of double-pass and temp fileMichael Maltese
2017-06-26Add CommonTitles.h for common Wii title IDsLéo Lam
2017-06-18UnitTests: Use a temporary profile directoryLéo Lam
2017-06-14IOS/ESFormats: Use SignedBlobReader for TMDs and ticketsLéo Lam
2017-06-06unittests: set user directory so SYSCONF does not get created at the drive rootShawn Hoffman
2017-06-05Merge pull request #5418 from MerryMage/config-again-and-againshuffle2
2017-06-05DSPTool: extract tests into a DSPAssemblyTestMichael Maltese
2017-06-03Config: IntegrateMerryMage
2017-04-10Merge pull request #5144 from MerryMage/mfsprMarkus Wick
2017-04-05Add unit tests for IOS/ESFormatsLéo Lam
2017-04-05CoreTiming: Pull globals into a single structMerryMage
2017-03-24CoreTimingTest: make AdvanceAndCheck() static (fix warning)Michael Maltese
2017-01-07Add the g_ prefix to the jit globalLéo Lam
2016-09-08CoreTiming: Guarantee FIFO processing of timed eventsEmptyChaos
2016-09-03CoreTiming: Fix scheduling into the pastEmptyChaos
2016-09-03[UnitTests] Add CoreTimingTestEmptyChaos
2016-08-07Common: namespace MemoryUtilLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-19Enable the page fault test on targets that aren't x86_64Ryan Houdek
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-05-25Add missing license headersTillmann Karras
2015-03-16Fix warningsTillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2015-02-15Fix the addresses of MMIO registers.magumagu
2015-01-24Make the IsMMIOAddress function easier to read, add tests.Scott Mansell
2014-10-19Add a test for page fault handling.comex
2014-08-02UnitTests: make it possible to build tests for code that has global dependenciesPierre Bourdon
2014-07-27MMIO: Cleanup Mapping class by using templates instead of macros.Tony Wasserka