summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2019-05-23Merge pull request #8113 from lioncash/ini-keyLéo Lam
2019-05-23Merge pull request #8114 from lioncash/ini-lineLéo Lam
2019-05-22IniFile: Prevent potential out-of-bounds access in ParseLine()Lioncash
2019-05-22Common/IniFile: Simplify Set()Lioncash
2019-05-22Merge pull request #8027 from MerryMage/MOVAPSConnor McLaughlin
2019-05-20Merge pull request #8094 from leoetlino/log-type-namesLéo Lam
2019-05-14Merge pull request #8087 from spycrab/cmake_win2019spycrab
2019-05-12Merge pull request #8069 from iwubcode/passive_supportConnor McLaughlin
2019-05-12Common/CMake: Fix Windows buildspycrab
2019-05-11Qt/LogConfigWidget: Show log type short namesLéo Lam
2019-05-10TraversalServer: use C++ <chrono> instead of gettimeofdayMichael M
2019-05-10Merge pull request #8073 from vladfi1/re-frame-mwLéo Lam
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-05Revert "Core: Remove MemoryWatcher"Vlad Firoiu
2019-05-04VideoCommon: Implement passive stereoscopic 3Diwubcode
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-05-04Replace custom UNUSED macro with [[maybe_unused]]Léo Lam
2019-05-04Enable C++17Léo Lam
2019-05-04Merge pull request #7839 from ShFil119/impr/redundantLéo Lam
2019-05-03Merge pull request #8064 from JosJuice/notify-host-symbols-clearLéo Lam
2019-05-02Debugger/Memory: Add support for address spacesbooto
2019-05-01Call Host_NotifyMapLoaded when clearing g_symbolDBJosJuice
2019-04-30Remove redundant initializationFilip Gawin
2019-04-28Core: Remove MemoryWatcherTechjar
2019-04-27x64Emitter: Prefer MOVAPS to MOVSDMerryMage
2019-04-27x64Emitter: Prefer MOVAPS to MOVAPDMerryMage
2019-04-27Merge pull request #7970 from Techjar/netplay-mii-syncConnor McLaughlin
2019-04-23WiimoteEmu: Improve emulated swing.Jordan Woyak
2019-04-21Merge pull request #7965 from jordan-woyak/condvar-fixesConnor McLaughlin
2019-04-13Common/HttpRequest: Add option to allow non 200 response codesspycrab
2019-04-08NetPlay: Synchronize Mii dataTechjar
2019-04-06Minor changes to usages of std::condition_variable.Jordan Woyak
2019-04-06Common/HttpRequest: Fix EscapeComponent leaking memoryspycrab
2019-04-06Qt/NetPlay: Integrate NetPlayIndexspycrab
2019-03-30Common/HttpRequest: Implement EscapeComponentspycrab
2019-03-29Common: Add DynamicLibrary helper classStenzek
2019-03-05Merge pull request #7806 from jordan-woyak/wiimote-emu-swing-improveTilka
2019-03-03Common/Config: Add a utility class to suppress config change callbacks.Jordan Woyak
2019-03-03WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.Jordan Woyak
2019-02-26Common/FileUtil: Fix GetExePath() cutting off the bundle namespycrab
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-13Merge pull request #7792 from jordan-woyak/auto-calibrationTilka
2019-02-13Merge pull request #7798 from ShFil119/impr/emptyTilka
2019-02-13Use empty instead of sizeFilip Gawin
2019-02-11Merge pull request #7796 from stenzek/glx-contextMat M
2019-02-10DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...Jordan Woyak
2019-02-10ChunkFile: Don't access element zero of empty containerStenzek
2019-02-09GLContext: Fix shared context creation error on MesaStenzek
2019-02-06UICommon/AutoUpdate: Add macOS supportspycrab
2019-02-03WiimoteEmu: Remove redundant Matrix library and use the one in Common.Jordan Woyak