summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2022-04-18Common/PointerWrap: Prevent reads/writes past the end of the buffer.Admiral H. Curtiss
2022-04-18Common/PointerWrap: Hide internals.Admiral H. Curtiss
2022-04-16Merge pull request #10582 from AdmiralCurtiss/fmt-floatAdmiral H. Curtiss
2022-04-12Common/StringUtil: Use simpler formatting for floats and doubles.Admiral H. Curtiss
2022-04-12windows: buildfix if pch not usedShawn Hoffman
2022-04-09Common/LogManager: Add generic printf-style log function that takes a va_list...Admiral H. Curtiss
2022-04-08Merge pull request #7675 from TryTwo/Debugger_Code_FeaturesAdmiral H. Curtiss
2022-03-17Gekko constistancy changes. Add context item to codeview to show or copy a lo...TryTwo
2022-03-15Merge pull request #10493 from jordan-woyak/netplay-show-traversal-external-portLéo Lam
2022-03-15Merge pull request #10496 from JosJuice/mappingcommon-splitLéo Lam
2022-03-15NetPlayDialog: Display external IP/Port as seen by the traversal server when ...Jordan Woyak
2022-03-08Common/FileUtil: Change logging to debug levelPokechu22
2022-03-06Move parts of MappingCommon out of DolphinQtJosJuice
2022-03-05Common: Make DynamicLibrary non-copyableJosJuice
2022-03-02Merge pull request #10482 from Dentomologist/remove_redundant_statementLéo Lam
2022-02-28Merge pull request #9834 from AdmiralCurtiss/fastmem-reserve-region-linuxJMC47
2022-02-25FileUtil: Remove redundant statementDentomologist
2022-02-20Merge pull request #10388 from Dentomologist/android-fix-unused-variable-warningJosJuice
2022-02-18Merge pull request #10377 from Pokechu22/warning-fixes-jan-2022JosJuice
2022-02-16JitRegister: Use fmtMerry
2022-02-14MemArena: Keep fastmem region mapped on Linux.Admiral H. Curtiss
2022-02-14MemArena: Load UnmapViewOfFileEx dynamically to restore Windows 7 support.Admiral H. Curtiss
2022-02-14MemArena: Use Common::DynamicLibrary for m_api_ms_win_core_memory_l1_1_6_handle.Admiral H. Curtiss
2022-02-13MathUtil: Mark lo in SaturatingCast as [[maybe_unused]]Pokechu22
2022-02-12Common/CodeBlock: Call ResetCodePtr when decreasing region_sizeJosJuice
2022-02-06MemArena: Use placeholders on Windows.Admiral H. Curtiss
2022-01-29IOFile: Rename Clear() to ClearError() for clarity.Admiral H. Curtiss
2022-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2022-01-25[Android] Fix unused variable warningDentomologist
2022-01-20Merge pull request #10367 from Pokechu22/fmt-8.1.1JosJuice
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2022-01-16Create Common::ToLower and Common::ToUpperPokechu22
2022-01-14Use EnumFormatter to generate names for EXI devicesPokechu22
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2022-01-13Replace use of of unsigned char* with fmtPokechu22
2022-01-13Cast to int for enums that are not formattablePokechu22
2022-01-13Make all fmt::formatter constructors constexprPokechu22
2022-01-13Make all custom fmt::formatter's format functions constPokechu22
2022-01-13Use fmt::runtime in FmtFormatTPokechu22
2022-01-13Add fmt/xchar includes where wstring is usedPokechu22
2022-01-09Common: Create HRWrapPokechu22
2022-01-09Common/MsgHandler: Use caller's file and line number in log messagesPokechu22
2022-01-09Common/MsgHandler: Fix PanicAlertFmtT not actually being translatedPokechu22
2022-01-09Common/MsgHandler: Remove use of lambda, as it breaks __func__Pokechu22
2022-01-09Common/Assert: Actually use the ASSERT_MSG's log type parameterPokechu22
2022-01-09Common/MsgHandler: Remove non-format variants of PanicAlertPokechu22
2022-01-09Common/Assert: Switch to fmtPokechu22
2022-01-09Common/Assert: Include the condition and function in the messagePokechu22
2022-01-06Android: Mark s_android_send_report as staticJosJuice
2022-01-06Merge pull request #10338 from Pokechu22/natvis-improvementsMai M