summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2017-12-05Don't use wrong encoding for paths when opening streams on WindowsJosJuice
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-11-19Merge pull request #5973 from ligfx/renamefifoqueueJosJuice
2017-11-15Config/Layer: Allow all keys of a section to be iterated overMerryMage
2017-11-15Config: Flatten structuresMerryMage
2017-11-15ConfigInfo: Switch to doing case-insensitive comparisonMerryMage
2017-11-15Config: Extract ConfigInfo into own headerMerryMage
2017-11-15Config: Remove recursive layerMerryMage
2017-11-11Simplify StringUtil::UTF16ToUTF8JosJuice
2017-11-11Remove unneeded check in StringUtil::UTF16ToUTF8JosJuice
2017-11-07Android: Fix NDK r16b2 buildGreg Wicks
2017-11-03When NAND is damaged, show title names from save filesJosJuice
2017-11-03Add WiiSaveBanner classJosJuice
2017-10-11MemArena: Use names that are based on the PIDLéo Lam
2017-10-11MemArena: Name shared memory handleDane Z. Bush
2017-10-05DebugInterface: Rename InsertBLR to PatchSepalani
2017-09-18StringUtil: support TryParse(u16*)Pierre Bourdon
2017-09-15DiscIO: Use Common::Lazy for loading filesystemsJosJuice
2017-09-11Bitfield: Cast value to storage type in assignment operatorStenzek
2017-09-10JIT: Don't always look up symbols for blocksLéo Lam
2017-09-09Common: Move version strings to their own headerLioncash
2017-09-02JitArm64: Reimplement aarch64 cycle counters.degasus
2017-08-25Fix regression in File::CopyDirJosJuice
2017-08-23Rename Common::FifoQueue to Common::SPSCQueueMichael M
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