summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
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
2018-06-03FS: Add a struct for modesLéo Lam
2018-05-28Common: Move host communication enum to Host.hLioncash
2018-05-20IOSC: Implement VerifyPublicKeySign for ECCLéo Lam
2018-05-20UnitTests: Add basic tests for ec crypto codeLéo Lam
2018-05-10CommonFuncs: Convert ROUND_UP_POW2 macro to a functionLioncash
2018-05-10FloatUtils: Remove IntDouble and IntFloatLioncash
2018-05-10BitUtils: Add C++14/C++17 compatible equivalent of std::bit_cast from C++2aLioncash
2018-05-08IOS/FS: Fix rename not handling existing target correctlyLéo Lam
2018-05-07Common: Move floating-point utility functions to FloatUtils.h/.cppLioncash
2018-05-04Win32/FileUtil: Fix IsDirectory() not working for certain directoriesspycrab
2018-04-20Merge pull request #6649 from leoetlino/fs-testsLéo Lam
2018-04-17Fix some warningsTillmann Karras
2018-04-15UnitTests: Add tests for the Wii filesystemLéo Lam
2018-04-08CMakeLists: Link bochs in privately where applicableLioncash
2018-03-31UnitTests: Add basic tests for RotateRight() and RotateLeft()Lioncash
2018-03-24CPUCoreBase: Make the GetName() member function const qualifiedLioncash
2017-11-19Merge pull request #5973 from ligfx/renamefifoqueueJosJuice
2017-09-24UnitTests: Add DSP accelerator testsLéo Lam
2017-08-23Rename Common::FifoQueue to Common::SPSCQueueMichael M
2017-08-13BitUtilsTest: update to pass clang-formatMichael M
2017-07-30DolphinWX: Add a progress dialog host commandStenzek
2017-07-27Merge pull request #5770 from ligfx/lognewconfigAnthony
2017-07-23Move the Wiimote connect code out of HostLéo Lam
2017-07-15Remove Wii Remote connection status from status barLéo Lam
2017-07-12DolphinWX: fix input bitmaps not working when background input is offMichael Maltese
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-27Remove OpenAL DLL from ExternalsMichael Maltese
2017-06-26Add CommonTitles.h for common Wii title IDsLéo Lam
2017-06-22Add function testing whether a bitmask is valid.Niels Boehm
2017-06-18UnitTests: Use a temporary profile directoryLéo Lam
2017-06-14IOS/ESFormats: Use SignedBlobReader for TMDs and ticketsLéo Lam
2017-06-07Merge branch 'master' into fix-unittestsshuffle2
2017-06-07msbuild: only set /NODEFAULTLIB in one placeShawn Hoffman