summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2026-06-23Add missing includesJoshua Vandaƫle
2026-06-23fmt: Allow building with version >=12.2.0Joshua Vandaƫle
2026-06-22Don't send Dolphin version in user agent to RedumpJosJuice
2026-05-06MsgHandler: Use log level matching MsgType for alertsDentomologist
2026-05-03Replace some [[maybe_unused]] annotations with commented namesDentomologist
2026-04-28Merge pull request #13505 from tygyh/Replace-find-with-containsDentomologist
2026-04-25Merge pull request #14308 from jordan-woyak/character-encodingJordan Woyak
2026-04-20Remove GLX supportLink Mauve
2026-04-20Replace `find(x) != npos` with `contains(x)` - CoreDr. Dystopia
2026-04-18Merge pull request #14565 from SuperSamus/cpp-argument-move-referenceJosJuice
2026-04-18StringUtil: Make UTF16ToUTF8 and UTF8ToUTF16 use custom encoding/decoding imp...Jordan Woyak
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-12Merge pull request #14336 from SuperSamus/arbitrary-mipmap-disables-gpu-decodingJordan Woyak
2026-04-11Merge pull request #14500 from Sintendo/span2Jordan Woyak
2026-04-02Merge pull request #14298 from SuperSamus/achivements-hash-qolDentomologist
2026-04-02Merge pull request #14492 from OatmealDome/apple-discard-bug-fixed-3OatmealDome
2026-03-30ChunkFile: Add void* version of DoPointer.Jordan Woyak
2026-03-27Merge pull request #14110 from jordan-woyak/mgba-joybus-threadingJMC47
2026-03-27LogManager: Remove redundant "(HSP)" in High-Speed Port's log type descritpion.Jordan Woyak
2026-03-26Common/WorkQueueThread: Make IsRunning function public.Jordan Woyak
2026-03-23Use more std::span argumentsSintendo
2026-03-21AudioPane: Fix WASAPI default device combo selectionDentomologist
2026-03-21CommonFuncsObjC: Make function to fetch the current macOS version commonOatmealDome
2026-03-17Merge pull request #14396 from cscd98/fmt-fixDentomologist
2026-03-15fmt: change use of fmt/base.h to fmt/format.h as not provided until fmt>=11.0Craig Carnell
2026-02-26Merge pull request #14317 from JosJuice/jit-cache-macro-loopDentomologist
2026-02-23Merge pull request #14407 from jordan-woyak/mag-card-fixupJMC47
2026-02-23Jit: Use RangeSet for physical_addressesJosJuice
2026-02-23Move RangeSet from Externals to CommonJosJuice
2026-02-22AchievementManager: APPROVED_LIST_HASH quality of life improvementsMartino Fontana
2026-02-21Merge pull request #14212 from cscd98/cast-funcAdmiral H. Curtiss
2026-02-21Merge pull request #14209 from cscd98/static-cast-fixAdmiral H. Curtiss
2026-02-21MagneticCardReader: Minor fixup to writing card data.Jordan Woyak
2026-02-16mingw: replace static_cast with reinterpret_cast as not permitted between voi...Craig Carnell
2026-02-15Network: Improve IPv4PortRange::ToString to support CIDR notation and only la...Jordan Woyak
2026-02-15Debugger/NetworkWidget: Add Triforce supportSepalani
2026-02-15Common/Network: Add structs: IPv4Port, IPv4PortRange and functions: IPAddress...Jordan Woyak
2026-02-15StringUtil: Add SplitStringIntoArray function template.Jordan Woyak
2026-02-15Common/UnixUtil: Only define CreateEventFD on Linux.Jordan Woyak
2026-02-15Common/BitUtils: Make SetBit constexpr.Jordan Woyak
2026-02-15Common: Add SetPlatformSocketOptions function and SEND_FLAGS constant to Netw...Jordan Woyak
2026-02-15Added Triforce supportcrediar
2026-02-13VideoCommon: Invert interaction between Arbitrary Mipmap Detection and GPU Te...Martino Fontana
2026-02-10ChunkFile: Prevent PointerWrap::Do(T&) from compiling with pointers.Jordan Woyak
2026-02-08Misc: fix compiler warning: implicit declaration of functionoltolm
2026-02-04Merge pull request #13768 from JosJuice/page-table-fastmem-2JMC47
2026-02-04UnitTests: Add PageTableHostMappingTestJosJuice
2026-02-04Core: Don't create page table mappings before R/C bits are setJosJuice
2026-02-03Merge pull request #13594 from jordan-woyak/state-cleanupsJordan Woyak
2026-02-01Common/MemArena: Add function for getting page sizeJosJuice