summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common
AgeCommit message (Expand)Author
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-12UnitTests: Fix MSVC compilationspycrab
2018-06-03UnitTest: Add StringUtil ToString/TryParse testdegasus
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-07Common: Move floating-point utility functions to FloatUtils.h/.cppLioncash
2018-04-08CMakeLists: Link bochs in privately where applicableLioncash
2018-03-31UnitTests: Add basic tests for RotateRight() and RotateLeft()Lioncash
2017-08-23Rename Common::FifoQueue to Common::SPSCQueueMichael M
2017-08-13BitUtilsTest: update to pass clang-formatMichael M
2017-06-22Add function testing whether a bitmask is valid.Niels Boehm
2017-06-06StringUtil: Add StringPopBackIf UnitTestsSepalani
2017-06-05Fix minor formatting issuesLéo Lam
2017-05-01Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)spycrab
2017-03-26Merge pull request #5155 from ligfx/expecttruefalseMatthew Parlane
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-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-14Common: Add bit utility headerLioncash
2017-01-05specify custom brace style to fix unionsBhaaL
2016-12-18Import/Export signature files as CSVSepalani
2016-11-27Add unit test for StringUtil's newly added JoinStringsJosJuice
2016-11-27IOS HLE: Add unit test for path/filename escapingJosJuice
2016-06-27BusyLoopTest: Only run 10 times.degasus
2016-06-27x64EmitterTest: fill cpu_info with 0x01 instead of 0xFF to make gcc happierPierre Bourdon
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-03MathUtilTest: Fix tests on MSVC - Document compiler bugLioncash
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
2015-09-03CommonFuncs: Replace ArraySize define with constexpr equivalentLioncash
2015-08-21MathUtil: Remove IsNAN and IsINFLioncash
2015-08-06x64Emitter: add MOVSLDUP/MOVSHDUPTillmann Karras
2015-06-14Revert "x64: build a Position-Independent Executable (PIE)"Matthew Parlane
2015-06-06Merge pull request #2496 from Tilka/fma4flacs
2015-06-03MemoryUtil: get executable pages near static dataTillmann Karras
2015-06-02XEmitter: add FMA4 instructionsTillmann Karras
2015-05-30Unittests: Add BlockingLoopTestdegasus
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-18Merge pull request #2417 from Tilka/vexFiora
2015-05-17XEmitter: restructure WriteVEXOp wrappersTillmann Karras
2015-05-17Reset faked CPU extension support at test end to ensure test isolation.yerejm
2015-03-18XEmitter: add PUNPCKLQDQTillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2015-01-18XEmitter: overload MOVBE()Tillmann Karras
2015-01-07x64Emitter: add MOVLPS/MOVHPSTillmann Karras
2015-01-07x64Emitter: fix MOVLPD/MOVHPDTillmann Karras