summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2020-09-28MathUtil: Add Population (vs Sample) versions of Variance and StandardDeviati...Jordan Woyak
2020-09-16Android: Add content provider support to File::DeleteJosJuice
2020-09-16Android: Add content provider support to File::IOFileJosJuice
2020-09-09Merge pull request #8765 from AdmiralCurtiss/jit-reuse-memoryJMC47
2020-08-30Merge pull request #9037 from shuffle2/code-cleanupJordan Woyak
2020-08-27msvc: enable /Zc:preprocessor and make build compile cleanlyShawn Hoffman
2020-08-27Add support for FreeBSD/arm64Kate
2020-08-24x64Emitter: Check end of allocated space when emitting code.Admiral H. Curtiss
2020-08-23Common/Assert: no longer needs special impl for msvcShawn Hoffman
2020-08-23remove extraneous WIN32_LEAN_AND_MEAN definitionShawn Hoffman
2020-08-23apply `if constexpr` in a couple placesShawn Hoffman
2020-08-23windows: fix some incorrect string lengthsShawn Hoffman
2020-08-23GekkoDisassembler: fix rld*Shawn Hoffman
2020-08-23FileUtil: handle some error conditionsShawn Hoffman
2020-08-23don't use std::move on const variablesShawn Hoffman
2020-08-23handle to GetFileVersionInfoW must be zeroShawn Hoffman
2020-08-22name some threadsShawn Hoffman
2020-08-22windows: additionally set thread name via SetThreadDescriptionShawn Hoffman
2020-08-22Merge pull request #9035 from shuffle2/vs-prettyLC
2020-08-22windows: fix build if pch were to be disabledShawn Hoffman
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-08-02LogManager: Add missing includeRyan Meredith
2020-08-02Merge pull request #7252 from Ebola16/LogJosJuice
2020-07-24Use size_t in some DSP code codePokechu22
2020-07-24Android: Add Log Configuration to UIRyan Meredith
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-16NetPlay: Limit nickname lengthTechjar
2020-07-16Merge pull request #8955 from JosJuice/android-no-ashmemLC
2020-07-16Android: Don't access /dev/ashmem on newer Android versionsJosJuice
2020-07-16Add Android check for strerror_r variantJosJuice
2020-07-13Merge pull request #8922 from Filoppi/timer-fixesTilka
2020-07-12Common/Timer: Fix integer underflow in Timer::GetDoubleTime for dates before ...Jordan Woyak
2020-07-08Android: Use correct encoding when converting stringsJosJuice
2020-07-08Common: Never convert from UCS-2 in WStringToUTF8JosJuice
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-07-01Fixes the timer returning 1 when it should return 0. The case mentioned by th...Filoppi
2020-06-29Support the new MSVC preprocessorJosJuice
2020-06-14Merge pull request #8809 from Ebola16/ABBTilka
2020-06-14Replace some acronymsRyan Meredith
2020-05-23Common / Core: Update StringUtil to allow specifying the base, default to 0. ...iwubcode
2020-05-13Externals: Add zstdJosJuice
2020-05-03Debugger: Add a Thread widgetSepalani
2020-05-03MathUtil: Fix Rectangle::GetWidth/Height for unsigned typesLéo Lam
2020-05-02Remove redundant Config prefix from ConfigInfo/ConfigLocationLéo Lam
2020-04-29Fix windows build system.degasus
2020-04-29Externals: Update minizip search path.degasus
2020-03-24SettingsHandler: Don't output null bytesJosJuice
2020-03-24Merge pull request #8680 from Leseratte10/masterJosJuice