summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
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
2017-06-06unittests: set user directory so SYSCONF does not get created at the drive rootShawn Hoffman
2017-06-06StringUtil: Add StringPopBackIf UnitTestsSepalani
2017-06-05Merge pull request #5418 from MerryMage/config-again-and-againshuffle2
2017-06-05DSPTool: extract tests into a DSPAssemblyTestMichael Maltese
2017-06-05Fix minor formatting issuesLéo Lam
2017-06-03msbuild: remove more duplicate codeShawn Hoffman
2017-06-03msbuild: increment other version numbers to vs2017 equivalentsShawn Hoffman
2017-06-03Config: IntegrateMerryMage
2017-06-02Merge pull request #5271 from JosJuice/allow-aslrshuffle2
2017-05-28upgrade to Windows SDK 10.0.15063.0BhaaL
2017-05-27AudioCommon: add Cubeb backendMichael Maltese
2017-05-25Migrate to Visual Studio 2017.Pierre Bourdon
2017-05-22CMake: use RUNTIME_OUTPUT_DIRECTORY rather than setting OUTPUT_NAME each timeMichael Maltese
2017-05-22CMake: specify unittests libs directly in target_link_librariesMichael Maltese
2017-05-22CMake: remove explicit platform libraries from UnitTestsMichael Maltese
2017-05-22CMake: move unittests target to UnitTestsMichael Maltese
2017-05-22CMake: don't explictly create Tests/ directoryMichael Maltese
2017-05-22CMake: remove extraneous TestUtils directoryMichael Maltese
2017-05-22CMake: pass all srcs to add_test in ARGNMichael Maltese
2017-05-22CMake: use unittests_stubhost object libraryMichael Maltese
2017-05-22CMake: use implicit target location in add_testMichael Maltese
2017-05-22CMake: don't prefix test targets with Test_Michael Maltese
2017-05-20Remove no-pie build flagsJosJuice
2017-05-18Remove D3D12Helios747