summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2018-05-05Merge pull request #6651 from leoetlino/nand-pathsLéo Lam
2018-05-04Win32/FileUtil: Fix IsDirectory() not working for certain directoriesspycrab
2018-05-04NandPaths: Return paths that are relative to Wii NANDLéo Lam
2018-05-04HttpRequest/Curl: Use a more intelligent timeout methodspycrab
2018-05-02Remove code related to UI.iniJosJuice
2018-04-28Merge pull request #6690 from lioncash/nandMat M
2018-04-26ConfigManager: Enable Auto-Updater by defaultspycrab
2018-04-23Common: Amend CommonTypes include within BitSet.hLioncash
2018-04-23Common: Move BitSet helper functions into the Common namespaceLioncash
2018-04-22NandPaths: Make function parameters consistentLioncash
2018-04-22NandPaths: Remove unused header inclusionsLioncash
2018-04-22Common: Move BitSet into the Common namespaceLioncash
2018-04-16TraversalClient: Use u32 instead of enet_uint32Lioncash
2018-04-16TraversalClient: Make TestPacket() privateLioncash
2018-04-16TraversalClient: In-class initialize members where applicableLioncash
2018-04-16TraversalClient: Make data externally read-only members privateLioncash
2018-04-16Merge pull request #6654 from lioncash/logLéo Lam
2018-04-16Common/CMakeLists: Link curl and VTune libraries in privatelyLioncash
2018-04-16Common/Logging/Log: Wrap GENERIC_LOG macro's body in do { } while (0)Lioncash
2018-04-15Common/Config: Remove unused header inclusionsLioncash
2018-04-15Common/Config: Remove unnecessary function declarationLioncash
2018-04-15Merge pull request #6645 from JosJuice/tie-constexprMat M
2018-04-15x64Emitter: Don't assume that std::tie is constexprJosJuice
2018-04-14Merge pull request #6615 from leoetlino/sysconfLéo Lam
2018-04-13CMakeLists: Define an OProfile target and use itLioncash
2018-04-13Merge pull request #6627 from sepalani/map-stripLéo Lam
2018-04-12x64Emitter: Make the Align* functions return a non-const data pointerLioncash
2018-04-12Merge pull request #6636 from phire/fix_autoformattingTilka
2018-04-13Fix change in comment meaning by autoformat.Scott Mansell
2018-04-12Merge pull request #6626 from lioncash/dcbz_l-disasmTilka
2018-04-12Move SysConf to CoreLéo Lam
2018-04-12SysConf: Migrate to new filesystem interfaceLéo Lam
2018-04-12Reformat all the things!spycrab
2018-04-10PPCSymbolDB: Do not truncate fixed size symbolsSepalani
2018-04-10GekkoDisassembler: Fix disassembly of dcbz_lLioncash
2018-04-09Remove old code for using default localeJosJuice
2018-04-08Common/Swap: Amend BigEndianValue's operator= to return a reference to the ob...Lioncash
2018-04-06Merge pull request #6421 from leoetlino/fs-interfaceLéo Lam
2018-04-02Merge pull request #6571 from lioncash/rotateMarkus Wick
2018-04-02Merge pull request #6576 from lioncash/iconvMarkus Wick
2018-04-01CPUDetect: Make CPUVendor enum an enum classLioncash
2018-04-01CMakeLists: Remove iconv from the LIBS variableLioncash
2018-03-31CommonFuncs: Generify rotation functions and move them to BitUtils.hLioncash
2018-03-31Log: Rename IOS_FILEIO to IOS_FSLéo Lam
2018-03-31IOS: Rewrite FS to use FileSystemLéo Lam
2018-03-31Common: Add a Result classLéo Lam
2018-03-30CMakeLists: Link in system framework libraries explicitly on macOSLioncash
2018-03-28Merge pull request #6546 from spycrab/updater_uiLéo Lam
2018-03-28HttpRequest: Add callback optionspycrab
2018-03-28Merge pull request #6548 from lioncash/constPierre Bourdon