summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2017-08-25Fix regression in File::CopyDirJosJuice
2017-08-23Merge pull request #5951 from ligfx/gametrackerworkqueuethreadAnthony
2017-08-22WFSI: Implement patch install finalization.Pierre Bourdon
2017-08-22Merge pull request #5955 from leoetlino/copyLeo Lam
2017-08-22Merge pull request #5962 from degasus/arm-fixesMarkus Wick
2017-08-22Remove NonCopyableJosJuice
2017-08-22JitArm64: Fix rlwinmx.degasus
2017-08-21FileUtil: Simplify File::Copy on non-Windows platformsLéo Lam
2017-08-21Revert "Try to fix File::Copy with non-1024-byte aligned sizes"Pierre Bourdon
2017-08-21Merge pull request #5939 from JonnyH/WIP/broken-fstream-copyMarkus Wick
2017-08-20CommonTypes: Qualify standard integral types in typedefs with std::Lioncash
2017-08-20Merge pull request #5937 from ligfx/miniupnpccmakeLeo Lam
2017-08-20GameTracker: use WorkQueueThreadMichael M
2017-08-20Common: add WorkQueueThreadMichael M
2017-08-18CommonFuncs: LastStrerrorString addedSepalani
2017-08-17Try to fix File::Copy with non-1024-byte aligned sizesJonathan Hamilton
2017-08-17CMake: use miniupnpc target instead of global varsMichael M
2017-08-16WFS: Use a separate log type for WFS related logsLéo Lam
2017-08-17Merge pull request #5898 from ligfx/extractupnpLeo Lam
2017-08-17Merge pull request #5929 from JonnyH/PR/fix-oprofile-build-linked-as-neededLeo Lam
2017-08-16SymbolDB: Blank stripped symbol name fixedSepalani
2017-08-15Merge pull request #5930 from delroth/wfsPierre Bourdon
2017-08-15WFS/NAND: Better handle GID.Pierre Bourdon
2017-08-14Fix OPROFILE linux build with -Wl,--as-neededJonathan Hamilton
2017-08-13Fix two small lint errorsMichael M
2017-08-13UPnP: use value-initialization instead of std::memsetMichael M
2017-08-13UPnP: move variable declaration to where it's usedMichael M
2017-08-13UPnP: remove unneeded vector in InitUPnP()Michael M
2017-08-13UPnP: cleanup variable name desc_xmlMichael M
2017-08-13UPnP: use std::to_stringMichael M
2017-08-13UPnP: cleanup function namesMichael M
2017-08-13UPnP: coalesce s_our_ip and cIPMichael M
2017-08-13UPnP: cleanup variable namesMichael M
2017-08-13Common: extract UPnP namespace from NetPlayServerMichael M
2017-08-13Common/CMakeLists: sort source filesMichael M
2017-08-12JitArm64: Fix LSL/LSR/ROR/ASR wrappers.Markus Wick
2017-08-11Config: Fix Movie config loading/savingLéo Lam
2017-08-11Config: Include SYSCONF in base layerLéo Lam
2017-08-11Config: Add Get/Set on LayerLéo Lam
2017-08-08TraversalClient: make FailureReason an enum classMichael M
2017-08-08SettingsHandler: Fix generated serial numbersLéo Lam
2017-08-06File: Make GetSize() a const member functionLioncash
2017-08-05Merge pull request #5856 from stenzek/optimus-crashAnthony
2017-08-04Merge pull request #5872 from ligfx/wxnetplayonionconfigLeo Lam
2017-08-03MsgHandler: small cleanupMichael M
2017-08-03Config/Section: support u16 valuesMichael M
2017-08-03Merge pull request #5827 from JonnyH/WIP/fix-glMultiDrawElementsBaseVertex-in...Markus Wick
2017-08-02GLInterface: Support surfaceless contexts on GLXStenzek
2017-08-02Merge pull request #5863 from MerryMage/oopLeo Lam
2017-08-01NonCopyable: Allow movingJosJuice