summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2018-05-30x64Emitter: Amend parameter ordering for WriteModRM()'s prototypeLioncash
2018-05-30Merge pull request #7017 from lioncash/armMarkus Wick
2018-05-30Merge pull request #7016 from lioncash/memJosJuice
2018-05-29Arm64Emitter: Use Common::BitCast where applicableLioncash
2018-05-29MemoryPatches: In-class initialize is_enabled state for MemoryPatch instancesLioncash
2018-05-29MemoryPatches: std::move std::vector in the constructorLioncash
2018-05-29PcapFile: Namespace code under the Common namespaceLioncash
2018-05-29Common/HttpRequest: Add option to set cookiesspycrab
2018-05-28Common: Move host communication enum to Host.hLioncash
2018-05-28Merge pull request #6998 from lioncash/logMarkus Wick
2018-05-27Common: Remove unnecessary ~9 year old LOGGING preprocessor defineLioncash
2018-05-27ColorUtil: Amend function name casingLioncash
2018-05-27ColorUtil: Namespace code under the Common namespaceLioncash
2018-05-27CDUtils: Remove unused parameter in IsCDROM()Lioncash
2018-05-27CDUtils: Amend function namesLioncash
2018-05-27CDUtils: Namespace code under the Common namespaceLioncash
2018-05-27SymbolDB: Namespace code under the Common namespaceLioncash
2018-05-27SymbolDB: Default constructor and destructor within the cpp fileLioncash
2018-05-27SymbolDB: Convert typedefs into using aliasesLioncash
2018-05-27SymbolDB: Normalize variable namesLioncash
2018-05-27Move ECCSignature to Common::ec and give it a less confusing nameLéo Lam
2018-05-25Common: Namespace GekkoDisassembler.cpp/.hLioncash
2018-05-23Config: Make Load() and Save() slightly fasterLéo Lam
2018-05-22DebugInterface: MemoryPatches methods addedSepalani
2018-05-20IOSC: Implement VerifyPublicKeySign for ECCLéo Lam
2018-05-20ec: Improve readability and clarityLéo Lam
2018-05-20ec: Avoid exposing internal functionLéo Lam
2018-05-20bn: Use int instead of u32 for sizesLéo Lam
2018-05-20Fix compatibility with versions of libpng older than 1.5JosJuice
2018-05-20VideoCommon: Replace SOIL with libpng for hires texturesEmmanuel Gil Peyrot
2018-05-17Common/CodeBlock: Namespace code under the Common namespaceLioncash
2018-05-16Common/Hash: Namespace code under the Common namespaceLioncash
2018-05-15Common: Add MemArena.h/cpp to the Common namespaceLioncash
2018-05-12Merge pull request #6825 from leoetlino/onion-typesLéo Lam
2018-05-12SettingsHandler: Remove redundant type qualifier in SetBytes()Lioncash
2018-05-12SettingsHandler: Remove unnecessary includesLioncash
2018-05-12SettingsHandler: Namespace code under the Common namespaceLioncash
2018-05-12Config: Add support for enumsLéo Lam
2018-05-12Config: Fix template deduction for implicit conversionsLéo Lam
2018-05-11FileUtil: Remove unnecessary IOFile GetHandle() call in ReadFileToString()Lioncash
2018-05-11Merge pull request #6814 from lioncash/sdAnthony
2018-05-11Update mpark::variant implementation to 1.3.0Jonathan Hamilton
2018-05-11SDCardUtil: Replace macros with typed equivalentsLioncash
2018-05-11SDCardUtil: Namespace SDCardUtilLioncash
2018-05-11SDCardUtil: Remove the use of IOFile's GetHandle() functionLioncash
2018-05-11SDCardUtil: Join variables with declarations where applicableLioncash
2018-05-11SDCardUtil: Make type of write_empty's "count" parameter size_tLioncash
2018-05-11SDCardUtil: Convert return type of write_* functions to boolLioncash
2018-05-11SDCardUtil: Replace sector size magic value with relevant named constantLioncash
2018-05-11Merge pull request #6807 from leoetlino/bootLéo Lam