summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
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
2017-05-01Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)spycrab
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-31VertexLoaderTest: fix maybe-uninitialized warningMichael Maltese
2017-03-31Merge pull request #5153 from ligfx/stubhostnorequestfullscreenMat M
2017-03-31Merge pull request #5158 from ligfx/coretimingstaticMat M
2017-03-26Merge pull request #5155 from ligfx/expecttruefalseMatthew Parlane
2017-03-24CoreTimingTest: make AdvanceAndCheck() static (fix warning)Michael Maltese
2017-03-24UnitTests: use EXPECT_TRUE/EXPECT_FALSE (fixes warnings)Michael Maltese
2017-03-24BitUtilsTest: compare ints of the same signedness (fixes warnings)Michael Maltese
2017-03-24StubHost: remove unused Host_RequestFullscreen()Michael Maltese
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-03-01CMakeLists: Normalize whitespaceLioncash
2017-02-03Merge pull request #4809 from Orphis/cmake_windowsMat M
2017-02-03OpenAL: Move Windows binaries to lib folder and fix CMake detectionFlorent Castelli
2017-02-03cmake: Put test targets in foldersFlorent Castelli
2017-01-26gtest: Update to latest version from gitFlorent Castelli
2017-01-25cmake: Change endmacro(.*) to endmacro()Florent Castelli
2017-01-14Common: Add bit utility headerLioncash
2017-01-07Add the g_ prefix to the jit globalLéo Lam