summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2020-03-05Source/Core/Common/StringUtil.h: include <limits> for std::numeric_limitsSergei Trofimovich
2020-02-17InputCommon: Add types to ControllerEmu that represent raw controller inputs ...Jordan Woyak
2020-02-17Common: Add additional Vector operations.Jordan Woyak
2020-02-17MathUtil: Add RunningMean/RunningVariance classes.Jordan Woyak
2020-02-15Common: Avoid std::function overhead in ScopeGuardLéo Lam
2020-02-12CMake: Fix building ARM64 on Windowsspycrab
2020-02-09Fix another implicit false-to-nullptr conversionmagiblot
2020-02-08Cleanup: Use std::abs instead of abs.Jordan Woyak
2020-02-04Common: Amend includes to handle the upgrade to fmtLioncash
2020-01-26x64CPUDetect: Add flag for slow PDEP/PEXT on AMD ZenTechjar
2020-01-26x64CPUDetect: Add detection for AMD Zen architectureTechjar
2020-01-25Merge pull request #8579 from jordan-woyak/rvalue-cleanupsTilka
2020-01-25Merge pull request #8577 from jordan-woyak/shared_mutexTilka
2020-01-25Common/Analytics: Replace mutex with shared_mutex and minor cleanups.Jordan Woyak
2020-01-25Merge pull request #8556 from Sintendo/bestrestTilka
2020-01-23Common/Core: Minor rvalue reference related cleanups.Jordan Woyak
2020-01-16StringUtil: Add IsPrintableCharacter and use itLéo Lam
2020-01-15Merge pull request #8545 from jordan-woyak/imu-cursor-centeringPierre Bourdon
2020-01-13Merge pull request #8394 from Pokechu22/misc-di-gpioJosJuice
2020-01-13Merge pull request #8530 from s-daveb/masterConnor McLaughlin
2020-01-13x64Emitter: Remove unused macrosSintendo
2020-01-13X64Emitter: Remove obsolete TODOSintendo
2020-01-13x64Emitter: Refactor OpArg::WriteRestSintendo
2020-01-13x64Emitter: Avoid 8-bit displacement when possibleSintendo
2020-01-09WiimoteEmu: Make the "Total Yaw" setting work again.Jordan Woyak
2020-01-06Merge pull request #8133 from Sintendo/mov64imm32Tilka
2020-01-05Merge pull request #8541 from jordan-woyak/float-parse-fixLéo Lam
2020-01-04Implement Broadway GPIOsPokechu22
2020-01-04Add support for std::optional to PointerWrapPokechu22
2020-01-04StringUtil: Make TryParse of floats handle comma and dot decimal separators.Jordan Woyak
2020-01-04Fix several warningsLéo Lam
2020-01-02Common: Add Matrix33::FromQuaternion.Jordan Woyak
2020-01-01MacOS: Dispatch GL calls to main thread to prevent crashes on CatalinaGeorge Talusan
2019-12-29Use std::istringstream or std::ostringstream instead of std::stringstream whe...David Korth
2019-12-29GLExtensions.cpp: Use arrays of `const char *const` instead of `std::string`.David Korth
2019-12-28Compile fixes for Windows-on-ARM64Stenzek
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-12-22Common/BitUtils: Implement BitCast(To|From)ArrayTechjar
2019-12-22MacOS: Fixes configuration hang; bump MacOS SDK.S David
2019-12-06Common/Network: Use std::nullopt in StringToMacAddressLioncash
2019-12-06Common/Network: Remove unused header inclusionsLioncash
2019-12-06Common/Network: Make StringToMacAddress use a string_viewLioncash
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-28Common: Unify logging namespace with CommonLioncash
2019-11-23Prefer MessageBoxW to MessageBoxAtinyredpanda
2019-11-11Fix typo in commentMarshall Mohror
2019-11-10Merge pull request #8454 from jordan-woyak/motion-input-indicatorsPierre Bourdon
2019-11-09Merge pull request #8460 from jordan-woyak/evdev-motion-dataLéo Lam
2019-11-09Merge pull request #8393 from CookiePLMonster/long-pathsLéo Lam
2019-11-09InputCommon: Detect when evdev exposes acceleration/gyroscope data.Jordan Woyak