summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2022-05-21HW: Initial HSP implementation with ARAM expansionVicki Pfau
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-05-22cmake: fix PCH to work with msvc/ninjaScott Mansell
2022-05-22cmake: fix MSVC PCH supportScott Mansell
2022-05-22cmake: fix buggy target sources on windowsScott Mansell
2022-05-19Common/LogManager: Remove old printf-style logging functionsPokechu22
2022-05-10fmt: use make_format_args instead of make_args_checkedShawn Hoffman
2022-05-03Merge pull request #10628 from Minty-Meeo/force_inline-minor-changeTilka
2022-05-02Change _WIN32 check to a _MSC_VER check in Inline.hMinty-Meeo
2022-04-27msbuild: simplify lang/scm projects a bitShawn Hoffman
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