summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2019-08-31ConsoleListenerWin: Properly output console logging in UTF-16 so UTF-8 displa...Silent
2019-08-21Merge pull request #8273 from CookiePLMonster/config-threading-fixesAnthony
2019-08-15Fix implicit false-to-nullptr conversionsQuellaZhang
2019-08-01Change Layer code not to create superfluous std::optional entries in LayerMapSilent
2019-07-30Fix race conditions in Config LayersSilent
2019-07-23StringUtil: Comply with variable naming styleJosJuice
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-07-22Merge pull request #8235 from lioncash/moveAnthony
2019-07-22Merge pull request #8227 from lioncash/gekkoLéo Lam
2019-07-22Merge pull request #8257 from CookiePLMonster/assert-fixesJosJuice
2019-07-21Remove duplicated "Ignore and countinue?"Silent
2019-07-20Improve thread safety and remove an unnecessary string allocation from MsgAlertSilent
2019-07-16Common/SettingsHandler: Use fmt for printing out the serial numberLioncash
2019-07-16Common/SettingsHandler: Use std::string_view where applicableLioncash
2019-07-09Common/DebugInterface: Remove GetInstructionSize()Lioncash
2019-07-09Common/DebugInterface: Mark a few member functions as constLioncash
2019-07-09Common/DebugInterface: Make return value of GetColor() a u32Lioncash
2019-07-08Common/DebugInterface: Use forward declarations where applicableLioncash
2019-07-08Common/DebugInterface: Use u32 instead of unsigned int consistentlyLioncash
2019-07-08Common/DebugInterface: Default virtual destructorLioncash
2019-07-08Common/Watches: std::move strings where applicableLioncash
2019-07-03Common/GekkoDisassembler: Don't print out '\0' as a characterLioncash
2019-06-30Merge pull request #8215 from CookiePLMonster/appverifier-sanitizeConnor McLaughlin
2019-06-29Merge pull request #8193 from lioncash/disasmLéo Lam
2019-06-28Merge pull request #8213 from JosJuice/filesystem-u8stringLéo Lam
2019-06-23Fix out of bounds read in HttpRequest::Impl::Fetch loggingSilent
2019-06-21Work around C++20 std::filesystem changes related to u8stringJosJuice
2019-06-20Merge pull request #8210 from spycrab/httpreq_error_msgAnthony
2019-06-20Common/HttpRequest: Use CURLOPT_ERRORBUFFER for error messagesspycrab
2019-06-20Fix opening controller config when there is no profile directoryJosJuice
2019-06-20Merge pull request #8191 from lioncash/iniLéo Lam
2019-06-20Merge pull request #8194 from lioncash/common-msgLéo Lam
2019-06-20Replace <experimental/filesystem> includes with <filesystem>JosJuice
2019-06-19Common/MsgHandler: Namespace code within the Common namespaceLioncash
2019-06-19Common/MsgHandler: Brace if statement in MsgAlertLioncash
2019-06-19Common/MsgHandler: Use std::string's empty for emptiness checking in MsgAlertLioncash
2019-06-18Merge pull request #8199 from lioncash/namespaceLéo Lam
2019-06-17Common: Add missing header guardsLioncash
2019-06-17Common: Use nested namespace specifiers where applicableLioncash
2019-06-16Common/MsgHandler: Amend file-scope variable namesLioncash
2019-06-16Common/MsgHandler: Make default message handler and translator's internally l...Lioncash
2019-06-16Common/MsgHandler: Convert type aliases over to usingLioncash
2019-06-16Common/MsgHandler: Use fmt::print on non-Windows OSesLioncash
2019-06-16Common/GekkoDisassembler: Use std::string_view where applicableLioncash
2019-06-16Common/GekkoDisassembler: Amend disassembly of operations expecting a charact...Lioncash
2019-06-16Common/GekkoDisassembler: Make all lookup tables immutableLioncash
2019-06-16Common/IniFile: Make use of std::string_view where applicableLioncash
2019-06-16Common/IniFile: Make CaseInsensitiveStringCompare usable with heterogenous lo...Lioncash
2019-06-16Merge pull request #8186 from lioncash/viewLéo Lam
2019-06-16GekkoDisassmbler: Amend erroneous formatting specifiersLioncash