summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2016-10-03Back up part of SYSCONF when switching to emulated BTLéo Lam
2016-10-03Merge pull request #2868 from sepalani/dolphin_sslshuffle2
2016-10-02Merge pull request #4250 from leoetlino/hle-patch-fixshuffle2
2016-10-02Merge pull request #4244 from leoetlino/stm-shutdownshuffle2
2016-10-02Merge pull request #4227 from ligfx/clean_objcshuffle2
2016-10-02Merge pull request #4245 from aldelaro5/logs-levels-changesMat M
2016-10-02SysConf: Add support for the LongLong typeLéo Lam
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-10-01Force disable WC24 standby modeLéo Lam
2016-10-01Common: Add a Semaphore wrapper classStenzek
2016-09-28Merge pull request #4220 from aldelaro5/memcheck-interface-improvementsScott Mansell
2016-09-27Add consideration for the break flag of memChecksaldelaro5
2016-09-26SymbolDB: Only match against the function nameLéo Lam
2016-09-26Arm64Emitter: Fix std::array initializer.degasus
2016-09-25SysConf: In-class initialise member variablesLéo Lam
2016-09-25Enable the log level LINFO in every buildsaldelaro5
2016-09-24MemoryUtil: Fix formattingLéo Lam
2016-09-18Don't force compile everything as Objective-C++ on macOSMichael Maltese
2016-09-15Merge pull request #4131 from aldelaro5/memoryViewer-memChecks-improvementsScott Mansell
2016-09-13SymbolDB: Change Symbol's 'analyzed' member into a booleanLioncash
2016-09-13SymbolDB: Use an enum class for representing symbol typeLioncash
2016-09-13SymbolDB: In-class initialize Symbol class variablesLioncash
2016-09-10Add options read, write and log when toggling a breakpointaldelaro5
2016-09-10arm64: add comment about data cache flushingBernhard Urban
2016-09-10arm64: fixes around icache flushingBernhard Urban
2016-09-07Merge pull request #4137 from aldelaro5/memCheck-crash-fixScott Mansell
2016-09-06Support for dynamic BAT modification (dynamic-bat).magumagu
2016-09-04Merge pull request #4168 from EmptyChaos/coretiming-cleanupScott Mansell
2016-09-03CoreTiming: Data structure cleanupEmptyChaos
2016-08-31x64Emitter: Generify ABI_CallFunction variantsLioncash
2016-08-21Schedule an event to clear the jit cache when adding the first and lastaldelaro5
2016-08-19Merge pull request #3386 from lioncash/memoryJosJuice
2016-08-10Merge pull request #4097 from lioncash/sysconfMarkus Wick
2016-08-10Merge pull request #4096 from lioncash/codeblock-initMarkus Wick
2016-08-07MemoryUtil: Remove unimplemented/unused functionsLioncash
2016-08-07Common: namespace MemoryUtilLioncash
2016-08-06SysConf: Use range-based for loops in sysconf generationLioncash
2016-08-06SysConf: Simplify entry generationLioncash
2016-08-06CodeBlock: In-class initialize variablesLioncash
2016-08-04Remove curl version check / include curl.hDan Beste
2016-08-02Tools: Fix lint by removing unneeded awkLéo Lam
2016-07-29Fix typedef for CURLMartchus
2016-07-23Improve netplay setup dialog UXAestek
2016-07-19Add Configurable RTCChris Burgener
2016-07-18Merge pull request #3859 from Aestek/feature/netplay-md5Anthony Serna
2016-07-18Merge pull request #4018 from bentley/openbsd-ifdefsMatthew Parlane
2016-07-17Undefine OpenBSD's system byteswap macros to pick up generic functions.Anthony J. Bentley
2016-07-18Merge pull request #4017 from bentley/openbsd-libsMatthew Parlane
2016-07-17OpenBSD neither provides nor requires libdl and librt.Anthony J. Bentley
2016-07-17Use the standard stat()/fstat() interfaces, not nonstandard *64().Anthony J. Bentley